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

/freebsd-12-stable/sys/crypto/skein/
H A Dskein_block.c69 #define SKEIN_UNROLL_256 (((SKEIN_LOOP)/100)%10) macro
71 #define SKEIN_UNROLL_256 (0) macro
74 #if SKEIN_UNROLL_256
75 #if (RCNT % SKEIN_UNROLL_256)
76 #error "Invalid SKEIN_UNROLL_256" /* sanity check on unroll count */
124 #if SKEIN_UNROLL_256 == 0
149 for (r=1;r < 2*RCNT;r+=2*SKEIN_UNROLL_256) /* loop thru it */
166 #define R256_Unroll_R(NN) ((SKEIN_UNROLL_256 == 0 && SKEIN_256_ROUNDS_TOTAL/8 > (NN)) || (SKEIN_UNROLL_256 > (NN)))
210 #if (SKEIN_UNROLL_256 > 1
[all...]
/freebsd-12-stable/sys/crypto/skein/amd64/
H A Dskein_block_asm.s34 SKEIN_UNROLL_256 = (_SKEIN_LOOP / 100) % 10 define
553 _UNROLL_CNT = SKEIN_UNROLL_256
555 .error "Invalid SKEIN_UNROLL_256"

Completed in 111 milliseconds