Searched refs:sha1_prf (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | sha1-prf.c | 30 int sha1_prf(const u8 *key, size_t key_len, const char *label, in sha1_prf() function
|
D | sha1.h | 18 int sha1_prf(const u8 *key, size_t key_len, const char *label,
|
/external/wpa_supplicant_8/src/ap/ |
D | peerkey_auth.c | 311 sha1_prf(smk, PMK_LEN, "SMK Derivation", buf, sizeof(buf), in wpa_smk_m3()
|
D | wpa_auth.c | 304 if (sha1_prf(rkey, sizeof(rkey), "Init Counter", buf, sizeof(buf), in wpa_group_init_gmk_and_counter() 1188 if (sha1_prf(gmk, WPA_GMK_LEN, label, data, sizeof(data), gtk, gtk_len) in wpa_gmk_to_gtk()
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_common.c | 120 sha1_prf(pmk, pmk_len, label, data, sizeof(data), ptk, in wpa_pmk_to_ptk()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_test.c | 1074 sha1_prf(drv->own_addr, ETH_ALEN, in test_driver_if_add() 1199 sha1_prf((const u8 *) ifname, os_strlen(ifname), in test_alloc_data()
|