Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/include/spe/
Dcrypto_spe.h86 #define psa_cipher_abort \ macro
87 PSA_FUNCTION_NAME(psa_cipher_abort)
/openthread-latest/third_party/mbedtls/repo/programs/psa/
Dcrypto_examples.c111 psa_cipher_abort(&operation); in cipher_encrypt()
141 psa_cipher_abort(&operation); in cipher_decrypt()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto.function227 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 …]
Dtest_suite_psa_crypto_driver_wrappers.function1096 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 …]
Dtest_suite_psa_crypto_op_fail.function156 psa_cipher_abort(&operation);
Dtest_suite_psa_crypto_se_driver_hal.function693 PSA_ASSERT(psa_cipher_abort(&cipher_operation));
696 PSA_ASSERT(psa_cipher_abort(&cipher_operation));
/openthread-latest/third_party/mbedtls/repo/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.c318 psa_status_t status = (psa_cipher_abort)(arg0_operation); in mbedtls_test_wrap_psa_cipher_abort()
/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto.h2037 psa_status_t psa_cipher_abort(psa_cipher_operation_t *operation);
/openthread-latest/third_party/mbedtls/repo/library/
Dctr_drbg.c62 psa_cipher_abort(&psa_ctx->operation); in ctr_drbg_destroy_psa_contex()
Dpsa_crypto.c4307 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
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_test_wrappers.h186 #define psa_cipher_abort(arg0_operation) \ macro
/openthread-latest/third_party/mbedtls/repo/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…