Searched refs:pmk (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/wpad/ |
H A D | wpa_impl.h | 135 uint8_t pmk[PMK_LEN]; member 173 uint8_t pmk[PMK_LEN]; member
|
H A D | wpa_supplicant.c | 315 (void) memcpy(wpa_s->pmk, ssid->psk, PMK_LEN); in wpa_supplicant_set_suites() 317 (void) memcpy(wpa_s->pmk, wpa_s->cur_pmksa->pmk, PMK_LEN); in wpa_supplicant_set_suites() 319 (void) memset(wpa_s->pmk, 0, PMK_LEN); in wpa_supplicant_set_suites()
|
H A D | wpa.c | 711 wpa_pmk_to_ptk(uint8_t *pmk, uint8_t *addr1, uint8_t *addr2, in wpa_pmk_to_ptk() argument 744 sha1_prf(pmk, WPA_PMK_LEN, "Pairwise key expansion", data, in wpa_pmk_to_ptk() 747 wpa_hexdump(MSG_DEBUG, "WPA: PMK", pmk, WPA_PMK_LEN); in wpa_pmk_to_ptk() 977 wpa_pmk_to_ptk(wpa_s->pmk, wpa_s->own_addr, src_addr, in wpa_supplicant_process_1_of_4()
|