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

/illumos-gate/usr/src/common/crypto/skein/
H A Dskein_block.c42 #undef RCNT macro
43 #define RCNT (SKEIN_256_ROUNDS_TOTAL / 8) macro
52 #if (RCNT % SKEIN_UNROLL_256)
57 uint64_t kw[WCNT + 4 + RCNT * 2];
138 for (r = 1; r < 2 * RCNT; r += 2 * SKEIN_UNROLL_256)
247 #undef RCNT macro
248 #define RCNT (SKEIN_512_ROUNDS_TOTAL / 8) macro
257 #if (RCNT % SKEIN_UNROLL_512)
262 uint64_t kw[WCNT + 4 + RCNT * 2];
365 for (r = 1; r < 2 * RCNT;
479 #undef RCNT macro
480 #define RCNT macro
[all...]

Completed in 45 milliseconds