Lines Matching refs:decrypted
942 const u8 *decrypted; in rx_data_eapol_key_3_of_4() local
1016 decrypted = key_data; in rx_data_eapol_key_3_of_4()
1029 decrypted = decrypted_buf; in rx_data_eapol_key_3_of_4()
1031 decrypted, decrypted_len); in rx_data_eapol_key_3_of_4()
1033 if ((wt->write_pcap_dumper || wt->pcapng) && decrypted != key_data) { in rx_data_eapol_key_3_of_4()
1043 p = decrypted; in rx_data_eapol_key_3_of_4()
1044 while (p + 1 < decrypted + decrypted_len) { in rx_data_eapol_key_3_of_4()
1047 plain_len = p - decrypted; in rx_data_eapol_key_3_of_4()
1053 if (p && p > decrypted && p + 1 == decrypted + decrypted_len && in rx_data_eapol_key_3_of_4()
1056 plain_len = p - decrypted; in rx_data_eapol_key_3_of_4()
1078 decrypted, plain_len); in rx_data_eapol_key_3_of_4()
1081 if (wpa_parse_kde_ies(decrypted, decrypted_len, &ie) < 0) { in rx_data_eapol_key_3_of_4()
1165 learn_kde_keys(wt, bss, sta, decrypted, decrypted_len, hdr->key_rsc); in rx_data_eapol_key_3_of_4()
1249 u8 *decrypted; in rx_data_eapol_key_1_of_2() local
1298 decrypted = decrypt_eapol_key_data(wt, sta, in rx_data_eapol_key_1_of_2()
1302 if (decrypted == NULL) { in rx_data_eapol_key_1_of_2()
1307 decrypted, decrypted_len); in rx_data_eapol_key_1_of_2()
1317 pos = decrypted; in rx_data_eapol_key_1_of_2()
1318 while (pos + 1 < decrypted + decrypted_len) { in rx_data_eapol_key_1_of_2()
1321 plain_len = pos - decrypted; in rx_data_eapol_key_1_of_2()
1346 decrypted, plain_len); in rx_data_eapol_key_1_of_2()
1349 learn_kde_keys(wt, bss, sta, decrypted, decrypted_len, in rx_data_eapol_key_1_of_2()
1359 wpa_hexdump(MSG_DEBUG, "GTK", decrypted, in rx_data_eapol_key_1_of_2()
1362 os_memcpy(bss->gtk[id], decrypted, decrypted_len); in rx_data_eapol_key_1_of_2()
1376 os_free(decrypted); in rx_data_eapol_key_1_of_2()