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

/freebsd-12-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-12-stable/sys/crypto/skein/amd64/
H A Dskein_block_asm.s25 .ifndef SKEIN_LOOP #configure loop unrolling
28 _SKEIN_LOOP = SKEIN_LOOP
30 #.print "+++ SKEIN_LOOP = \_NN_"
/freebsd-12-stable/sys/modules/crypto/
H A DMakefile39 AFLAGS+= --defsym SKEIN_LOOP=0 --defsym SKEIN_USE_ASM=1792
/freebsd-12-stable/lib/libmd/
H A DMakefile123 AFLAGS+= --defsym SKEIN_LOOP=0 --defsym SKEIN_USE_ASM=1792

Completed in 180 milliseconds