Lines Matching refs:wpa_hexdump

52 	wpa_hexdump(MSG_INFO, "TK", tk, sizeof(tk));  in test_vector_tkip()
53 wpa_hexdump(MSG_INFO, "PN", pn, sizeof(pn)); in test_vector_tkip()
54 wpa_hexdump(MSG_INFO, "Plaintext MPDU", frame, sizeof(frame)); in test_vector_tkip()
62 wpa_hexdump(MSG_INFO, "Encrypted MPDU (without FCS)", enc, enc_len); in test_vector_tkip()
77 wpa_hexdump(MSG_ERROR, "Decryption result did not match", in test_vector_tkip()
105 wpa_hexdump(MSG_INFO, "TK", tk, sizeof(tk)); in test_vector_ccmp()
106 wpa_hexdump(MSG_INFO, "PN", pn, sizeof(pn)); in test_vector_ccmp()
107 wpa_hexdump(MSG_INFO, "802.11 Header", frame, 24); in test_vector_ccmp()
108 wpa_hexdump(MSG_INFO, "Plaintext Data", frame + 24, sizeof(frame) - 24); in test_vector_ccmp()
117 wpa_hexdump(MSG_INFO, "Encrypted MPDU (without FCS)", enc, enc_len); in test_vector_ccmp()
119 wpa_hexdump(MSG_INFO, "FCS", fcs, sizeof(fcs)); in test_vector_ccmp()
135 wpa_hexdump(MSG_ERROR, "Decryption result did not match", in test_vector_ccmp()
196 wpa_hexdump(MSG_INFO, "TK", tk, sizeof(tk)); in test_vector_ccmp_pv1()
200 wpa_hexdump(MSG_INFO, "PN (PN0..PN5)", pn, sizeof(pn)); in test_vector_ccmp_pv1()
234 wpa_hexdump(MSG_INFO, "Plaintext Frame Header", frame1, 12); in test_vector_ccmp_pv1()
235 wpa_hexdump(MSG_INFO, "Plaintext Frame Body", in test_vector_ccmp_pv1()
245 wpa_hexdump(MSG_INFO, "Encrypted Frame Header", enc, 12); in test_vector_ccmp_pv1()
246 wpa_hexdump(MSG_INFO, "Encrypted Frame Frame Body", in test_vector_ccmp_pv1()
249 wpa_hexdump(MSG_INFO, "Encrypted Frame FCS", fcs, sizeof(fcs)); in test_vector_ccmp_pv1()
283 wpa_hexdump(MSG_INFO, "Plaintext Frame Header", frame2, 18); in test_vector_ccmp_pv1()
284 wpa_hexdump(MSG_INFO, "Plaintext Frame Body", in test_vector_ccmp_pv1()
295 wpa_hexdump(MSG_INFO, "Encrypted Frame Header", enc, 18); in test_vector_ccmp_pv1()
296 wpa_hexdump(MSG_INFO, "Encrypted Frame Frame Body", in test_vector_ccmp_pv1()
299 wpa_hexdump(MSG_INFO, "Encrypted Frame FCS", fcs, sizeof(fcs)); in test_vector_ccmp_pv1()
327 wpa_hexdump(MSG_INFO, "Plaintext Frame Header", frame3, 16); in test_vector_ccmp_pv1()
328 wpa_hexdump(MSG_INFO, "Plaintext Frame Body", in test_vector_ccmp_pv1()
339 wpa_hexdump(MSG_INFO, "Encrypted Frame Header", enc, 16); in test_vector_ccmp_pv1()
340 wpa_hexdump(MSG_INFO, "Encrypted Frame Frame Body", in test_vector_ccmp_pv1()
343 wpa_hexdump(MSG_INFO, "Encrypted Frame FCS", fcs, sizeof(fcs)); in test_vector_ccmp_pv1()
366 wpa_hexdump(MSG_INFO, "IGTK", igtk, sizeof(igtk)); in test_vector_bip()
367 wpa_hexdump(MSG_INFO, "IPN", ipn, sizeof(ipn)); in test_vector_bip()
368 wpa_hexdump(MSG_INFO, "Plaintext frame", frame, sizeof(frame)); in test_vector_bip()
377 wpa_hexdump(MSG_INFO, "Protected MPDU (without FCS)", prot, prot_len); in test_vector_bip()
406 wpa_hexdump(MSG_INFO, "IGTK", igtk, sizeof(igtk)); in test_vector_bip_s1g_beacon()
407 wpa_hexdump(MSG_INFO, "IPN", ipn, sizeof(ipn)); in test_vector_bip_s1g_beacon()
408 wpa_hexdump(MSG_INFO, "Plaintext frame", frame, sizeof(frame)); in test_vector_bip_s1g_beacon()
418 wpa_hexdump(MSG_INFO, "Protected MPDU (without FCS)", prot, prot_len); in test_vector_bip_s1g_beacon()
445 wpa_hexdump(MSG_INFO, "IGTK", igtk, sizeof(igtk)); in test_vector_bip_s1g_beacon_ext()
446 wpa_hexdump(MSG_INFO, "IPN", ipn, sizeof(ipn)); in test_vector_bip_s1g_beacon_ext()
447 wpa_hexdump(MSG_INFO, "Plaintext frame", frame, sizeof(frame)); in test_vector_bip_s1g_beacon_ext()
457 wpa_hexdump(MSG_INFO, "Protected MPDU (without FCS)", prot, prot_len); in test_vector_bip_s1g_beacon_ext()
486 wpa_hexdump(MSG_INFO, "IGTK", igtk, sizeof(igtk)); in test_vector_bip_s1g_beacon_bce()
487 wpa_hexdump(MSG_INFO, "IPN", ipn, sizeof(ipn)); in test_vector_bip_s1g_beacon_bce()
488 wpa_hexdump(MSG_INFO, "Plaintext frame", frame, sizeof(frame)); in test_vector_bip_s1g_beacon_bce()
498 wpa_hexdump(MSG_INFO, "Protected MPDU (without FCS)", prot, prot_len); in test_vector_bip_s1g_beacon_bce()
525 wpa_hexdump(MSG_INFO, "IGTK", igtk, sizeof(igtk)); in test_vector_bip_s1g_beacon_bce_ext()
526 wpa_hexdump(MSG_INFO, "IPN", ipn, sizeof(ipn)); in test_vector_bip_s1g_beacon_bce_ext()
527 wpa_hexdump(MSG_INFO, "Plaintext frame", frame, sizeof(frame)); in test_vector_bip_s1g_beacon_bce_ext()
537 wpa_hexdump(MSG_INFO, "Protected MPDU (without FCS)", prot, prot_len); in test_vector_bip_s1g_beacon_bce_ext()
559 wpa_hexdump(MSG_INFO, "TK", tk, sizeof(tk)); in test_vector_ccmp_mgmt()
560 wpa_hexdump(MSG_INFO, "PN", pn, sizeof(pn)); in test_vector_ccmp_mgmt()
561 wpa_hexdump(MSG_INFO, "802.11 Header", frame, 24); in test_vector_ccmp_mgmt()
562 wpa_hexdump(MSG_INFO, "Plaintext Data", frame + 24, sizeof(frame) - 24); in test_vector_ccmp_mgmt()
571 wpa_hexdump(MSG_INFO, "Encrypted MPDU (without FCS)", enc, enc_len); in test_vector_ccmp_mgmt()
587 wpa_hexdump(MSG_ERROR, "Decryption result did not match", in test_vector_ccmp_mgmt()
732 wpa_hexdump(MSG_INFO, "TK", vector->tk, sizeof(vector->tk)); in run_gcmp()
733 wpa_hexdump(MSG_INFO, "PN", vector->pn, sizeof(vector->pn)); in run_gcmp()
734 wpa_hexdump(MSG_INFO, "802.11 Header", vector->frame, vector->hdr_len); in run_gcmp()
735 wpa_hexdump(MSG_INFO, "Plaintext Data", in run_gcmp()
752 wpa_hexdump(MSG_INFO, "Encrypted MPDU (without FCS)", enc, enc_len); in run_gcmp()
765 wpa_hexdump(MSG_INFO, "FCS", fcs, sizeof(fcs)); in run_gcmp()
782 wpa_hexdump(MSG_ERROR, "Decryption result did not match", in run_gcmp()
849 wpa_hexdump(MSG_INFO, "TK", tk, sizeof(tk)); in test_vector_gcmp_256()
850 wpa_hexdump(MSG_INFO, "PN", pn, sizeof(pn)); in test_vector_gcmp_256()
851 wpa_hexdump(MSG_INFO, "802.11 Header", frame, 26); in test_vector_gcmp_256()
852 wpa_hexdump(MSG_INFO, "Plaintext Data", frame + 26, sizeof(frame) - 26); in test_vector_gcmp_256()
861 wpa_hexdump(MSG_INFO, "Encrypted MPDU (without FCS)", enc, enc_len); in test_vector_gcmp_256()
867 wpa_hexdump(MSG_INFO, "FCS", fcs, sizeof(fcs)); in test_vector_gcmp_256()
883 wpa_hexdump(MSG_ERROR, "Decryption result did not match", in test_vector_gcmp_256()
928 wpa_hexdump(MSG_INFO, "TK", tk, sizeof(tk)); in test_vector_ccmp_256()
929 wpa_hexdump(MSG_INFO, "PN", pn, sizeof(pn)); in test_vector_ccmp_256()
930 wpa_hexdump(MSG_INFO, "802.11 Header", frame, 24); in test_vector_ccmp_256()
931 wpa_hexdump(MSG_INFO, "Plaintext Data", frame + 24, sizeof(frame) - 24); in test_vector_ccmp_256()
940 wpa_hexdump(MSG_INFO, "Encrypted MPDU (without FCS)", enc, enc_len); in test_vector_ccmp_256()
946 wpa_hexdump(MSG_INFO, "FCS", fcs, sizeof(fcs)); in test_vector_ccmp_256()
962 wpa_hexdump(MSG_ERROR, "Decryption result did not match", in test_vector_ccmp_256()
1002 wpa_hexdump(MSG_INFO, "IGTK", igtk, sizeof(igtk)); in test_vector_bip_gmac_128()
1003 wpa_hexdump(MSG_INFO, "IPN", ipn, sizeof(ipn)); in test_vector_bip_gmac_128()
1004 wpa_hexdump(MSG_INFO, "Plaintext frame", frame, sizeof(frame)); in test_vector_bip_gmac_128()
1013 wpa_hexdump(MSG_INFO, "Protected MPDU (without FCS)", prot, prot_len); in test_vector_bip_gmac_128()
1053 wpa_hexdump(MSG_INFO, "IGTK", igtk, sizeof(igtk)); in test_vector_bip_gmac_128_s1g_beacon()
1054 wpa_hexdump(MSG_INFO, "IPN", ipn, sizeof(ipn)); in test_vector_bip_gmac_128_s1g_beacon()
1055 wpa_hexdump(MSG_INFO, "Plaintext frame", frame, sizeof(frame)); in test_vector_bip_gmac_128_s1g_beacon()
1066 wpa_hexdump(MSG_INFO, "Protected MPDU (without FCS)", prot, prot_len); in test_vector_bip_gmac_128_s1g_beacon()
1106 wpa_hexdump(MSG_INFO, "IGTK", igtk, sizeof(igtk)); in test_vector_bip_gmac_128_s1g_beacon_ext()
1107 wpa_hexdump(MSG_INFO, "IPN", ipn, sizeof(ipn)); in test_vector_bip_gmac_128_s1g_beacon_ext()
1108 wpa_hexdump(MSG_INFO, "Plaintext frame", frame, sizeof(frame)); in test_vector_bip_gmac_128_s1g_beacon_ext()
1119 wpa_hexdump(MSG_INFO, "Protected MPDU (without FCS)", prot, prot_len); in test_vector_bip_gmac_128_s1g_beacon_ext()
1159 wpa_hexdump(MSG_INFO, "IGTK", igtk, sizeof(igtk)); in test_vector_bip_gmac_128_s1g_beacon_bce()
1160 wpa_hexdump(MSG_INFO, "IPN", ipn, sizeof(ipn)); in test_vector_bip_gmac_128_s1g_beacon_bce()
1161 wpa_hexdump(MSG_INFO, "Plaintext frame", frame, sizeof(frame)); in test_vector_bip_gmac_128_s1g_beacon_bce()
1172 wpa_hexdump(MSG_INFO, "Protected MPDU (without FCS)", prot, prot_len); in test_vector_bip_gmac_128_s1g_beacon_bce()
1211 wpa_hexdump(MSG_INFO, "IGTK", igtk, sizeof(igtk)); in test_vector_bip_gmac_128_s1g_beacon_bce_ext()
1212 wpa_hexdump(MSG_INFO, "IPN", ipn, sizeof(ipn)); in test_vector_bip_gmac_128_s1g_beacon_bce_ext()
1213 wpa_hexdump(MSG_INFO, "Plaintext frame", frame, sizeof(frame)); in test_vector_bip_gmac_128_s1g_beacon_bce_ext()
1224 wpa_hexdump(MSG_INFO, "Protected MPDU (without FCS)", prot, prot_len); in test_vector_bip_gmac_128_s1g_beacon_bce_ext()
1266 wpa_hexdump(MSG_INFO, "IGTK", igtk, sizeof(igtk)); in test_vector_bip_gmac_256()
1267 wpa_hexdump(MSG_INFO, "IPN", ipn, sizeof(ipn)); in test_vector_bip_gmac_256()
1268 wpa_hexdump(MSG_INFO, "Plaintext frame", frame, sizeof(frame)); in test_vector_bip_gmac_256()
1277 wpa_hexdump(MSG_INFO, "Protected MPDU (without FCS)", prot, prot_len); in test_vector_bip_gmac_256()
1319 wpa_hexdump(MSG_INFO, "IGTK", igtk, sizeof(igtk)); in test_vector_bip_gmac_256_s1g_beacon()
1320 wpa_hexdump(MSG_INFO, "IPN", ipn, sizeof(ipn)); in test_vector_bip_gmac_256_s1g_beacon()
1321 wpa_hexdump(MSG_INFO, "Plaintext frame", frame, sizeof(frame)); in test_vector_bip_gmac_256_s1g_beacon()
1332 wpa_hexdump(MSG_INFO, "Protected MPDU (without FCS)", prot, prot_len); in test_vector_bip_gmac_256_s1g_beacon()
1374 wpa_hexdump(MSG_INFO, "IGTK", igtk, sizeof(igtk)); in test_vector_bip_gmac_256_s1g_beacon_ext()
1375 wpa_hexdump(MSG_INFO, "IPN", ipn, sizeof(ipn)); in test_vector_bip_gmac_256_s1g_beacon_ext()
1376 wpa_hexdump(MSG_INFO, "Plaintext frame", frame, sizeof(frame)); in test_vector_bip_gmac_256_s1g_beacon_ext()
1387 wpa_hexdump(MSG_INFO, "Protected MPDU (without FCS)", prot, prot_len); in test_vector_bip_gmac_256_s1g_beacon_ext()
1429 wpa_hexdump(MSG_INFO, "IGTK", igtk, sizeof(igtk)); in test_vector_bip_gmac_256_s1g_beacon_bce()
1430 wpa_hexdump(MSG_INFO, "IPN", ipn, sizeof(ipn)); in test_vector_bip_gmac_256_s1g_beacon_bce()
1431 wpa_hexdump(MSG_INFO, "Plaintext frame", frame, sizeof(frame)); in test_vector_bip_gmac_256_s1g_beacon_bce()
1442 wpa_hexdump(MSG_INFO, "Protected MPDU (without FCS)", prot, prot_len); in test_vector_bip_gmac_256_s1g_beacon_bce()
1483 wpa_hexdump(MSG_INFO, "IGTK", igtk, sizeof(igtk)); in test_vector_bip_gmac_256_s1g_beacon_bce_ext()
1484 wpa_hexdump(MSG_INFO, "IPN", ipn, sizeof(ipn)); in test_vector_bip_gmac_256_s1g_beacon_bce_ext()
1485 wpa_hexdump(MSG_INFO, "Plaintext frame", frame, sizeof(frame)); in test_vector_bip_gmac_256_s1g_beacon_bce_ext()
1496 wpa_hexdump(MSG_INFO, "Protected MPDU (without FCS)", prot, prot_len); in test_vector_bip_gmac_256_s1g_beacon_bce_ext()