Searched refs:hmac_sha512_kdf (Results 1 - 11 of 11) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | sha512.h | 23 int hmac_sha512_kdf(const u8 *secret, size_t secret_len,
|
H A D | sha512-kdf.c | 16 * hmac_sha512_kdf - HMAC-SHA512 based KDF (RFC 5295) 32 int hmac_sha512_kdf(const u8 *secret, size_t secret_len, in hmac_sha512_kdf() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | sha512.h | 23 int hmac_sha512_kdf(const u8 *secret, size_t secret_len,
|
H A D | sha512-kdf.c | 16 * hmac_sha512_kdf - HMAC-SHA512 based KDF (RFC 5295) 32 int hmac_sha512_kdf(const u8 *secret, size_t secret_len, in hmac_sha512_kdf() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_crypto.c | 125 return hmac_sha512_kdf(secret, secret_len, NULL, in dpp_hkdf_expand() 1643 res = hmac_sha512_kdf(prk, hash_len, NULL, info, info_len, in dpp_pkex_derive_z()
|
H A D | sae.c | 573 return hmac_sha512_kdf(prk, prk_len, NULL, in hkdf_expand()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
H A D | wpa.c | 4697 res = hmac_sha512_kdf(prk, hash_len, NULL, (const u8 *) info, in owe_process_assoc_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ieee802_11.c | 2781 res = hmac_sha512_kdf(prk, hash_len, NULL, (const u8 *) info, in owe_process_assoc_req()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.c | 417 return hmac_sha512_kdf(secret, secret_len, NULL, in dpp_hkdf_expand() 7211 res = hmac_sha512_kdf(prk, hash_len, NULL, info, info_len, in dpp_pkex_derive_z()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_11.c | 4322 res = hmac_sha512_kdf(prk, hash_len, NULL, (const u8 *) info, in owe_process_assoc_req()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | wpa.c | 6431 res = hmac_sha512_kdf(prk, hash_len, NULL, (const u8 *) info,
|
Completed in 40 milliseconds