Home
last modified time | relevance | path

Searched refs:PSA_ALG_IS_RAW_KEY_AGREEMENT (Results 1 – 4 of 4) sorted by relevance

/openthread-3.4.0/third_party/mbedtls/repo/include/psa/
Dcrypto_values.h1828 #define PSA_ALG_IS_RAW_KEY_AGREEMENT(alg) \ macro
/openthread-3.4.0/third_party/mbedtls/repo/programs/psa/
Dpsa_constant_names_generated.c180 !PSA_ALG_IS_RAW_KEY_AGREEMENT(alg)) { in psa_snprint_algorithm()
/openthread-3.4.0/third_party/mbedtls/repo/tests/src/
Dpsa_exercise_key.c910 else if( PSA_ALG_IS_RAW_KEY_AGREEMENT( alg ) ) in mbedtls_test_psa_exercise_key()
/openthread-3.4.0/third_party/mbedtls/repo/library/
Dpsa_crypto.c867 if( PSA_ALG_IS_RAW_KEY_AGREEMENT( policy_alg ) && in psa_key_algorithm_permits()
4412 if( PSA_ALG_IS_RAW_KEY_AGREEMENT( alg ) ) in psa_key_derivation_setup()