Lines Matching +full:0 +full:x0f
30 { (u8 *) "", 0, ParseOK, 0 },
31 { (u8 *) " ", 1, ParseFailed, 0 },
33 { (u8 *) "\xff\x01", 2, ParseFailed, 0 },
50 { (u8 *) "\x65\x12\x00\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0a\x0b\x0c\x0d\x0e\x0f\x10\x11",
84 { NULL, 0, ParseOK, 0 }
89 int i, ret = 0; in ieee802_11_parse_tests()
94 for (i = 0; parse_tests[i].data; i++) { in ieee802_11_parse_tests()
109 if (ieee802_11_vendor_ie_concat((const u8 *) "\x00\x01", 2, 0) != NULL) in ieee802_11_parse_tests()
117 16, 0x11223344); in ieee802_11_parse_tests()
136 if (pos[0] != 0x01 || pos[1] != 0x02) { in ieee802_11_parse_tests()
142 } while (0); in ieee802_11_parse_tests()
156 { (u8 *) "", 0, -1 },
158 { (u8 *) "\x30\x02\x01\x00", 4, 0 },
165 { (u8 *) "\x30\x06\x01\x00\x00\x0f\xac\x04", 8, 0 },
166 { (u8 *) "\x30\x07\x01\x00\x00\x0f\xac\x04\x00", 9, -5 },
167 { (u8 *) "\x30\x08\x01\x00\x00\x0f\xac\x04\x00\x00", 10, -4 },
168 { (u8 *) "\x30\x08\x01\x00\x00\x0f\xac\x04\x00\x01", 10, -4 },
169 { (u8 *) "\x30\x0c\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x04",
170 14, 0 },
171 { (u8 *) "\x30\x0c\x01\x00\x00\x0f\xac\x04\x00\x01\x00\x0f\xac\x04",
173 { (u8 *) "\x30\x0c\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x06",
175 { (u8 *) "\x30\x10\x01\x00\x00\x0f\xac\x04\x02\x00\x00\x0f\xac\x04\x00\x0f\xac\x08",
176 18, 0 },
177 { (u8 *) "\x30\x0d\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x04\x00",
179 { (u8 *) "\x30\x0e\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x04\x00\x00",
181 { (u8 *) "\x30\x0e\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x04\x00\x01",
183 { (u8 *) "\x30\x12\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x01",
184 20, 0 },
185 …{ (u8 *) "\x30\x16\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x04\x02\x00\x00\x0f\xac\x01\x00\x0f…
186 24, 0 },
187 { (u8 *) "\x30\x13\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x01\x00",
188 21, 0 },
189 …{ (u8 *) "\x30\x14\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x01\x00\x00…
190 22, 0 },
191 …{ (u8 *) "\x30\x16\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x01\x00\x00…
192 24, 0 },
193 …{ (u8 *) "\x30\x16\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x01\x00\x00…
195 …{ (u8 *) "\x30\x1a\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x01\x00\x00…
197 …{ (u8 *) "\x30\x1a\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x01\x00\x00…
198 28, 0 },
199 …{ (u8 *) "\x30\x1c\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x01\x00\x00…
200 30, 0 },
201 { NULL, 0, 0 }
206 int i, ret = 0; in rsn_ie_parse_tests()
210 for (i = 0; rsn_parse_tests[i].data; i++) { in rsn_ie_parse_tests()
244 wpabuf_put_u8(buf, 0); in gas_tests()
245 wpabuf_put_be32(buf, 0); in gas_tests()
246 wpabuf_put_u8(buf, 0); in gas_tests()
250 return 0; in gas_tests()
260 const u8 addr1[ETH_ALEN] = { 0x4d, 0x3f, 0x2f, 0xff, 0xe3, 0x87 }; in sae_tests()
261 const u8 addr2[ETH_ALEN] = { 0xa5, 0xd8, 0xaa, 0x95, 0x8e, 0x3c }; in sae_tests()
266 0x99, 0x24, 0x65, 0xfd, 0x3d, 0xaa, 0x3c, 0x60, in sae_tests()
267 0xaa, 0x65, 0x65, 0xb7, 0xf6, 0x2a, 0x2a, 0x7f, in sae_tests()
268 0x2e, 0x12, 0xdd, 0x12, 0xf1, 0x98, 0xfa, 0xf4, in sae_tests()
269 0xfb, 0xed, 0x89, 0xd7, 0xff, 0x1a, 0xce, 0x94 in sae_tests()
272 0x95, 0x07, 0xa9, 0x0f, 0x77, 0x7a, 0x04, 0x4d, in sae_tests()
273 0x6a, 0x08, 0x30, 0xb9, 0x1e, 0xa3, 0xd5, 0xdd, in sae_tests()
274 0x70, 0xbe, 0xce, 0x44, 0xe1, 0xac, 0xff, 0xb8, in sae_tests()
275 0x69, 0x83, 0xb5, 0xe1, 0xbf, 0x9f, 0xb3, 0x22 in sae_tests()
278 0x13, 0x00, 0x2e, 0x2c, 0x0f, 0x0d, 0xb5, 0x24, in sae_tests()
279 0x40, 0xad, 0x14, 0x6d, 0x96, 0x71, 0x14, 0xce, in sae_tests()
280 0x00, 0x5c, 0xe1, 0xea, 0xb0, 0xaa, 0x2c, 0x2e, in sae_tests()
281 0x5c, 0x28, 0x71, 0xb7, 0x74, 0xf6, 0xc2, 0x57, in sae_tests()
282 0x5c, 0x65, 0xd5, 0xad, 0x9e, 0x00, 0x82, 0x97, in sae_tests()
283 0x07, 0xaa, 0x36, 0xba, 0x8b, 0x85, 0x97, 0x38, in sae_tests()
284 0xfc, 0x96, 0x1d, 0x08, 0x24, 0x35, 0x05, 0xf4, in sae_tests()
285 0x7c, 0x03, 0x53, 0x76, 0xd7, 0xac, 0x4b, 0xc8, in sae_tests()
286 0xd7, 0xb9, 0x50, 0x83, 0xbf, 0x43, 0x82, 0x7d, in sae_tests()
287 0x0f, 0xc3, 0x1e, 0xd7, 0x78, 0xdd, 0x36, 0x71, in sae_tests()
288 0xfd, 0x21, 0xa4, 0x6d, 0x10, 0x91, 0xd6, 0x4b, in sae_tests()
289 0x6f, 0x9a, 0x1e, 0x12, 0x72, 0x62, 0x13, 0x25, in sae_tests()
290 0xdb, 0xe1 in sae_tests()
293 0x13, 0x00, 0x59, 0x1b, 0x96, 0xf3, 0x39, 0x7f, in sae_tests()
294 0xb9, 0x45, 0x10, 0x08, 0x48, 0xe7, 0xb5, 0x50, in sae_tests()
295 0x54, 0x3b, 0x67, 0x20, 0xd8, 0x83, 0x37, 0xee, in sae_tests()
296 0x93, 0xfc, 0x49, 0xfd, 0x6d, 0xf7, 0xe0, 0x8b, in sae_tests()
297 0x52, 0x23, 0xe7, 0x1b, 0x9b, 0xb0, 0x48, 0xd3, in sae_tests()
298 0x87, 0x3f, 0x20, 0x55, 0x69, 0x53, 0xa9, 0x6c, in sae_tests()
299 0x91, 0x53, 0x6f, 0xd8, 0xee, 0x6c, 0xa9, 0xb4, in sae_tests()
300 0xa6, 0x8a, 0x14, 0x8b, 0x05, 0x6a, 0x90, 0x9b, in sae_tests()
301 0xe0, 0x3e, 0x83, 0xae, 0x20, 0x8f, 0x60, 0xf8, in sae_tests()
302 0xef, 0x55, 0x37, 0x85, 0x80, 0x74, 0xdb, 0x06, in sae_tests()
303 0x68, 0x70, 0x32, 0x39, 0x98, 0x62, 0x99, 0x9b, in sae_tests()
304 0x51, 0x1e, 0x0a, 0x15, 0x52, 0xa5, 0xfe, 0xa3, in sae_tests()
305 0x17, 0xc2 in sae_tests()
308 0x1e, 0x73, 0x3f, 0x6d, 0x9b, 0xd5, 0x32, 0x56, in sae_tests()
309 0x28, 0x73, 0x04, 0x33, 0x88, 0x31, 0xb0, 0x9a, in sae_tests()
310 0x39, 0x40, 0x6d, 0x12, 0x10, 0x17, 0x07, 0x3a, in sae_tests()
311 0x5c, 0x30, 0xdb, 0x36, 0xf3, 0x6c, 0xb8, 0x1a in sae_tests()
314 0x4e, 0x4d, 0xfa, 0xb1, 0xa2, 0xdd, 0x8a, 0xc1, in sae_tests()
315 0xa9, 0x17, 0x90, 0xf9, 0x53, 0xfa, 0xaa, 0x45, in sae_tests()
316 0x2a, 0xe5, 0xc6, 0x87, 0x3a, 0xb7, 0x5b, 0x63, in sae_tests()
317 0x60, 0x5b, 0xa6, 0x63, 0xf8, 0xa7, 0xfe, 0x59 in sae_tests()
320 0x87, 0x47, 0xa6, 0x00, 0xee, 0xa3, 0xf9, 0xf2, in sae_tests()
321 0x24, 0x75, 0xdf, 0x58, 0xca, 0x1e, 0x54, 0x98 in sae_tests()
326 0xc9, 0x30, 0x49, 0xb9, 0xe6, 0x40, 0x00, 0xf8, in sae_tests()
327 0x48, 0x20, 0x16, 0x49, 0xe9, 0x99, 0xf2, 0xb5, in sae_tests()
328 0xc2, 0x2d, 0xea, 0x69, 0xb5, 0x63, 0x2c, 0x9d, in sae_tests()
329 0xf4, 0xd6, 0x33, 0xb8, 0xaa, 0x1f, 0x6c, 0x1e in sae_tests()
332 0x73, 0x63, 0x4e, 0x94, 0xb5, 0x3d, 0x82, 0xe7, in sae_tests()
333 0x38, 0x3a, 0x8d, 0x25, 0x81, 0x99, 0xd9, 0xdc, in sae_tests()
334 0x1a, 0x5e, 0xe8, 0x26, 0x9d, 0x06, 0x03, 0x82, in sae_tests()
335 0xcc, 0xbf, 0x33, 0xe6, 0x14, 0xff, 0x59, 0xa0 in sae_tests()
338 0x69, 0x68, 0x73, 0x65, 0x8f, 0x65, 0x31, 0x42, in sae_tests()
339 0x9f, 0x97, 0x39, 0x6f, 0xb8, 0x5f, 0x89, 0xe1, in sae_tests()
340 0xfc, 0xd2, 0xf6, 0x92, 0x19, 0xa9, 0x0e, 0x82, in sae_tests()
341 0x2f, 0xf7, 0xf4, 0xbc, 0x0b, 0xd8, 0xa7, 0x9f, in sae_tests()
342 0xf0, 0x80, 0x35, 0x31, 0x6f, 0xca, 0xe1, 0xa5, in sae_tests()
343 0x39, 0x77, 0xdc, 0x11, 0x2b, 0x0b, 0xfe, 0x2e, in sae_tests()
344 0x6f, 0x65, 0x6d, 0xc7, 0xd4, 0xa4, 0x5b, 0x08, in sae_tests()
345 0x1f, 0xd9, 0xbb, 0xe2, 0x22, 0x85, 0x31, 0x81, in sae_tests()
346 0x79, 0x70, 0xbe, 0xa1, 0x66, 0x58, 0x4a, 0x09, in sae_tests()
347 0x3c, 0x57, 0x34, 0x3c, 0x9d, 0x57, 0x8f, 0x42, in sae_tests()
348 0x58, 0xd0, 0x39, 0x81, 0xdb, 0x8f, 0x79, 0xa2, in sae_tests()
349 0x1b, 0x01, 0xcd, 0x27, 0xc9, 0xae, 0xcf, 0xcb, in sae_tests()
350 0x9c, 0xdb, 0x1f, 0x84, 0xb8, 0x88, 0x4e, 0x8f, in sae_tests()
351 0x50, 0x66, 0xb4, 0x29, 0x83, 0x1e, 0xb9, 0x89, in sae_tests()
352 0x0c, 0xa5, 0x47, 0x21, 0xba, 0x10, 0xd5, 0xaa, in sae_tests()
353 0x1a, 0x80, 0xce, 0xf1, 0x4c, 0xad, 0x16, 0xda, in sae_tests()
354 0x57, 0xb2, 0x41, 0x8a, 0xbe, 0x4b, 0x8c, 0xb0, in sae_tests()
355 0xb2, 0xeb, 0xf7, 0xa8, 0x0e, 0x3e, 0xcf, 0x22, in sae_tests()
356 0x8f, 0xd8, 0xb6, 0xdb, 0x79, 0x9c, 0x9b, 0x80, in sae_tests()
357 0xaf, 0xd7, 0x14, 0xad, 0x51, 0x82, 0xf4, 0x64, in sae_tests()
358 0xb6, 0x3f, 0x4c, 0x6c, 0xe5, 0x3f, 0xaa, 0x6f, in sae_tests()
359 0xbf, 0x3d, 0xc2, 0x3f, 0x77, 0xfd, 0xcb, 0xe1, in sae_tests()
360 0x9c, 0xe3, 0x1e, 0x8a, 0x0e, 0x97, 0xe2, 0x2b, in sae_tests()
361 0xe2, 0xdd, 0x37, 0x39, 0x88, 0xc2, 0x8e, 0xbe, in sae_tests()
362 0xfa, 0xac, 0x3d, 0x5b, 0x62, 0x2e, 0x1e, 0x74, in sae_tests()
363 0xa0, 0x9a, 0xf8, 0xed, 0xfa, 0xe1, 0xce, 0x9c, in sae_tests()
364 0xab, 0xbb, 0xdc, 0x36, 0xb1, 0x28, 0x46, 0x3c, in sae_tests()
365 0x7e, 0xa8, 0xbd, 0xb9, 0x36, 0x4c, 0x26, 0x75, in sae_tests()
366 0xe0, 0x17, 0x73, 0x1f, 0xe0, 0xfe, 0xf6, 0x49, in sae_tests()
367 0xfa, 0xa0, 0x45, 0xf4, 0x44, 0x05, 0x20, 0x27, in sae_tests()
368 0x25, 0xc2, 0x99, 0xde, 0x27, 0x8b, 0x70, 0xdc, in sae_tests()
369 0x54, 0x60, 0x90, 0x02, 0x1e, 0x29, 0x97, 0x9a, in sae_tests()
370 0xc4, 0xe7, 0xb6, 0xf5, 0x8b, 0xae, 0x7c, 0x34, in sae_tests()
371 0xaa, 0xef, 0x9b, 0xc6, 0x30, 0xf2, 0x80, 0x8d, in sae_tests()
372 0x80, 0x78, 0xc2, 0x55, 0x63, 0xa0, 0xa1, 0x38, in sae_tests()
373 0x70, 0xfb, 0xf4, 0x74, 0x8d, 0xcd, 0x87, 0x90, in sae_tests()
374 0xb4, 0x54, 0xc3, 0x75, 0xdf, 0x10, 0xc5, 0xb6, in sae_tests()
375 0xb2, 0x08, 0x59, 0x61, 0xe6, 0x68, 0xa5, 0x82, in sae_tests()
376 0xf8, 0x8f, 0x47, 0x30, 0x43, 0xb4, 0xdc, 0x31, in sae_tests()
377 0xfc, 0xbc, 0x69, 0xe7, 0xb4, 0x94, 0xb0, 0x6a, in sae_tests()
378 0x60, 0x59, 0x80, 0x2e, 0xd3, 0xa4, 0xe8, 0x97, in sae_tests()
379 0xa2, 0xa3, 0xc9, 0x08, 0x4b, 0x27, 0x6c, 0xc1, in sae_tests()
380 0x37, 0xe8, 0xfc, 0x5c, 0xe2, 0x54, 0x30, 0x3e, in sae_tests()
381 0xf8, 0xfe, 0xa2, 0xfc, 0xbb, 0xbd, 0x88, 0x6c, in sae_tests()
382 0x92, 0xa3, 0x2a, 0x40, 0x7a, 0x2c, 0x22, 0x38, in sae_tests()
383 0x8c, 0x86, 0x86, 0xfe, 0xb9, 0xd4, 0x6b, 0xd6, in sae_tests()
384 0x47, 0x88, 0xa7, 0xf6, 0x8e, 0x0f, 0x14, 0xad, in sae_tests()
385 0x1e, 0xac, 0xcf, 0x33, 0x01, 0x99, 0xc1, 0x62 in sae_tests()
387 int pt_groups[] = { 19, 20, 21, 25, 26, 28, 29, 30, 15, 0 }; in sae_tests()
389 const u8 addr1b[ETH_ALEN] = { 0x00, 0x09, 0x5b, 0x66, 0xec, 0x1e }; in sae_tests()
390 const u8 addr2b[ETH_ALEN] = { 0x00, 0x0b, 0x6b, 0xd9, 0x02, 0x46 }; in sae_tests()
392 os_memset(&sae, 0, sizeof(sae)); in sae_tests()
395 sae_set_group(&sae, 19) < 0 || in sae_tests()
397 &sae) < 0) in sae_tests()
409 sae.tmp->own_commit_scalar) < 0 || in sae_tests()
411 sae.tmp->own_commit_scalar) < 0 || in sae_tests()
413 sae.tmp->own_commit_element_ecc) < 0 || in sae_tests()
415 sae.tmp->own_commit_element_ecc) < 0) in sae_tests()
419 if (sae_write_commit(&sae, buf, NULL, NULL) < 0) in sae_tests()
425 sizeof(local_commit)) != 0) { in sae_tests()
431 NULL, 0, NULL) != 0 || in sae_tests()
432 sae_process_commit(&sae) < 0) in sae_tests()
435 if (os_memcmp(kck, sae.tmp->kck, SAE_KCK_LEN) != 0) { in sae_tests()
440 if (os_memcmp(pmk, sae.pmk, SAE_PMK_LEN) != 0) { in sae_tests()
445 if (os_memcmp(pmkid, sae.pmkid, SAE_PMKID_LEN) != 0) { in sae_tests()
468 bin + prime_len) < 0 || in sae_tests()
469 os_memcmp(pwe_19_x, bin, prime_len) != 0 || in sae_tests()
471 prime_len) != 0) { in sae_tests()
492 prime_len) < 0 || in sae_tests()
493 os_memcmp(pwe_15, bin, prime_len) != 0) { in sae_tests()
506 ret = 0; in sae_tests()
513 return 0; in sae_tests()
534 for (i = 0; invalid[i]; i++) { in sae_pk_tests()
544 for (i = 0; valid[i].pw; i++) { in sae_pk_tests()
570 if (res_len != bytes || os_memcmp(val, res, res_len) != 0) { in sae_pk_tests()
590 if (os_strcmp(b32, pw) != 0) { in sae_pk_tests()
600 return failed ? -1 : 0; in sae_pk_tests()
602 return 0; in sae_pk_tests()
613 0xde, 0xf4, 0x3e, 0x55, 0x67, 0xe0, 0x1c, 0xa6, in pasn_test_pasn_auth()
614 0x64, 0x92, 0x65, 0xf1, 0x9a, 0x29, 0x0e, 0xef, in pasn_test_pasn_auth()
615 0xf8, 0xbd, 0x88, 0x8f, 0x6c, 0x1d, 0x9c, 0xc9, in pasn_test_pasn_auth()
616 0xd1, 0x0f, 0x04, 0xbd, 0x37, 0x8f, 0x3c, 0xad in pasn_test_pasn_auth()
620 0x00, 0x90, 0x4c, 0x01, 0xc1, 0x07 in pasn_test_pasn_auth()
623 0xc0, 0xff, 0xd4, 0xa8, 0xdb, 0xc1 in pasn_test_pasn_auth()
626 0xf8, 0x7b, 0x20, 0x8e, 0x7e, 0xd2, 0xb7, 0x37, in pasn_test_pasn_auth()
627 0xaf, 0xdb, 0xc2, 0xe1, 0x3e, 0xae, 0x78, 0xda, in pasn_test_pasn_auth()
628 0x30, 0x01, 0x23, 0xd4, 0xd8, 0x4b, 0xa8, 0xb0, in pasn_test_pasn_auth()
629 0xea, 0xfe, 0x90, 0xc4, 0x8c, 0xdf, 0x1f, 0x93 in pasn_test_pasn_auth()
632 0x7b, 0xb8, 0x21, 0xac, 0x0a, 0xa5, 0x90, 0x9d, in pasn_test_pasn_auth()
633 0xd6, 0x54, 0xa5, 0x60, 0x65, 0xad, 0x7c, 0x77, in pasn_test_pasn_auth()
634 0xeb, 0x88, 0x9c, 0xbe, 0x29, 0x05, 0xbb, 0xf0, in pasn_test_pasn_auth()
635 0x5a, 0xbb, 0x1e, 0xea, 0xc8, 0x8b, 0xa3, 0x06 in pasn_test_pasn_auth()
638 0x67, 0x3e, 0xab, 0x46, 0xb8, 0x32, 0xd5, 0xa8, in pasn_test_pasn_auth()
639 0x0c, 0xbc, 0x02, 0x43, 0x01, 0x6e, 0x20, 0x7e in pasn_test_pasn_auth()
642 0x2d, 0x0f, 0x0e, 0x82, 0xc7, 0x0d, 0xd2, 0x6b, in pasn_test_pasn_auth()
643 0x79, 0x06, 0x1a, 0x46, 0x81, 0xe8, 0xdb, 0xb2, in pasn_test_pasn_auth()
644 0xea, 0x83, 0xbe, 0xa3, 0x99, 0x84, 0x4b, 0xd5, in pasn_test_pasn_auth()
645 0x89, 0x4e, 0xb3, 0x20, 0xf6, 0x9d, 0x7d, 0xd6 in pasn_test_pasn_auth()
660 os_memcmp(kck, ptk.kck, sizeof(kck)) != 0) { in pasn_test_pasn_auth()
666 os_memcmp(tk, ptk.tk, sizeof(tk)) != 0) { in pasn_test_pasn_auth()
672 os_memcmp(kdk, ptk.kdk, sizeof(kdk)) != 0) { in pasn_test_pasn_auth()
677 return 0; in pasn_test_pasn_auth()
685 0xde, 0xf4, 0x3e, 0x55, 0x67, 0xe0, 0x1c, 0xa6, in pasn_test_no_pasn_auth()
686 0x64, 0x92, 0x65, 0xf1, 0x9a, 0x29, 0x0e, 0xef, in pasn_test_no_pasn_auth()
687 0xf8, 0xbd, 0x88, 0x8f, 0x6c, 0x1d, 0x9c, 0xc9, in pasn_test_no_pasn_auth()
688 0xd1, 0x0f, 0x04, 0xbd, 0x37, 0x8f, 0x3c, 0xad in pasn_test_no_pasn_auth()
691 0xc0, 0xff, 0xd4, 0xa8, 0xdb, 0xc1 in pasn_test_no_pasn_auth()
694 0x00, 0x90, 0x4c, 0x01, 0xc1, 0x07 in pasn_test_no_pasn_auth()
697 0xbe, 0x7a, 0x1c, 0xa2, 0x84, 0x34, 0x7b, 0x5b, in pasn_test_no_pasn_auth()
698 0xd6, 0x7d, 0xbd, 0x2d, 0xfd, 0xb4, 0xd9, 0x9f, in pasn_test_no_pasn_auth()
699 0x1a, 0xfa, 0xe0, 0xb8, 0x8b, 0xa1, 0x8e, 0x00, in pasn_test_no_pasn_auth()
700 0x87, 0x18, 0x41, 0x7e, 0x4b, 0x27, 0xef, 0x5f in pasn_test_no_pasn_auth()
703 0x40, 0x4b, 0x01, 0x2f, 0xfb, 0x43, 0xed, 0x0f, in pasn_test_no_pasn_auth()
704 0xb4, 0x3e, 0xa1, 0xf2, 0x87, 0xc9, 0x1f, 0x25, in pasn_test_no_pasn_auth()
705 0x06, 0xd2, 0x1b, 0x4a, 0x92, 0xd7, 0x4b, 0x5e, in pasn_test_no_pasn_auth()
706 0xa5, 0x0c, 0x94, 0x33, 0x50, 0xce, 0x86, 0x71 in pasn_test_no_pasn_auth()
709 0xcd, 0x7b, 0x9e, 0x75, 0x55, 0x36, 0x2d, 0xf0, in pasn_test_no_pasn_auth()
710 0xb6, 0x35, 0x68, 0x48, 0x4a, 0x81, 0x12, 0xf5 in pasn_test_no_pasn_auth()
713 0x99, 0xca, 0xd3, 0x58, 0x8d, 0xa0, 0xf1, 0xe6, in pasn_test_no_pasn_auth()
714 0x3f, 0xd1, 0x90, 0x19, 0x10, 0x39, 0xbb, 0x4b in pasn_test_no_pasn_auth()
717 0x9e, 0x2e, 0x93, 0x77, 0xe7, 0x53, 0x2e, 0x73, in pasn_test_no_pasn_auth()
718 0x7a, 0x1b, 0xc2, 0x50, 0xfe, 0x19, 0x4a, 0x03 in pasn_test_no_pasn_auth()
721 0x6c, 0x7f, 0xb9, 0x7c, 0xeb, 0x55, 0xb0, 0x1a, in pasn_test_no_pasn_auth()
722 0xcf, 0xf0, 0x0f, 0x07, 0x09, 0x42, 0xbd, 0xf5, in pasn_test_no_pasn_auth()
723 0x29, 0x1f, 0xeb, 0x4b, 0xee, 0x38, 0xe0, 0x36, in pasn_test_no_pasn_auth()
724 0x5b, 0x25, 0xa2, 0x50, 0xbb, 0x2a, 0xc9, 0xff in pasn_test_no_pasn_auth()
733 NULL, 0, WPA_KDK_MAX_LEN); in pasn_test_no_pasn_auth()
739 os_memcmp(kck, ptk.kck, sizeof(kck)) != 0) { in pasn_test_no_pasn_auth()
745 os_memcmp(kek, ptk.kek, sizeof(kek)) != 0) { in pasn_test_no_pasn_auth()
751 os_memcmp(tk, ptk.tk, sizeof(tk)) != 0) { in pasn_test_no_pasn_auth()
757 os_memcmp(kdk, ptk.kdk, sizeof(kdk)) != 0) { in pasn_test_no_pasn_auth()
762 return 0; in pasn_test_no_pasn_auth()
775 return 0; in pasn_tests()
781 int ret = 0; in common_module_tests()
785 if (ieee802_11_parse_tests() < 0 || in common_module_tests()
786 gas_tests() < 0 || in common_module_tests()
787 sae_tests() < 0 || in common_module_tests()
788 sae_pk_tests() < 0 || in common_module_tests()
789 pasn_tests() < 0 || in common_module_tests()
790 rsn_ie_parse_tests() < 0) in common_module_tests()