Home
last modified time | relevance | path

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

/mbedtls-3.5.0/tests/include/spe/
Dcrypto_spe.h98 #define psa_cipher_abort \ macro
99 PSA_FUNCTION_NAME(psa_cipher_abort)
/mbedtls-3.5.0/programs/psa/
Dcrypto_examples.c123 psa_cipher_abort(&operation); in cipher_encrypt()
153 psa_cipher_abort(&operation); in cipher_decrypt()
/mbedtls-3.5.0/tests/suites/
Dtest_suite_psa_crypto.function223 PSA_ASSERT(psa_cipher_abort(operation));
1956 psa_cipher_abort(&operation);
1979 psa_cipher_abort(&operation);
3541 PSA_ASSERT(psa_cipher_abort(&func));
3542 PSA_ASSERT(psa_cipher_abort(&init));
3543 PSA_ASSERT(psa_cipher_abort(&zero));
3583 psa_cipher_abort(&operation);
3621 PSA_ASSERT(psa_cipher_abort(&operation));
3630 PSA_ASSERT(psa_cipher_abort(&operation));
3638 PSA_ASSERT(psa_cipher_abort(&operation));
[all …]
Dtest_suite_psa_crypto_driver_wrappers.function1092 PSA_ASSERT(psa_cipher_abort(&operation));
1099 psa_cipher_abort(&operation);
1220 PSA_ASSERT(psa_cipher_abort(&operation));
1228 psa_cipher_abort(&operation);
1349 PSA_ASSERT(psa_cipher_abort(&operation));
1357 psa_cipher_abort(&operation);
1539 psa_cipher_abort(&operation);
1574 psa_cipher_abort(&operation);
1604 psa_cipher_abort(&operation);
1642 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));
/mbedtls-3.5.0/include/psa/
Dcrypto.h2042 psa_status_t psa_cipher_abort(psa_cipher_operation_t *operation);
/mbedtls-3.5.0/library/
Dpsa_crypto.c4007 psa_cipher_abort(operation);
4074 psa_cipher_abort(operation);
4109 psa_cipher_abort(operation);
4142 psa_cipher_abort(operation);
4172 return psa_cipher_abort(operation);
4175 (void) psa_cipher_abort(operation);
4181 psa_status_t psa_cipher_abort(psa_cipher_operation_t *operation) function
/mbedtls-3.5.0/tests/src/
Dpsa_exercise_key.c225 psa_cipher_abort(&operation); in exercise_cipher_key()