Better tag size default for m-aead finish

Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
Paul Elliott 2021-06-22 17:53:45 +01:00
parent d89304ebb7
commit f88a565f18

View File

@ -3772,7 +3772,7 @@ psa_status_t psa_aead_finish( psa_aead_operation_t *operation,
psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED;
*ciphertext_length = 0; *ciphertext_length = 0;
*tag_length = 0; *tag_length = tag_size;
if( operation->id == 0 ) if( operation->id == 0 )
{ {