Home
last modified time | relevance | path

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

/external/mbedtls/library/
Dpsa_crypto.c5200 psa_algorithm_t kdf_alg = psa_key_derivation_get_kdf_alg(operation); in psa_key_derivation_abort() local
5295 psa_algorithm_t kdf_alg, in psa_key_derivation_hkdf_read()
5659 psa_algorithm_t kdf_alg, in psa_key_derivation_pbkdf2_read()
5730 psa_algorithm_t kdf_alg = psa_key_derivation_get_kdf_alg(operation); in psa_key_derivation_output_bytes() local
6172 static int is_kdf_alg_supported(psa_algorithm_t kdf_alg) in is_kdf_alg_supported()
6227 psa_algorithm_t kdf_alg) in psa_key_derivation_setup_kdf()
6294 psa_algorithm_t kdf_alg) in psa_key_derivation_allows_free_form_secret_input()
6319 psa_algorithm_t kdf_alg = PSA_ALG_KEY_AGREEMENT_GET_KDF(alg); in psa_key_derivation_setup() local
6350 psa_algorithm_t kdf_alg, in psa_hkdf_input()
6822 psa_algorithm_t kdf_alg, in psa_pbkdf2_set_password()
[all …]
/external/openthread/third_party/mbedtls/repo/library/
Dpsa_crypto.c3829 psa_algorithm_t kdf_alg = psa_key_derivation_get_kdf_alg(operation); in psa_key_derivation_abort() local
4165 psa_algorithm_t kdf_alg = psa_key_derivation_get_kdf_alg(operation); in psa_key_derivation_output_bytes() local
4350 static int is_kdf_alg_supported(psa_algorithm_t kdf_alg) in is_kdf_alg_supported()
4380 psa_algorithm_t kdf_alg) in psa_key_derivation_setup_kdf()
4442 psa_algorithm_t kdf_alg = PSA_ALG_KEY_AGREEMENT_GET_KDF(alg); in psa_key_derivation_setup() local
4729 psa_algorithm_t kdf_alg = psa_key_derivation_get_kdf_alg(operation); in psa_key_derivation_input_internal() local
/external/mbedtls/tests/src/
Dpsa_exercise_key.c602 psa_algorithm_t kdf_alg = PSA_ALG_KEY_AGREEMENT_GET_KDF(alg); in exercise_key_agreement_key() local
/external/openthread/third_party/mbedtls/repo/tests/src/
Dpsa_exercise_key.c590 psa_algorithm_t kdf_alg = PSA_ALG_KEY_AGREEMENT_GET_KDF(alg); in exercise_key_agreement_key() local
/external/mbedtls/include/psa/
Dcrypto_values.h2113 #define PSA_ALG_IS_PBKDF2(kdf_alg) \ argument
2134 #define PSA_ALG_KEY_AGREEMENT(ka_alg, kdf_alg) \ argument
/external/openthread/third_party/mbedtls/repo/include/psa/
Dcrypto_values.h1841 #define PSA_ALG_KEY_AGREEMENT(ka_alg, kdf_alg) \ argument