Searched refs:UMAC_OUTPUT_LEN (Results 1 – 2 of 2) sorted by relevance
56 #ifndef UMAC_OUTPUT_LEN57 #define UMAC_OUTPUT_LEN 8 /* Alowable: 4, 8, 12, 16 */ macro257 UINT8 buf[UMAC_OUTPUT_LEN]) in pdf_gen_xor() argument264 #if (UMAC_OUTPUT_LEN == 4) in pdf_gen_xor()266 #elif (UMAC_OUTPUT_LEN == 8) in pdf_gen_xor()268 #elif (UMAC_OUTPUT_LEN > 8) in pdf_gen_xor()289 #if (UMAC_OUTPUT_LEN == 4) in pdf_gen_xor()291 #elif (UMAC_OUTPUT_LEN == 8) in pdf_gen_xor()293 #elif (UMAC_OUTPUT_LEN == 12) in pdf_gen_xor()296 #elif (UMAC_OUTPUT_LEN == 16) in pdf_gen_xor()[all …]
4 #define UMAC_OUTPUT_LEN 16 macro