Home
last modified time | relevance | path

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

/openthread-3.7.0/third_party/mbedtls/repo/tests/src/
Dpsa_exercise_key.c524 } else if (PSA_ALG_IS_HKDF_EXPAND(alg)) { in mbedtls_test_psa_setup_key_derivation_wrap()
798 if (PSA_ALG_IS_HKDF_EXPAND(kdf_alg)) { in exercise_key_agreement_key()
827 } else if (PSA_ALG_IS_HKDF(kdf_alg) || PSA_ALG_IS_HKDF_EXPAND(kdf_alg)) { in exercise_key_agreement_key()
/openthread-3.7.0/third_party/mbedtls/repo/include/psa/
Dcrypto_values.h1926 #define PSA_ALG_IS_HKDF_EXPAND(alg) \ macro
/openthread-3.7.0/third_party/mbedtls/repo/programs/psa/
Dpsa_constant_names_generated.c291 } else if (PSA_ALG_IS_HKDF_EXPAND(core_alg)) { in psa_snprint_algorithm()
/openthread-3.7.0/third_party/mbedtls/repo/library/
Dpsa_crypto.c6509 if (PSA_ALG_IS_HKDF_EXPAND(kdf_alg)) { in is_kdf_alg_supported()
6600 if (PSA_ALG_IS_HKDF_EXPAND(kdf_alg)) { in psa_key_derivation_set_maximum_capacity()
6735 if (PSA_ALG_IS_HKDF_EXPAND(kdf_alg)) { in psa_hkdf_input()
6753 if (PSA_ALG_IS_HKDF_EXPAND(kdf_alg)) { in psa_hkdf_input()
6827 if (PSA_ALG_IS_HKDF_EXPAND(kdf_alg) && in psa_hkdf_input()