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

/illumos-gate/usr/src/common/crypto/skein/
H A Dskein_block.c483 #define SKEIN_UNROLL_1024 ((SKEIN_LOOP)%10) macro
485 #define SKEIN_UNROLL_1024 (0) macro
488 #if (SKEIN_UNROLL_1024 != 0)
489 #if (RCNT % SKEIN_UNROLL_1024)
490 #error "Invalid SKEIN_UNROLL_1024" /* sanity check on unroll count */
594 #if SKEIN_UNROLL_1024 == 0
648 for (r = 1; r <= 2 * RCNT; r += 2 * SKEIN_UNROLL_1024)
674 ((SKEIN_UNROLL_1024 == 0 && SKEIN1024_ROUNDS_TOTAL/8 > (NN)) || \
675 (SKEIN_UNROLL_1024 > (NN)))
719 #if (SKEIN_UNROLL_1024 > 1
[all...]

Completed in 46 milliseconds