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

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dskein.h47 #define SKEIN1024_STATE_WORDS (16) macro
52 #define SKEIN1024_STATE_BYTES (8 * SKEIN1024_STATE_WORDS)
56 #define SKEIN1024_STATE_BITS (64 * SKEIN1024_STATE_WORDS)
60 #define SKEIN1024_BLOCK_BYTES (8 * SKEIN1024_STATE_WORDS)
85 uint64_t X[SKEIN1024_STATE_WORDS]; /* chaining variables */
/freebsd-13-stable/sys/crypto/skein/
H A Dskein_freebsd.h34 #define SKEIN1024_BLOCK_BYTES ( 8*SKEIN1024_STATE_WORDS)
H A Dskein.h52 #define SKEIN1024_STATE_WORDS (16) macro
57 #define SKEIN1024_STATE_BYTES ( 8*SKEIN1024_STATE_WORDS)
61 #define SKEIN1024_STATE_BITS (64*SKEIN1024_STATE_WORDS)
65 #define SKEIN1024_BLOCK_BYTES ( 8*SKEIN1024_STATE_WORDS)
91 u64b_t X[SKEIN1024_STATE_WORDS]; /* chaining variables */
H A Dskein.c441 u64b_t w[SKEIN1024_STATE_WORDS];
485 u64b_t w[SKEIN1024_STATE_WORDS];
509 for (i=0;i<SKEIN1024_STATE_WORDS;i++) /* convert key bytes to context words */
589 u64b_t X[SKEIN1024_STATE_WORDS];
742 u64b_t X[SKEIN1024_STATE_WORDS];
H A Dskein_block.c456 WCNT = SKEIN1024_STATE_WORDS
/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/skein/
H A Dskein.c492 uint64_t w[SKEIN1024_STATE_WORDS];
555 uint64_t w[SKEIN1024_STATE_WORDS];
583 for (i = 0; i < SKEIN1024_STATE_WORDS; i++)
673 uint64_t X[SKEIN1024_STATE_WORDS];
870 uint64_t X[SKEIN1024_STATE_WORDS];
H A Dskein_block.c500 WCNT = SKEIN1024_STATE_WORDS

Completed in 90 milliseconds