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

/illumos-gate/usr/src/common/crypto/skein/
H A Dskein_block.c19 #ifndef SKEIN_LOOP
20 #define SKEIN_LOOP 001 /* default: unroll 256 and 512, but not 1024 */ macro
45 #ifdef SKEIN_LOOP /* configure how much to unroll the loop */
46 #define SKEIN_UNROLL_256 (((SKEIN_LOOP) / 100) % 10)
250 #ifdef SKEIN_LOOP /* configure how much to unroll the loop */
251 #define SKEIN_UNROLL_512 (((SKEIN_LOOP) / 10) % 10)
482 #ifdef SKEIN_LOOP /* configure how much to unroll the loop */
483 #define SKEIN_UNROLL_1024 ((SKEIN_LOOP)%10)

Completed in 59 milliseconds