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()
205 PSA_ASSERT(psa_cipher_abort(operation));2298 psa_cipher_abort(&operation);2321 psa_cipher_abort(&operation);3889 PSA_ASSERT(psa_cipher_abort(&func));3890 PSA_ASSERT(psa_cipher_abort(&init));3891 PSA_ASSERT(psa_cipher_abort(&zero));3931 psa_cipher_abort(&operation);3969 PSA_ASSERT(psa_cipher_abort(&operation));3978 PSA_ASSERT(psa_cipher_abort(&operation));3986 PSA_ASSERT(psa_cipher_abort(&operation));[all …]
1112 PSA_ASSERT(psa_cipher_abort(&operation));1119 psa_cipher_abort(&operation);1241 PSA_ASSERT(psa_cipher_abort(&operation));1249 psa_cipher_abort(&operation);1371 PSA_ASSERT(psa_cipher_abort(&operation));1379 psa_cipher_abort(&operation);1558 psa_cipher_abort(&operation);1586 psa_cipher_abort(&operation);1616 psa_cipher_abort(&operation);1654 psa_cipher_abort(&operation);[all …]
156 psa_cipher_abort(&operation);
706 PSA_ASSERT(psa_cipher_abort(&cipher_operation));709 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()
317 psa_status_t status = (psa_cipher_abort)(arg0_operation); in mbedtls_test_wrap_psa_cipher_abort()
2040 psa_status_t psa_cipher_abort(psa_cipher_operation_t *operation);
4363 psa_cipher_abort(operation);4432 psa_cipher_abort(operation);4475 psa_cipher_abort(operation);4517 psa_cipher_abort(operation);4554 status = psa_cipher_abort(operation);4557 (void) psa_cipher_abort(operation);4565 psa_status_t psa_cipher_abort(psa_cipher_operation_t *operation) function
62 psa_cipher_abort(&psa_ctx->operation); in ctr_drbg_destroy_psa_contex()
185 #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…