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

/freebsd-10.0-release/crypto/openssh/
H A Dumac128.c2 #define UMAC_OUTPUT_LEN 16 macro
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
250 #if (UMAC_OUTPUT_LEN == 4)
252 #elif (UMAC_OUTPUT_LEN == 8)
254 #elif (UMAC_OUTPUT_LEN >
[all...]

Completed in 71 milliseconds