Signed-off-by: gabor-mezei-arm <gabor.mezei@arm.com>
This commit is contained in:
gabor-mezei-arm 2021-06-25 15:44:47 +02:00
parent d52c8dc783
commit 0e1d31bf06
No known key found for this signature in database
GPG Key ID: 106F5A41ECC305BD

View File

@ -463,8 +463,8 @@ static psa_status_t cipher_encrypt( const psa_key_attributes_t *attributes,
mbedtls_psa_cipher_operation_t operation = MBEDTLS_PSA_CIPHER_OPERATION_INIT;
size_t olength, accumulated_length;
status = cipher_encrypt_setup( &operation, attributes,
key_buffer, key_buffer_size, alg );
status = cipher_encrypt_setup( &operation, attributes,
key_buffer, key_buffer_size, alg );
if( status != PSA_SUCCESS )
goto exit;