Searched refs:UMAC_OUTPUT_LEN (Results 1 – 2 of 2) sorted by relevance
55 #ifndef UMAC_OUTPUT_LEN56 #define UMAC_OUTPUT_LEN 8 /* Alowable: 4, 8, 12, 16 */ macro59 #if UMAC_OUTPUT_LEN != 4 && UMAC_OUTPUT_LEN != 8 && \60 UMAC_OUTPUT_LEN != 12 && UMAC_OUTPUT_LEN != 1661 # error UMAC_OUTPUT_LEN must be defined to 4, 8, 12 or 16239 #if (UMAC_OUTPUT_LEN == 4) in pdf_gen_xor()241 #elif (UMAC_OUTPUT_LEN == 8) in pdf_gen_xor()243 #elif (UMAC_OUTPUT_LEN > 8) in pdf_gen_xor()264 #if (UMAC_OUTPUT_LEN == 4) in pdf_gen_xor()266 #elif (UMAC_OUTPUT_LEN == 8) in pdf_gen_xor()[all …]
7 #define UMAC_OUTPUT_LEN 16 macro