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

/linux-4.4.14/drivers/staging/skein/
H A Dskein_block.c49 #define SKEIN_UNROLL_256 (((SKEIN_LOOP) / 100) % 10) macro
51 #define SKEIN_UNROLL_256 (0) macro
54 #if SKEIN_UNROLL_256
55 #if (RCNT % SKEIN_UNROLL_256)
56 #error "Invalid SKEIN_UNROLL_256" /* sanity check on unroll count */
69 #if SKEIN_UNROLL_256 == 0
112 ((SKEIN_UNROLL_256 == 0 && \
114 (SKEIN_UNROLL_256 > (NN)))
116 #if (SKEIN_UNROLL_256 > 14)
352 #if SKEIN_UNROLL_256 skein_256_process_block()
402 r < (SKEIN_UNROLL_256 ? 2 * RCNT : 2); skein_256_process_block()
403 r += (SKEIN_UNROLL_256 ? 2 * SKEIN_UNROLL_256 : 1)) { skein_256_process_block()
468 return SKEIN_UNROLL_256; skein_256_unroll_cnt()

Completed in 80 milliseconds