commit | 902fdd073731ac0f928c552f61407606052a211a | [log] [tgz] |
---|---|---|
author | Antonio de Angelis <Antonio.deAngelis@arm.com> | Fri Jan 07 13:37:12 2022 +0000 |
committer | Antonio de Angelis <Antonio.deAngelis@arm.com> | Mon Jan 10 11:37:01 2022 +0000 |
tree | 55b1c8813f6456901fcdf91d553f13d9c958c1f5 | |
parent | 04a6397407f88701bbd5b58239fab1430f13e271 [diff] |
Crypto: psa_aead_verify()/finish() can have NULL pointer outputs The psa_aead_verify() and psa_aead_finish() APIs can have cases where the output pointers for plaintext and ciphertext are NULL or zero-length hence need to be handled accordingly by the interface as the IPC framework would result in error in these cases. Signed-off-by: Antonio de Angelis <antonio.deangelis@arm.com> Change-Id: Ic1885d130c8e7eae1a928623153a93a43b280292