Searched refs:sha512_prf (Results 1 - 7 of 7) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | sha512.h | 18 int sha512_prf(const u8 *key, size_t key_len, const char *label,
|
H A D | sha512-prf.c | 17 * sha512_prf - SHA512-based Key derivation function (IEEE 802.11ac, 11.6.1.7.2) 30 int sha512_prf(const u8 *key, size_t key_len, const char *label, in sha512_prf() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | sha512.h | 18 int sha512_prf(const u8 *key, size_t key_len, const char *label,
|
H A D | sha512-prf.c | 17 * sha512_prf - SHA512-based Key derivation function (IEEE 802.11ac, 11.6.1.7.2) 30 int sha512_prf(const u8 *key, size_t key_len, const char *label, in sha512_prf() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | wpa_common.c | 483 if (sha512_prf(pmk, pmk_len, label, data, data_len, in wpa_pmk_to_ptk() 504 if (sha512_prf(pmk, pmk_len, label, data, data_len, in wpa_pmk_to_ptk() 532 if (sha512_prf(pmk, pmk_len, label, data, data_len, in wpa_pmk_to_ptk()
|
H A D | sae.c | 1512 return sha512_prf(k, hash_len, label, in sae_kdf_hash()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | wpa_common.c | 434 if (sha512_prf(pmk, pmk_len, label, data, data_len, in wpa_pmk_to_ptk()
|
Completed in 12 milliseconds