Lines Matching refs:wpa_eapol_key
40 struct wpa_eapol_key *key; in check_mic()
48 key = (struct wpa_eapol_key *) (hdr + 1); in check_mic()
70 const struct wpa_eapol_key *hdr; in rx_data_eapol_key_1_of_4()
82 hdr = (const struct wpa_eapol_key *) (eapol + 1); in rx_data_eapol_key_1_of_4()
246 const struct wpa_eapol_key *hdr; in rx_data_eapol_key_2_of_4()
262 hdr = (const struct wpa_eapol_key *) (eapol + 1); in rx_data_eapol_key_2_of_4()
352 const struct wpa_eapol_key *hdr, in decrypt_eapol_key_data_rc4()
376 const struct wpa_eapol_key *hdr, in decrypt_eapol_key_data_aes()
406 const struct wpa_eapol_key *hdr, in decrypt_eapol_key_data()
622 const struct wpa_eapol_key *hdr; in rx_data_eapol_key_3_of_4()
644 hdr = (const struct wpa_eapol_key *) (eapol + 1); in rx_data_eapol_key_3_of_4()
709 struct wpa_eapol_key *k; in rx_data_eapol_key_3_of_4()
743 k = (struct wpa_eapol_key *) pos; in rx_data_eapol_key_3_of_4()
744 pos += sizeof(struct wpa_eapol_key) + mic_len; in rx_data_eapol_key_3_of_4()
819 const struct wpa_eapol_key *hdr; in rx_data_eapol_key_4_of_4()
834 hdr = (const struct wpa_eapol_key *) (eapol + 1); in rx_data_eapol_key_4_of_4()
878 const struct wpa_eapol_key *hdr; in rx_data_eapol_key_1_of_2()
895 hdr = (const struct wpa_eapol_key *) (eapol + 1); in rx_data_eapol_key_1_of_2()
932 struct wpa_eapol_key *k; in rx_data_eapol_key_1_of_2()
959 k = (struct wpa_eapol_key *) pos; in rx_data_eapol_key_1_of_2()
960 pos += sizeof(struct wpa_eapol_key) + mic_len; in rx_data_eapol_key_1_of_2()
1006 const struct wpa_eapol_key *hdr; in rx_data_eapol_key_2_of_2()
1019 hdr = (const struct wpa_eapol_key *) (eapol + 1); in rx_data_eapol_key_2_of_2()
1049 const struct wpa_eapol_key *hdr; in rx_data_eapol_key()
1068 hdr = (const struct wpa_eapol_key *) (eapol + 1); in rx_data_eapol_key()