Lines Matching refs:UMAC_OUTPUT_LEN
55 #ifndef UMAC_OUTPUT_LEN
56 #define UMAC_OUTPUT_LEN 8 /* Alowable: 4, 8, 12, 16 */ macro
59 #if UMAC_OUTPUT_LEN != 4 && UMAC_OUTPUT_LEN != 8 && \
60 UMAC_OUTPUT_LEN != 12 && UMAC_OUTPUT_LEN != 16
61 # error UMAC_OUTPUT_LEN must be defined to 4, 8, 12 or 16
243 #if (UMAC_OUTPUT_LEN == 4) in pdf_gen_xor()
245 #elif (UMAC_OUTPUT_LEN == 8) in pdf_gen_xor()
247 #elif (UMAC_OUTPUT_LEN > 8) in pdf_gen_xor()
268 #if (UMAC_OUTPUT_LEN == 4) in pdf_gen_xor()
270 #elif (UMAC_OUTPUT_LEN == 8) in pdf_gen_xor()
272 #elif (UMAC_OUTPUT_LEN == 12) in pdf_gen_xor()
275 #elif (UMAC_OUTPUT_LEN == 16) in pdf_gen_xor()
313 #define STREAMS (UMAC_OUTPUT_LEN / 4) /* Number of times hash is applied */
329 #if (UMAC_OUTPUT_LEN == 4)
364 #elif (UMAC_OUTPUT_LEN == 8)
411 #elif (UMAC_OUTPUT_LEN == 12)
466 #elif (UMAC_OUTPUT_LEN == 16)
588 #if (UMAC_OUTPUT_LEN >= 8) in nh_reset()
591 #if (UMAC_OUTPUT_LEN >= 12) in nh_reset()
594 #if (UMAC_OUTPUT_LEN == 16) in nh_reset()
693 #if (UMAC_OUTPUT_LEN >= 8) in nh_final()
696 #if (UMAC_OUTPUT_LEN >= 12) in nh_final()
699 #if (UMAC_OUTPUT_LEN == 16) in nh_final()
720 #if (UMAC_OUTPUT_LEN >= 8) in nh()
723 #if (UMAC_OUTPUT_LEN >= 12) in nh()
726 #if (UMAC_OUTPUT_LEN == 16) in nh()
895 #if (UMAC_OUTPUT_LEN >= 8) in ip_short()
899 #if (UMAC_OUTPUT_LEN >= 12) in ip_short()
903 #if (UMAC_OUTPUT_LEN == 16) in ip_short()
939 #if (UMAC_OUTPUT_LEN >= 8) in uhash_reset()
942 #if (UMAC_OUTPUT_LEN >= 12) in uhash_reset()
945 #if (UMAC_OUTPUT_LEN == 16) in uhash_reset()