Home
last modified time | relevance | path

Searched refs:cipher_abort (Results 1 – 1 of 1) sorted by relevance

/mbedtls-development/library/
A Dpsa_crypto_cipher.c459 static psa_status_t cipher_abort( mbedtls_psa_cipher_operation_t *operation ) in cipher_abort() function
518 status = cipher_abort( &operation ); in cipher_encrypt()
520 cipher_abort( &operation ); in cipher_encrypt()
567 status = cipher_abort( &operation ); in cipher_decrypt()
569 cipher_abort( &operation ); in cipher_decrypt()
623 return( cipher_abort( operation ) ); in mbedtls_psa_cipher_abort()
708 return( cipher_abort( operation ) ); in mbedtls_transparent_test_driver_cipher_abort()

Completed in 4 milliseconds