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

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dskein.h45 #define SKEIN_256_STATE_WORDS (4) macro
50 #define SKEIN_256_STATE_BYTES (8 * SKEIN_256_STATE_WORDS)
54 #define SKEIN_256_STATE_BITS (64 * SKEIN_256_STATE_WORDS)
58 #define SKEIN_256_BLOCK_BYTES (8 * SKEIN_256_STATE_WORDS)
71 uint64_t X[SKEIN_256_STATE_WORDS]; /* chaining variables */
/freebsd-13-stable/sys/crypto/skein/
H A Dskein_freebsd.h32 #define SKEIN_256_BLOCK_BYTES ( 8*SKEIN_256_STATE_WORDS)
H A Dskein.h50 #define SKEIN_256_STATE_WORDS ( 4) macro
55 #define SKEIN_256_STATE_BYTES ( 8*SKEIN_256_STATE_WORDS)
59 #define SKEIN_256_STATE_BITS (64*SKEIN_256_STATE_WORDS)
63 #define SKEIN_256_BLOCK_BYTES ( 8*SKEIN_256_STATE_WORDS)
77 u64b_t X[SKEIN_256_STATE_WORDS]; /* chaining variables */
H A Dskein.c46 u64b_t w[SKEIN_256_STATE_WORDS];
90 u64b_t w[SKEIN_256_STATE_WORDS];
114 for (i=0;i<SKEIN_256_STATE_WORDS;i++) /* convert key bytes to context words */
194 u64b_t X[SKEIN_256_STATE_WORDS];
684 u64b_t X[SKEIN_256_STATE_WORDS];
H A Dskein_block.c63 WCNT = SKEIN_256_STATE_WORDS
/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/skein/
H A Dskein.c20 uint64_t w[SKEIN_256_STATE_WORDS];
85 uint64_t w[SKEIN_256_STATE_WORDS];
115 for (i = 0; i < SKEIN_256_STATE_WORDS; i++)
204 uint64_t X[SKEIN_256_STATE_WORDS];
790 uint64_t X[SKEIN_256_STATE_WORDS];
H A Dskein_block.c65 WCNT = SKEIN_256_STATE_WORDS

Completed in 58 milliseconds