Searched refs:UMAC_OUTPUT_LEN (Results 1 – 3 of 3) 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 16237 UINT8 buf[UMAC_OUTPUT_LEN]) in pdf_gen_xor() argument244 #if (UMAC_OUTPUT_LEN == 4) in pdf_gen_xor()246 #elif (UMAC_OUTPUT_LEN == 8) in pdf_gen_xor()248 #elif (UMAC_OUTPUT_LEN > 8) in pdf_gen_xor()269 #if (UMAC_OUTPUT_LEN == 4) in pdf_gen_xor()[all …]
10 #define UMAC_OUTPUT_LEN 16 macro
6393 UMAC_OUTPUT_LEN Coverity CID 291845; ok dtucker@