mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-05 00:40:09 +00:00
Typo
Signed-off-by: gabor-mezei-arm <gabor.mezei@arm.com>
This commit is contained in:
parent
0a93b665f7
commit
47a8e14bb7
@ -460,8 +460,8 @@ static psa_status_t cipher_encrypt( const psa_key_attributes_t *attributes,
|
|||||||
mbedtls_psa_cipher_operation_t operation = MBEDTLS_PSA_CIPHER_OPERATION_INIT;
|
mbedtls_psa_cipher_operation_t operation = MBEDTLS_PSA_CIPHER_OPERATION_INIT;
|
||||||
size_t olength, accumulated_length;
|
size_t olength, accumulated_length;
|
||||||
|
|
||||||
status = cipher_encrypt_setup( &operation, attributes,
|
status = cipher_encrypt_setup( &operation, attributes,
|
||||||
key_buffer, key_buffer_size, alg );
|
key_buffer, key_buffer_size, alg );
|
||||||
if( status != PSA_SUCCESS )
|
if( status != PSA_SUCCESS )
|
||||||
goto exit;
|
goto exit;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user