Home
last modified time | relevance | path

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

/external/openssh/
Dumac.c55 #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
239 #if (UMAC_OUTPUT_LEN == 4) in pdf_gen_xor()
241 #elif (UMAC_OUTPUT_LEN == 8) in pdf_gen_xor()
243 #elif (UMAC_OUTPUT_LEN > 8) in pdf_gen_xor()
264 #if (UMAC_OUTPUT_LEN == 4) in pdf_gen_xor()
266 #elif (UMAC_OUTPUT_LEN == 8) in pdf_gen_xor()
[all …]
Dumac128.c7 #define UMAC_OUTPUT_LEN 16 macro