Better tag size default for m-aead finish
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
d89304ebb7
commit
f88a565f18
1 changed files with 1 additions and 1 deletions
|
@ -3772,7 +3772,7 @@ psa_status_t psa_aead_finish( psa_aead_operation_t *operation,
|
|||
psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED;
|
||||
|
||||
*ciphertext_length = 0;
|
||||
*tag_length = 0;
|
||||
*tag_length = tag_size;
|
||||
|
||||
if( operation->id == 0 )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue