Searched refs:UMAC_OUTPUT_LEN (Results 1 – 2 of 2) sorted by relevance
61 #ifndef UMAC_OUTPUT_LEN62 #define UMAC_OUTPUT_LEN 8 /* Alowable: 4, 8, 12, 16 */ macro65 #if UMAC_OUTPUT_LEN != 4 && UMAC_OUTPUT_LEN != 8 && \66 UMAC_OUTPUT_LEN != 12 && UMAC_OUTPUT_LEN != 1667 # error UMAC_OUTPUT_LEN must be defined to 4, 8, 12 or 16245 #if (UMAC_OUTPUT_LEN == 4) in pdf_gen_xor()247 #elif (UMAC_OUTPUT_LEN == 8) in pdf_gen_xor()249 #elif (UMAC_OUTPUT_LEN > 8) in pdf_gen_xor()270 #if (UMAC_OUTPUT_LEN == 4) in pdf_gen_xor()272 #elif (UMAC_OUTPUT_LEN == 8) in pdf_gen_xor()[all …]
7 #define UMAC_OUTPUT_LEN 16 macro