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

/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/skein/
H A Dskein_impl.h58 #define SKEIN_T1_FLAG_FINAL (((uint64_t)1) << SKEIN_T1_POS_FINAL) macro
98 (SKEIN_T1_BLK_TYPE_CFG | SKEIN_T1_FLAG_FINAL)
100 (SKEIN_T1_BLK_TYPE_OUT | SKEIN_T1_FLAG_FINAL)
H A Dskein.c209 ctx->h.T[1] |= SKEIN_T1_FLAG_FINAL; /* tag as the final block */
445 ctx->h.T[1] |= SKEIN_T1_FLAG_FINAL; /* tag as the final block */
678 ctx->h.T[1] |= SKEIN_T1_FLAG_FINAL; /* tag as the final block */
727 ctx->h.T[1] |= SKEIN_T1_FLAG_FINAL; /* tag as the final block */
748 ctx->h.T[1] |= SKEIN_T1_FLAG_FINAL; /* tag as the final block */
770 ctx->h.T[1] |= SKEIN_T1_FLAG_FINAL;
/freebsd-13-stable/sys/crypto/skein/
H A Dskein.h163 #define SKEIN_T1_FLAG_FINAL (((u64b_t) 1 ) << SKEIN_T1_POS_FINAL) macro
192 #define SKEIN_T1_BLK_TYPE_CFG_FINAL (SKEIN_T1_BLK_TYPE_CFG | SKEIN_T1_FLAG_FINAL)
193 #define SKEIN_T1_BLK_TYPE_OUT_FINAL (SKEIN_T1_BLK_TYPE_OUT | SKEIN_T1_FLAG_FINAL)
H A Dskein.c197 ctx->h.T[1] |= SKEIN_T1_FLAG_FINAL; /* tag as the final block */
395 ctx->h.T[1] |= SKEIN_T1_FLAG_FINAL; /* tag as the final block */
592 ctx->h.T[1] |= SKEIN_T1_FLAG_FINAL; /* tag as the final block */
636 ctx->h.T[1] |= SKEIN_T1_FLAG_FINAL; /* tag as the final block */
652 ctx->h.T[1] |= SKEIN_T1_FLAG_FINAL; /* tag as the final block */
668 ctx->h.T[1] |= SKEIN_T1_FLAG_FINAL; /* tag as the final block */
H A Dskein_debug.c199 printf((h->T[1] & SKEIN_T1_FLAG_FINAL) ? " Final":" ");

Completed in 113 milliseconds