Home
last modified time | relevance | path

Searched refs:psa_aead_abort (Results 1 - 5 of 5) sorted by relevance

/third_party/mbedtls/programs/psa/
H A Daead_demo.c234 psa_aead_abort(&op); // required on errors, harmless on success in aead_encrypt()
/third_party/mbedtls/include/psa/
H A Dcrypto.h2256 * the operation will need to be reset by a call to psa_aead_abort(). The
2257 * application may call psa_aead_abort() at any time after the operation
2264 * - A call to psa_aead_abort().
2323 * the operation will need to be reset by a call to psa_aead_abort(). The
2324 * application may call psa_aead_abort() at any time after the operation
2331 * - A call to psa_aead_abort().
2377 * state and must be aborted by calling psa_aead_abort().
2416 * state and must be aborted by calling psa_aead_abort().
2463 * state and must be aborted by calling psa_aead_abort().
2504 * state and must be aborted by calling psa_aead_abort()
[all...]
/third_party/mbedtls/library/
H A Dpsa_crypto.c4966 psa_aead_abort(operation); in psa_aead_setup()
5017 psa_aead_abort(operation); in psa_aead_set_nonce_internal()
5077 psa_aead_abort(operation); in psa_aead_generate_nonce()
5167 psa_aead_abort(operation); in psa_aead_set_lengths()
5215 psa_aead_abort(operation); in psa_aead_update_ad()
5284 psa_aead_abort(operation); in psa_aead_update()
5352 psa_aead_abort(operation); in psa_aead_finish()
5395 psa_aead_abort(operation); in psa_aead_verify()
5404 psa_status_t psa_aead_abort(psa_aead_operation_t *operation) in psa_aead_abort() function
/third_party/mbedtls/tests/include/test/
H A Dpsa_test_wrappers.h51 #define psa_aead_abort(arg0_operation) \ macro
/third_party/mbedtls/tests/src/
H A Dpsa_test_wrappers.c51 /* Wrapper for psa_aead_abort */
55 psa_status_t status = (psa_aead_abort)(arg0_operation); in mbedtls_test_wrap_psa_aead_abort()

Completed in 17 milliseconds