Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dumac.c56 #ifndef UMAC_OUTPUT_LEN
57 #define UMAC_OUTPUT_LEN 8 /* Alowable: 4, 8, 12, 16 */ macro
257 UINT8 buf[UMAC_OUTPUT_LEN]) in pdf_gen_xor() argument
264 #if (UMAC_OUTPUT_LEN == 4) in pdf_gen_xor()
266 #elif (UMAC_OUTPUT_LEN == 8) in pdf_gen_xor()
268 #elif (UMAC_OUTPUT_LEN > 8) in pdf_gen_xor()
289 #if (UMAC_OUTPUT_LEN == 4) in pdf_gen_xor()
291 #elif (UMAC_OUTPUT_LEN == 8) in pdf_gen_xor()
293 #elif (UMAC_OUTPUT_LEN == 12) in pdf_gen_xor()
296 #elif (UMAC_OUTPUT_LEN == 16) in pdf_gen_xor()
[all …]
H A Dumac128.c4 #define UMAC_OUTPUT_LEN 16 macro