Searched refs:key192 (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth.c | 880 struct wpa_eapol_key_192 *key192; in wpa_receive() local 894 keyhdrlen = mic_len == 24 ? sizeof(*key192) : sizeof(*key); in wpa_receive() 901 key192 = (struct wpa_eapol_key_192 *) (hdr + 1); in wpa_receive() 904 key_data = (const u8 *) (key192 + 1); in wpa_receive() 905 key_data_length = WPA_GET_BE16(key192->key_data_length); in wpa_receive() 1415 struct wpa_eapol_key_192 *key192; in __wpa_send_eapol() local 1425 keyhdrlen = mic_len == 24 ? sizeof(*key192) : sizeof(*key); in __wpa_send_eapol() 1474 key192 = (struct wpa_eapol_key_192 *) (hdr + 1); in __wpa_send_eapol() 1514 WPA_PUT_BE16(key192->key_data_length, kde_len); in __wpa_send_eapol() 1543 WPA_PUT_BE16(key192->key_data_length, in __wpa_send_eapol() [all …]
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa.c | 1766 struct wpa_eapol_key_192 *key192; in wpa_sm_rx_eapol() local 1779 keyhdrlen = mic_len == 24 ? sizeof(*key192) : sizeof(*key); in wpa_sm_rx_eapol() 1831 key192 = (struct wpa_eapol_key_192 *) in wpa_sm_rx_eapol() 1834 key_data = (u8 *) (key192 + 1); in wpa_sm_rx_eapol() 1848 key_data_len = WPA_GET_BE16(key192->key_data_length); in wpa_sm_rx_eapol() 1851 wpa_eapol_key_dump(sm, key, key_data_len, key192->key_mic, mic_len); in wpa_sm_rx_eapol() 2007 wpa_supplicant_verify_eapol_key_mic(sm, key192, ver, tmp, data_len)) in wpa_sm_rx_eapol() 2012 peerkey_verify_eapol_key_mic(sm, peerkey, key192, ver, tmp, in wpa_sm_rx_eapol()
|