Home
last modified time | relevance | path

Searched refs:nonce1 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa.c712 uint8_t *nonce1, uint8_t *nonce2, uint8_t *ptk, size_t ptk_len) in wpa_pmk_to_ptk() argument
732 if (memcmp(nonce1, nonce2, WPA_PMK_LEN) < 0) { in wpa_pmk_to_ptk()
733 (void) memcpy(data + 2 * IEEE80211_ADDR_LEN, nonce1, in wpa_pmk_to_ptk()
741 nonce1, WPA_PMK_LEN); in wpa_pmk_to_ptk()