Searched refs:cipher_finish (Results 1 – 1 of 1) sorted by relevance
/mbedtls-development/library/ |
A D | psa_crypto_cipher.c | 420 static psa_status_t cipher_finish( mbedtls_psa_cipher_operation_t *operation, in cipher_finish() function 509 status = cipher_finish( &operation, output + accumulated_length, in cipher_encrypt() 558 status = cipher_finish( &operation, output + accumulated_length, in cipher_decrypt() 618 return( cipher_finish( operation, output, output_size, output_length ) ); in mbedtls_psa_cipher_finish() 702 return( cipher_finish( operation, output, output_size, output_length ) ); in mbedtls_transparent_test_driver_cipher_finish()
|
Completed in 3 milliseconds