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

/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/skein/
H A Dskein_block.c20 #ifndef SKEIN_LOOP
37 * Due to the ways the calculations on SKEIN_LOOP are done in
41 #define SKEIN_LOOP 111 macro
44 #define SKEIN_LOOP 001 /* default: unroll 256 and 512, but not 1024 */ macro
70 #ifdef SKEIN_LOOP /* configure how much to unroll the loop */
71 #define SKEIN_UNROLL_256 (((SKEIN_LOOP) / 100) % 10)
274 #ifdef SKEIN_LOOP /* configure how much to unroll the loop */
275 #define SKEIN_UNROLL_512 (((SKEIN_LOOP) / 10) % 10)
505 #ifdef SKEIN_LOOP /* configure how much to unroll the loop */
506 #define SKEIN_UNROLL_1024 ((SKEIN_LOOP)
[all...]
/freebsd-13-stable/sys/crypto/skein/
H A Dskein_block.c35 #ifndef SKEIN_LOOP
36 #define SKEIN_LOOP 001 /* default: unroll 256 and 512, but not 1024 */ macro
68 #ifdef SKEIN_LOOP /* configure how much to unroll the loop */
69 #define SKEIN_UNROLL_256 (((SKEIN_LOOP)/100)%10)
253 #ifdef SKEIN_LOOP /* configure how much to unroll the loop */
254 #define SKEIN_UNROLL_512 (((SKEIN_LOOP)/10)%10)
461 #ifdef SKEIN_LOOP /* configure how much to unroll the loop */
462 #define SKEIN_UNROLL_1024 ((SKEIN_LOOP)%10)
/freebsd-13-stable/sys/crypto/skein/amd64/
H A Dskein_block_asm.S28 #ifndef SKEIN_LOOP
31 _SKEIN_LOOP = SKEIN_LOOP
33 #.print "+++ SKEIN_LOOP = \_NN_"

Completed in 115 milliseconds