Lines Matching refs:u_int8_t

95 static const u_int8_t test1_key[] = {		/* TK */
99 static const u_int8_t test1_plaintext[] = { /* Plaintext MPDU w/o MIC */
107 static const u_int8_t test1_encrypted[] = { /* Encrypted MPDU with MIC */
154 static const u_int8_t test2_key[] = { /* TK */
158 static const u_int8_t test2_plaintext[] = { /* Plaintext MPDU w/o MIC */
165 static const u_int8_t test2_encrypted[] = { /* Encrypted MPDU with MIC */
212 static const u_int8_t test3_key[] = { /* TK */
216 static const u_int8_t test3_plaintext[] = { /* Plaintext MPDU w/o MIC */
223 static const u_int8_t test3_encrypted[] = { /* Encrypted MPDU with MIC */
270 static const u_int8_t test4_key[] = { /* TK */
274 static const u_int8_t test4_plaintext[] = { /* Plaintext MPDU w/o MIC */
281 static const u_int8_t test4_encrypted[] = { /* Encrypted MPDU with MIC */
329 static const u_int8_t test5_key[] = { /* TK */
333 static const u_int8_t test5_plaintext[] = { /* Plaintext MPDU w/o MIC */
340 static const u_int8_t test5_encrypted[] = { /* Encrypted MPDU with MIC */
388 static const u_int8_t test6_key[] = { /* TK */
392 static const u_int8_t test6_plaintext[] = { /* Plaintext MPDU w/o MIC */
399 static const u_int8_t test6_encrypted[] = { /* Encrypted MPDU with MIC */
445 static const u_int8_t test7_key[] = { /* TK */
449 static const u_int8_t test7_plaintext[] = { /* Plaintext MPDU w/o MIC */
456 static const u_int8_t test7_encrypted[] = { /* Encrypted MPDU with MIC */
503 static const u_int8_t test8_key[] = { /* TK */
507 static const u_int8_t test8_plaintext[] = { /* Plaintext MPDU w/o MIC */
514 static const u_int8_t test8_encrypted[] = { /* Encrypted MPDU with MIC */
536 const u_int8_t *key;
538 const u_int8_t *plaintext;
540 const u_int8_t *encrypted;
562 printf(" %02x", ((const u_int8_t *)p)[i]); in dumpdata()
573 if (((const u_int8_t *)gen)[i] != ((const u_int8_t *)ref)[i]) { in cmpfail()