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

/illumos-gate/usr/src/common/crypto/skein/
H A Dskein_block.c251 #define SKEIN_UNROLL_512 (((SKEIN_LOOP) / 10) % 10) macro
253 #define SKEIN_UNROLL_512 (0) macro
256 #if SKEIN_UNROLL_512
257 #if (RCNT % SKEIN_UNROLL_512)
258 #error "Invalid SKEIN_UNROLL_512" /* sanity check on unroll count */
331 #if SKEIN_UNROLL_512 == 0
365 for (r = 1; r < 2 * RCNT; r += 2 * SKEIN_UNROLL_512)
383 ((SKEIN_UNROLL_512 == 0 && SKEIN_512_ROUNDS_TOTAL / 8 > (NN)) || \
384 (SKEIN_UNROLL_512 > (NN)))
428 #if (SKEIN_UNROLL_512 > 1
[all...]

Completed in 57 milliseconds