Home
last modified time | relevance | path

Searched refs:hmac_sha384_kdf (Results 1 – 11 of 11) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dsha384.h23 int hmac_sha384_kdf(const u8 *secret, size_t secret_len,
Dsha384-kdf.c32 int hmac_sha384_kdf(const u8 *secret, size_t secret_len, in hmac_sha384_kdf() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dsha384.h26 int hmac_sha384_kdf(const u8 *secret, size_t secret_len,
Dsha384-kdf.c32 int hmac_sha384_kdf(const u8 *secret, size_t secret_len, in hmac_sha384_kdf() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp_crypto.c121 return hmac_sha384_kdf(secret, secret_len, NULL, in dpp_hkdf_expand()
1640 res = hmac_sha384_kdf(prk, hash_len, NULL, info, info_len, in dpp_pkex_derive_z()
Dsae.c565 return hmac_sha384_kdf(prk, prk_len, NULL, in hkdf_expand()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dwpa.c4694 res = hmac_sha384_kdf(prk, hash_len, NULL, (const u8 *) info, in owe_process_assoc_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.c413 return hmac_sha384_kdf(secret, secret_len, NULL, in dpp_hkdf_expand()
7208 res = hmac_sha384_kdf(prk, hash_len, NULL, info, info_len, in dpp_pkex_derive_z()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dwpa.c5266 res = hmac_sha384_kdf(prk, hash_len, NULL, (const u8 *) info, in owe_process_assoc_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dieee802_11.c2778 res = hmac_sha384_kdf(prk, hash_len, NULL, (const u8 *) info, in owe_process_assoc_req()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dieee802_11.c4297 res = hmac_sha384_kdf(prk, hash_len, NULL, (const u8 *) info, in owe_process_assoc_req()