Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A 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
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()
[all …]
H A Dumac128.c10 #define UMAC_OUTPUT_LEN 16 macro
H A DChangeLog6393 UMAC_OUTPUT_LEN Coverity CID 291845; ok dtucker@