Home
last modified time | relevance | path

Searched refs:psa_mac_abort (Results 1 – 7 of 7) sorted by relevance

/third_party/mbedtls/tests/include/spe/
Dcrypto_spe.h119 #define psa_mac_abort \ macro
120 PSA_FUNCTION_NAME(psa_mac_abort)
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto.function159 PSA_ASSERT( psa_mac_abort( operation ) );
1166 psa_mac_abort( &operation );
1173 psa_mac_abort( &operation );
2214 PSA_ASSERT( psa_mac_abort( &func ) );
2215 PSA_ASSERT( psa_mac_abort( &init ) );
2216 PSA_ASSERT( psa_mac_abort( &zero ) );
2289 PSA_ASSERT( psa_mac_abort( &operation ) );
2295 PSA_ASSERT( psa_mac_abort( &operation ) );
2301 PSA_ASSERT( psa_mac_abort( &operation ) );
2309 PSA_ASSERT( psa_mac_abort( &operation ) );
[all …]
Dtest_suite_psa_crypto_driver_wrappers.function1299 PSA_ASSERT( psa_mac_abort( &operation ) );
1315 psa_mac_abort( &operation );
1417 PSA_ASSERT( psa_mac_abort( &operation ) );
1424 psa_mac_abort( &operation );
Dtest_suite_psa_crypto_se_driver_hal.function685 PSA_ASSERT( psa_mac_abort( &mac_operation ) );
688 PSA_ASSERT( psa_mac_abort( &mac_operation ) );
/third_party/mbedtls/library/
Dpsa_crypto.c2283 psa_status_t psa_mac_abort( psa_mac_operation_t *operation ) in psa_mac_abort() function
2389 psa_mac_abort( operation ); in psa_mac_setup()
2425 psa_mac_abort( operation ); in psa_mac_update()
2485 abort_status = psa_mac_abort( operation ); in psa_mac_sign_finish()
2519 abort_status = psa_mac_abort( operation ); in psa_mac_verify_finish()
4369 status = psa_mac_abort( &operation->ctx.hkdf.hmac ); in psa_key_derivation_abort()
4620 cleanup_status = psa_mac_abort( &hmac ); in psa_key_derivation_tls12_prf_generate_next_block()
/third_party/mbedtls/include/psa/
Dcrypto.h1590 psa_status_t psa_mac_abort(psa_mac_operation_t *operation);
/third_party/mbedtls/tests/src/
Dpsa_exercise_key.c158 psa_mac_abort( &operation ); in exercise_mac_key()