mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-25 05:31:11 +01:00
@@ -3713,7 +3713,7 @@ exit:
|
||||
return( status );
|
||||
}
|
||||
|
||||
static psa_status_t psa_aead_final_checks( psa_aead_operation_t *operation )
|
||||
static psa_status_t psa_aead_final_checks( const psa_aead_operation_t *operation )
|
||||
{
|
||||
if( operation->id == 0 || !operation->nonce_set )
|
||||
return( PSA_ERROR_BAD_STATE );
|
||||
|
||||
Reference in New Issue
Block a user