Home
last modified time | relevance | path

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

/external/openssh/
Dumac.c55 #define UMAC_OUTPUT_LEN 8 /* Alowable: 4, 8, 12, 16 */ macro
242 #if (UMAC_OUTPUT_LEN == 4) in pdf_gen_xor()
244 #elif (UMAC_OUTPUT_LEN == 8) in pdf_gen_xor()
246 #elif (UMAC_OUTPUT_LEN > 8) in pdf_gen_xor()
265 #if (UMAC_OUTPUT_LEN == 4) in pdf_gen_xor()
267 #elif (UMAC_OUTPUT_LEN == 8) in pdf_gen_xor()
269 #elif (UMAC_OUTPUT_LEN == 12) in pdf_gen_xor()
272 #elif (UMAC_OUTPUT_LEN == 16) in pdf_gen_xor()
310 #define STREAMS (UMAC_OUTPUT_LEN / 4) /* Number of times hash is applied */
326 #if (UMAC_OUTPUT_LEN == 4)
[all …]