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

/freebsd-12-stable/sys/crypto/skein/
H A Dskein_block.c462 #define SKEIN_UNROLL_1024 ((SKEIN_LOOP)%10) macro
464 #define SKEIN_UNROLL_1024 (0) macro
467 #if (SKEIN_UNROLL_1024 != 0)
468 #if (RCNT % SKEIN_UNROLL_1024)
469 #error "Invalid SKEIN_UNROLL_1024" /* sanity check on unroll count */
552 #if SKEIN_UNROLL_1024 == 0
601 for (r=1;r <= 2*RCNT;r+=2*SKEIN_UNROLL_1024) /* loop thru it */
618 #define R1024_Unroll_R(NN) ((SKEIN_UNROLL_1024 == 0 && SKEIN1024_ROUNDS_TOTAL/8 > (NN)) || (SKEIN_UNROLL_1024 > (NN)))
662 #if (SKEIN_UNROLL_1024 > 1
[all...]
/freebsd-12-stable/sys/crypto/skein/amd64/
H A Dskein_block_asm.s36 SKEIN_UNROLL_1024 = (_SKEIN_LOOP ) % 10 define
1163 _UNROLL_CNT = SKEIN_UNROLL_1024
1165 .error "Invalid SKEIN_UNROLL_1024"

Completed in 101 milliseconds