Home
last modified time | relevance | path

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

/openthread-3.5.0/third_party/mbedtls/repo/tests/include/spe/
Dcrypto_spe.h119 #define psa_mac_abort \ macro
120 PSA_FUNCTION_NAME(psa_mac_abort)
/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto.function153 PSA_ASSERT( psa_mac_abort( operation ) );
903 psa_mac_abort( &operation );
910 psa_mac_abort( &operation );
1941 PSA_ASSERT( psa_mac_abort( &func ) );
1942 PSA_ASSERT( psa_mac_abort( &init ) );
1943 PSA_ASSERT( psa_mac_abort( &zero ) );
2016 PSA_ASSERT( psa_mac_abort( &operation ) );
2022 PSA_ASSERT( psa_mac_abort( &operation ) );
2028 PSA_ASSERT( psa_mac_abort( &operation ) );
2036 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 ) );
/openthread-3.5.0/third_party/mbedtls/repo/include/psa/
Dcrypto.h1607 psa_status_t psa_mac_abort(psa_mac_operation_t *operation);
/openthread-3.5.0/third_party/mbedtls/repo/library/
Dpsa_crypto.c2323 psa_status_t psa_mac_abort( psa_mac_operation_t *operation ) in psa_mac_abort() function
2431 psa_mac_abort( operation ); in psa_mac_setup()
2467 psa_mac_abort( operation ); in psa_mac_update()
2527 abort_status = psa_mac_abort( operation ); in psa_mac_sign_finish()
2561 abort_status = psa_mac_abort( operation ); in psa_mac_verify_finish()
3861 status = psa_mac_abort( &operation->ctx.hkdf.hmac ); in psa_key_derivation_abort()
4112 cleanup_status = psa_mac_abort( &hmac ); in psa_key_derivation_tls12_prf_generate_next_block()
/openthread-3.5.0/third_party/mbedtls/repo/tests/src/
Dpsa_exercise_key.c158 psa_mac_abort( &operation ); in exercise_mac_key()