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

/freebsd-12-stable/sys/crypto/skein/
H A Dskein_block.c254 #define SKEIN_UNROLL_512 (((SKEIN_LOOP)/10)%10) macro
256 #define SKEIN_UNROLL_512 (0) macro
259 #if SKEIN_UNROLL_512
260 #if (RCNT % SKEIN_UNROLL_512)
261 #error "Invalid SKEIN_UNROLL_512" /* sanity check on unroll count */
320 #if SKEIN_UNROLL_512 == 0
353 for (r=1;r < 2*RCNT;r+=2*SKEIN_UNROLL_512) /* loop thru it */
370 #define R512_Unroll_R(NN) ((SKEIN_UNROLL_512 == 0 && SKEIN_512_ROUNDS_TOTAL/8 > (NN)) || (SKEIN_UNROLL_512 > (NN)))
414 #if (SKEIN_UNROLL_512 > 1
[all...]
/freebsd-12-stable/sys/crypto/skein/amd64/
H A Dskein_block_asm.s35 SKEIN_UNROLL_512 = (_SKEIN_LOOP / 10) % 10 define
871 _UNROLL_CNT = SKEIN_UNROLL_512
873 .error "Invalid SKEIN_UNROLL_512"

Completed in 104 milliseconds