Home
last modified time | relevance | path

Searched refs:dpp_hkdf_expand (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/common/
Ddpp_i.h84 int dpp_hkdf_expand(size_t hash_len, const u8 *secret, size_t secret_len,
Ddpp_crypto.c233 int dpp_hkdf_expand(size_t hash_len, const u8 *secret, size_t secret_len, in dpp_hkdf_expand() function
775 res = dpp_hkdf_expand(hash_len, prk, hash_len, info, k1, hash_len); in dpp_derive_k1()
803 res = dpp_hkdf_expand(hash_len, prk, hash_len, info, k2, hash_len); in dpp_derive_k2()
859 res = dpp_hkdf_expand(hash_len, auth->bk, hash_len, info_ke, auth->ke, in dpp_derive_bk_ke()
1708 res = dpp_hkdf_expand(hash_len, prk, hash_len, info, pmk, hash_len); in dpp_derive_pmk()
2324 if (dpp_hkdf_expand(curve->hash_len, prk, curve->hash_len, in dpp_reconfig_derive_ke_responder()
2419 if (dpp_hkdf_expand(curve->hash_len, prk, curve->hash_len, in dpp_reconfig_derive_ke_initiator()