Home
last modified time | relevance | path

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

/titanic_50/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 */ in Skein_256_Process_Block()
46 #define SKEIN_UNROLL_256 (((SKEIN_LOOP) / 100) % 10) in Skein_256_Process_Block()
250 #ifdef SKEIN_LOOP /* configure how much to unroll the loop */ in Skein_512_Process_Block()
251 #define SKEIN_UNROLL_512 (((SKEIN_LOOP) / 10) % 10) in Skein_512_Process_Block()
482 #ifdef SKEIN_LOOP /* configure how much to unroll the loop */ in Skein1024_Process_Block()
483 #define SKEIN_UNROLL_1024 ((SKEIN_LOOP)%10) in Skein1024_Process_Block()