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

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dskein.h92 int Skein_512_Init(Skein_512_Ctxt_t *ctx, size_t hashBitLen);
/freebsd-13-stable/sys/crypto/skein/
H A Dskein.h97 int Skein_512_Init (Skein_512_Ctxt_t *ctx, size_t hashBitLen);
H A Dskein.c238 int Skein_512_Init(Skein_512_Ctxt_t *ctx, size_t hashBitLen) function
282 /* [identical to Skein_512_Init() when keyBytes == 0 && treeInfo == SKEIN_CFG_TREE_INFO_SEQUENTIAL] */
426 ((u08b_t *) Skein_512_Init);
779 Skein_512_Init(ctx, 512);
/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/skein/
H A Dskein.c252 Skein_512_Init(Skein_512_Ctxt_t *ctx, size_t hashBitLen) function
313 * [identical to Skein_512_Init() when keyBytes == 0 &&
907 EXPORT_SYMBOL(Skein_512_Init); variable

Completed in 159 milliseconds