Home
last modified time | relevance | path

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

/lib/mbedtls/external/mbedtls/tests/include/spe/
A Dcrypto_spe.h86 #define psa_cipher_abort \ macro
87 PSA_FUNCTION_NAME(psa_cipher_abort)
/lib/mbedtls/external/mbedtls/programs/psa/
A Dcrypto_examples.c111 psa_cipher_abort(&operation); in cipher_encrypt()
141 psa_cipher_abort(&operation); in cipher_decrypt()
/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_psa_crypto.function2318 psa_cipher_abort(&operation);
2341 psa_cipher_abort(&operation);
3951 psa_cipher_abort(&operation);
4125 psa_cipher_abort(&operation);
4201 psa_cipher_abort(&operation);
4235 psa_cipher_abort(&operation);
4353 psa_cipher_abort(&operation);
4393 psa_cipher_abort(&operation);
4471 psa_cipher_abort(&operation);
4571 psa_cipher_abort(&operation);
[all …]
A 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 …]
A Dtest_suite_psa_crypto_op_fail.function156 psa_cipher_abort(&operation);
A Dtest_suite_psa_crypto_se_driver_hal.function693 PSA_ASSERT(psa_cipher_abort(&cipher_operation));
696 PSA_ASSERT(psa_cipher_abort(&cipher_operation));
/lib/mbedtls/external/mbedtls/tests/src/
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()
A Dpsa_test_wrappers.c318 psa_status_t status = (psa_cipher_abort)(arg0_operation); in mbedtls_test_wrap_psa_cipher_abort()
/lib/mbedtls/external/mbedtls/include/psa/
A Dcrypto.h2037 psa_status_t psa_cipher_abort(psa_cipher_operation_t *operation);
/lib/mbedtls/external/mbedtls/library/
A Dctr_drbg.c62 psa_cipher_abort(&psa_ctx->operation); in ctr_drbg_destroy_psa_contex()
A 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
/lib/mbedtls/external/mbedtls/tests/include/test/
A Dpsa_test_wrappers.h186 #define psa_cipher_abort(arg0_operation) \ macro
/lib/mbedtls/external/mbedtls/docs/
A 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…

Completed in 69 milliseconds