Home
last modified time | relevance | path

Searched refs:UMAC_OUTPUT_LEN (Results 1 – 2 of 2) sorted by relevance

/external/openssh/
Dumac.c61 #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()
[all …]
Dumac128.c7 #define UMAC_OUTPUT_LEN 16 macro