Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dumac.c55 #ifndef UMAC_OUTPUT_LEN
59 #if UMAC_OUTPUT_LEN != 4 && UMAC_OUTPUT_LEN != 8 && \
60 UMAC_OUTPUT_LEN != 12 && UMAC_OUTPUT_LEN != 16
243 #if (UMAC_OUTPUT_LEN == 4) in pdf_gen_xor()
247 #elif (UMAC_OUTPUT_LEN > 8) in pdf_gen_xor()
268 #if (UMAC_OUTPUT_LEN == 4) in pdf_gen_xor()
329 #if (UMAC_OUTPUT_LEN == 4)
588 #if (UMAC_OUTPUT_LEN >= 8) in nh_reset()
693 #if (UMAC_OUTPUT_LEN >= 8) in nh_final()
720 #if (UMAC_OUTPUT_LEN >= 8) in nh()
[all …]
H A Dumac128.c3 #define UMAC_OUTPUT_LEN 16 macro