Home
last modified time | relevance | path

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

/mbedtls-latest/tests/include/spe/
Dcrypto_spe.h86 #define psa_cipher_abort \ macro
87 PSA_FUNCTION_NAME(psa_cipher_abort)
/mbedtls-latest/programs/psa/
Dcrypto_examples.c111 psa_cipher_abort(&operation); in cipher_encrypt()
141 psa_cipher_abort(&operation); in cipher_decrypt()
/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto.function205 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 …]
Dtest_suite_psa_crypto_driver_wrappers.function1112 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 …]
Dtest_suite_psa_crypto_op_fail.function156 psa_cipher_abort(&operation);
Dtest_suite_psa_crypto_se_driver_hal.function706 PSA_ASSERT(psa_cipher_abort(&cipher_operation));
709 PSA_ASSERT(psa_cipher_abort(&cipher_operation));
/mbedtls-latest/tests/src/
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()
Dpsa_test_wrappers.c317 psa_status_t status = (psa_cipher_abort)(arg0_operation); in mbedtls_test_wrap_psa_cipher_abort()
/mbedtls-latest/include/psa/
Dcrypto.h2040 psa_status_t psa_cipher_abort(psa_cipher_operation_t *operation);
/mbedtls-latest/library/
Dpsa_crypto.c4363 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
Dctr_drbg.c62 psa_cipher_abort(&psa_ctx->operation); in ctr_drbg_destroy_psa_contex()
/mbedtls-latest/tests/include/test/
Dpsa_test_wrappers.h185 #define psa_cipher_abort(arg0_operation) \ macro
/mbedtls-latest/docs/
Dpsa-transition.md382 …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…