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

/freebsd-12-stable/sys/crypto/skein/
H A Dskein_block.c65 #undef RCNT macro
66 #define RCNT (SKEIN_256_ROUNDS_TOTAL/8) macro
75 #if (RCNT % SKEIN_UNROLL_256)
79 u64b_t kw[WCNT+4+RCNT*2]; /* key schedule words : chaining vars + tweak + "rotation"*/
149 for (r=1;r < 2*RCNT;r+=2*SKEIN_UNROLL_256) /* loop thru it */
250 #undef RCNT macro
251 #define RCNT (SKEIN_512_ROUNDS_TOTAL/8) macro
260 #if (RCNT % SKEIN_UNROLL_512)
264 u64b_t kw[WCNT+4+RCNT*2]; /* key schedule words : chaining vars + tweak + "rotation"*/
353 for (r=1;r < 2*RCNT;
458 #undef RCNT macro
459 #define RCNT macro
[all...]

Completed in 203 milliseconds