/external/wpa_supplicant_8/src/crypto/ |
sha256.h | 18 void sha256_prf(const u8 *key, size_t key_len, const char *label,
|
sha256-prf.c | 17 * sha256_prf - SHA256-based Pseudo-Random Function (IEEE 802.11r, 8.5.1.5.2) 29 void sha256_prf(const u8 *key, size_t key_len, const char *label, function
|
/external/wpa_supplicant_8/src/common/ |
wpa_common.c | 116 sha256_prf(pmk, pmk_len, label, data, sizeof(data), 732 sha256_prf(xxkey, xxkey_len, "FT-R0", buf, pos - buf, 798 sha256_prf(pmk_r0, PMK_LEN, "FT-R1", buf, pos - buf, pmk_r1, PMK_LEN); 833 sha256_prf(pmk_r1, PMK_LEN, "FT-PTK", buf, pos - buf, ptk, ptk_len); [all...] |
sae.c | 620 sha256_prf(keyseed, sizeof(keyseed), "SAE KCK and PMK",
|
/external/wpa_supplicant_8/src/ap/ |
peerkey_auth.c | 308 sha256_prf(smk, PMK_LEN, "SMK Derivation", buf, sizeof(buf),
|
wpa_auth.c | [all...] |
/external/wpa_supplicant_8/src/rsn_supp/ |
tdls.c | 411 sha256_prf(key_input, SHA256_MAC_LEN, "TDLS PMK", data, sizeof(data), [all...] |