Lines Matching refs:fcs
100 u8 fcs[4]; in test_vector_ccmp() local
118 WPA_PUT_LE32(fcs, ieee80211_crc32(enc, enc_len)); in test_vector_ccmp()
119 wpa_hexdump(MSG_INFO, "FCS", fcs, sizeof(fcs)); in test_vector_ccmp()
172 u8 fcs[4]; in test_vector_ccmp_pv1() local
248 WPA_PUT_LE32(fcs, ieee80211_crc32(enc, enc_len)); in test_vector_ccmp_pv1()
249 wpa_hexdump(MSG_INFO, "Encrypted Frame FCS", fcs, sizeof(fcs)); in test_vector_ccmp_pv1()
298 WPA_PUT_LE32(fcs, ieee80211_crc32(enc, enc_len)); in test_vector_ccmp_pv1()
299 wpa_hexdump(MSG_INFO, "Encrypted Frame FCS", fcs, sizeof(fcs)); in test_vector_ccmp_pv1()
342 WPA_PUT_LE32(fcs, ieee80211_crc32(enc, enc_len)); in test_vector_ccmp_pv1()
343 wpa_hexdump(MSG_INFO, "Encrypted Frame FCS", fcs, sizeof(fcs)); in test_vector_ccmp_pv1()
725 u8 fcs[4]; in run_gcmp() local
764 WPA_PUT_LE32(fcs, ieee80211_crc32(enc, enc_len)); in run_gcmp()
765 wpa_hexdump(MSG_INFO, "FCS", fcs, sizeof(fcs)); in run_gcmp()
844 u8 fcs[4]; in test_vector_gcmp_256() local
866 WPA_PUT_LE32(fcs, ieee80211_crc32(enc, enc_len)); in test_vector_gcmp_256()
867 wpa_hexdump(MSG_INFO, "FCS", fcs, sizeof(fcs)); in test_vector_gcmp_256()
923 u8 fcs[4]; in test_vector_ccmp_256() local
945 WPA_PUT_LE32(fcs, ieee80211_crc32(enc, enc_len)); in test_vector_ccmp_256()
946 wpa_hexdump(MSG_INFO, "FCS", fcs, sizeof(fcs)); in test_vector_ccmp_256()