Lines Matching refs:UMAC_OUTPUT_LEN
61 #ifndef UMAC_OUTPUT_LEN
62 #define UMAC_OUTPUT_LEN 8 /* Alowable: 4, 8, 12, 16 */ macro
65 #if UMAC_OUTPUT_LEN != 4 && UMAC_OUTPUT_LEN != 8 && \
66 UMAC_OUTPUT_LEN != 12 && UMAC_OUTPUT_LEN != 16
67 # error UMAC_OUTPUT_LEN must be defined to 4, 8, 12 or 16
245 #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()
274 #elif (UMAC_OUTPUT_LEN == 12) in pdf_gen_xor()
277 #elif (UMAC_OUTPUT_LEN == 16) in pdf_gen_xor()
315 #define STREAMS (UMAC_OUTPUT_LEN / 4) /* Number of times hash is applied */
331 #if (UMAC_OUTPUT_LEN == 4)
366 #elif (UMAC_OUTPUT_LEN == 8)
413 #elif (UMAC_OUTPUT_LEN == 12)
468 #elif (UMAC_OUTPUT_LEN == 16)
590 #if (UMAC_OUTPUT_LEN >= 8) in nh_reset()
593 #if (UMAC_OUTPUT_LEN >= 12) in nh_reset()
596 #if (UMAC_OUTPUT_LEN == 16) in nh_reset()
695 #if (UMAC_OUTPUT_LEN >= 8) in nh_final()
698 #if (UMAC_OUTPUT_LEN >= 12) in nh_final()
701 #if (UMAC_OUTPUT_LEN == 16) in nh_final()
722 #if (UMAC_OUTPUT_LEN >= 8) in nh()
725 #if (UMAC_OUTPUT_LEN >= 12) in nh()
728 #if (UMAC_OUTPUT_LEN == 16) in nh()
897 #if (UMAC_OUTPUT_LEN >= 8) in ip_short()
901 #if (UMAC_OUTPUT_LEN >= 12) in ip_short()
905 #if (UMAC_OUTPUT_LEN == 16) in ip_short()
941 #if (UMAC_OUTPUT_LEN >= 8) in uhash_reset()
944 #if (UMAC_OUTPUT_LEN >= 12) in uhash_reset()
947 #if (UMAC_OUTPUT_LEN == 16) in uhash_reset()