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
237 UINT8 buf[UMAC_OUTPUT_LEN]) in pdf_gen_xor() argument
244 #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()
271 #elif (UMAC_OUTPUT_LEN == 8) in pdf_gen_xor()
273 #elif (UMAC_OUTPUT_LEN == 12) in pdf_gen_xor()
276 #elif (UMAC_OUTPUT_LEN == 16) in pdf_gen_xor()
314 #define STREAMS (UMAC_OUTPUT_LEN / 4) /* Number of times hash is applied */
330 #if (UMAC_OUTPUT_LEN == 4)
365 #elif (UMAC_OUTPUT_LEN == 8)
412 #elif (UMAC_OUTPUT_LEN == 12)
467 #elif (UMAC_OUTPUT_LEN == 16)
589 #if (UMAC_OUTPUT_LEN >= 8) in nh_reset()
592 #if (UMAC_OUTPUT_LEN >= 12) in nh_reset()
595 #if (UMAC_OUTPUT_LEN == 16) in nh_reset()
694 #if (UMAC_OUTPUT_LEN >= 8) in nh_final()
697 #if (UMAC_OUTPUT_LEN >= 12) in nh_final()
700 #if (UMAC_OUTPUT_LEN == 16) in nh_final()
721 #if (UMAC_OUTPUT_LEN >= 8) in nh()
724 #if (UMAC_OUTPUT_LEN >= 12) in nh()
727 #if (UMAC_OUTPUT_LEN == 16) in nh()
896 #if (UMAC_OUTPUT_LEN >= 8) in ip_short()
900 #if (UMAC_OUTPUT_LEN >= 12) in ip_short()
904 #if (UMAC_OUTPUT_LEN == 16) in ip_short()
940 #if (UMAC_OUTPUT_LEN >= 8) in uhash_reset()
943 #if (UMAC_OUTPUT_LEN >= 12) in uhash_reset()
946 #if (UMAC_OUTPUT_LEN == 16) in uhash_reset()