Home
last modified time | relevance | path

Searched refs:psa_mac_key_can_do (Results 1 – 3 of 3) sorted by relevance

/openthread-3.6.0/third_party/mbedtls/repo/library/
Dpsa_crypto_invasive.h81 psa_status_t psa_mac_key_can_do(
Dpsa_crypto.c562 MBEDTLS_STATIC_TESTABLE psa_status_t psa_mac_key_can_do( in psa_mac_key_can_do() function
746 if( PSA_SUCCESS != psa_mac_key_can_do( alg1, key_type ) ) in psa_key_policy_algorithm_intersection()
828 if( PSA_SUCCESS != psa_mac_key_can_do( policy_alg, key_type ) ) in psa_key_algorithm_permits()
2350 status = psa_mac_key_can_do( alg, key_type ); in psa_mac_finalize_alg_and_key_validation()
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_metadata.function210 PSA_ASSERT( psa_mac_key_can_do( alg, key_type ) );