Home
last modified time | relevance | path

Searched defs:kdf_alg (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto.c5484 psa_algorithm_t kdf_alg = psa_key_derivation_get_kdf_alg(operation); in psa_key_derivation_abort() local
5579 psa_algorithm_t kdf_alg, in psa_key_derivation_hkdf_read()
5943 psa_algorithm_t kdf_alg, in psa_key_derivation_pbkdf2_read()
6016 psa_algorithm_t kdf_alg = psa_key_derivation_get_kdf_alg(operation); in psa_key_derivation_output_bytes() local
6496 static int is_kdf_alg_supported(psa_algorithm_t kdf_alg) in is_kdf_alg_supported()
6551 psa_algorithm_t kdf_alg) in psa_key_derivation_set_maximum_capacity()
6636 psa_algorithm_t kdf_alg) in psa_key_derivation_setup_kdf()
6669 psa_algorithm_t kdf_alg) in psa_key_derivation_allows_free_form_secret_input()
6694 psa_algorithm_t kdf_alg = PSA_ALG_KEY_AGREEMENT_GET_KDF(alg); in psa_key_derivation_setup() local
6725 psa_algorithm_t kdf_alg, in psa_hkdf_input()
[all …]
/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto_values.h2133 #define PSA_ALG_IS_PBKDF2(kdf_alg) \ argument
2154 #define PSA_ALG_KEY_AGREEMENT(ka_alg, kdf_alg) \ argument
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_exercise_key.c775 psa_algorithm_t kdf_alg = PSA_ALG_KEY_AGREEMENT_GET_KDF(alg); in exercise_key_agreement_key() local