Home
last modified time | relevance | path

Searched refs:psa_cipher_abort (Results 1 - 8 of 8) sorted by relevance

/third_party/mbedtls/tests/include/spe/
H A Dcrypto_spe.h98 #define psa_cipher_abort \ macro
99 PSA_FUNCTION_NAME(psa_cipher_abort)
/third_party/mbedtls/programs/psa/
H A Dcrypto_examples.c123 psa_cipher_abort(&operation); in cipher_encrypt()
153 psa_cipher_abort(&operation); in cipher_decrypt()
/third_party/mbedtls/tests/src/
H A Dpsa_exercise_key.c200 PSA_ASSERT(psa_cipher_abort(&operation)); in exercise_cipher_key()
228 PSA_ASSERT(psa_cipher_abort(&operation)); in exercise_cipher_key()
258 psa_cipher_abort(&operation); in exercise_cipher_key()
H A Dpsa_test_wrappers.c314 /* Wrapper for psa_cipher_abort */
318 psa_status_t status = (psa_cipher_abort)(arg0_operation); in mbedtls_test_wrap_psa_cipher_abort()
/third_party/mbedtls/include/psa/
H A Dcrypto.h1732 * the operation will need to be reset by a call to psa_cipher_abort(). The
1733 * application may call psa_cipher_abort() at any time after the operation
1740 * - A call to psa_cipher_abort().
1795 * the operation will need to be reset by a call to psa_cipher_abort(). The
1796 * application may call psa_cipher_abort() at any time after the operation
1803 * - A call to psa_cipher_abort().
1849 * state and must be aborted by calling psa_cipher_abort().
1887 * state and must be aborted by calling psa_cipher_abort().
1928 * state and must be aborted by calling psa_cipher_abort().
1975 * state and must be aborted by calling psa_cipher_abort()
[all...]
/third_party/mbedtls/tests/include/test/
H A Dpsa_test_wrappers.h186 #define psa_cipher_abort(arg0_operation) \ macro
/third_party/mbedtls/library/
H A Dctr_drbg.c62 psa_cipher_abort(&psa_ctx->operation); in ctr_drbg_destroy_psa_contex()
H A Dpsa_crypto.c4275 * is used to indicate to psa_cipher_abort that there are resources to free, in psa_cipher_setup()
4303 psa_cipher_abort(operation); in psa_cipher_setup()
4372 psa_cipher_abort(operation); in psa_cipher_generate_iv()
4415 psa_cipher_abort(operation); in psa_cipher_set_iv()
4457 psa_cipher_abort(operation); in psa_cipher_update()
4494 status = psa_cipher_abort(operation); in psa_cipher_finish()
4497 (void) psa_cipher_abort(operation); in psa_cipher_finish()
4505 psa_status_t psa_cipher_abort(psa_cipher_operation_t *operation) in psa_cipher_abort() function

Completed in 21 milliseconds