Searched refs:psa_cipher_abort (Results 1 – 13 of 13) sorted by relevance
86 #define psa_cipher_abort \ macro87 PSA_FUNCTION_NAME(psa_cipher_abort)
111 psa_cipher_abort(&operation); in cipher_encrypt()141 psa_cipher_abort(&operation); in cipher_decrypt()
227 PSA_ASSERT(psa_cipher_abort(operation));2318 psa_cipher_abort(&operation);2341 psa_cipher_abort(&operation);3909 PSA_ASSERT(psa_cipher_abort(&func));3910 PSA_ASSERT(psa_cipher_abort(&init));3911 PSA_ASSERT(psa_cipher_abort(&zero));3951 psa_cipher_abort(&operation);3989 PSA_ASSERT(psa_cipher_abort(&operation));3998 PSA_ASSERT(psa_cipher_abort(&operation));4006 PSA_ASSERT(psa_cipher_abort(&operation));[all …]
1096 PSA_ASSERT(psa_cipher_abort(&operation));1103 psa_cipher_abort(&operation);1225 PSA_ASSERT(psa_cipher_abort(&operation));1233 psa_cipher_abort(&operation);1355 PSA_ASSERT(psa_cipher_abort(&operation));1363 psa_cipher_abort(&operation);1542 psa_cipher_abort(&operation);1570 psa_cipher_abort(&operation);1600 psa_cipher_abort(&operation);1638 psa_cipher_abort(&operation);[all …]
156 psa_cipher_abort(&operation);
693 PSA_ASSERT(psa_cipher_abort(&cipher_operation));696 PSA_ASSERT(psa_cipher_abort(&cipher_operation));
200 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()
318 psa_status_t status = (psa_cipher_abort)(arg0_operation); in mbedtls_test_wrap_psa_cipher_abort()
2037 psa_status_t psa_cipher_abort(psa_cipher_operation_t *operation);
62 psa_cipher_abort(&psa_ctx->operation); in ctr_drbg_destroy_psa_contex()
4307 psa_cipher_abort(operation); in psa_cipher_setup()4376 psa_cipher_abort(operation); in psa_cipher_generate_iv()4419 psa_cipher_abort(operation); in psa_cipher_set_iv()4461 psa_cipher_abort(operation); in psa_cipher_update()4498 status = psa_cipher_abort(operation); in psa_cipher_finish()4501 (void) psa_cipher_abort(operation); in psa_cipher_finish()4509 psa_status_t psa_cipher_abort(psa_cipher_operation_t *operation) in psa_cipher_abort() function
186 #define psa_cipher_abort(arg0_operation) \ macro
382 …ling the setup function without calling the finish function, call [`psa_cipher_abort`](https://mbe…418 The equivalent of `mbedtls_cipher_reset` is to call [`psa_cipher_abort`](https://mbed-tls.readthedo…