mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-14 09:36:39 -04:00
Call set_nonce direct rather than by wrapper
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
8fc45169f1
commit
95271f10c3
@ -3569,8 +3569,7 @@ psa_status_t psa_aead_generate_nonce( psa_aead_operation_t *operation,
|
|||||||
if( status != PSA_SUCCESS )
|
if( status != PSA_SUCCESS )
|
||||||
goto exit;
|
goto exit;
|
||||||
|
|
||||||
status = psa_driver_wrapper_aead_set_nonce( operation, nonce,
|
status = psa_aead_set_nonce( operation, nonce, required_nonce_size );
|
||||||
required_nonce_size );
|
|
||||||
|
|
||||||
exit:
|
exit:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user