Home
last modified time | relevance | path

Searched refs:treeInfo (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dskein.h121 uint64_t treeInfo, const uint8_t *key, size_t keyBytes);
123 uint64_t treeInfo, const uint8_t *key, size_t keyBytes);
125 uint64_t treeInfo, const uint8_t *key, size_t keyBytes);
/f-stack/freebsd/crypto/skein/
H A Dskein.h122 int Skein_256_InitExt(Skein_256_Ctxt_t *ctx, size_t hashBitLen, u64b_t treeInfo, const u08b_t *key…
123 int Skein_512_InitExt(Skein_512_Ctxt_t *ctx, size_t hashBitLen, u64b_t treeInfo, const u08b_t *key…
124 int Skein1024_InitExt(Skein1024_Ctxt_t *ctx, size_t hashBitLen, u64b_t treeInfo, const u08b_t *key…
H A Dskein.c85 int Skein_256_InitExt(Skein_256_Ctxt_t *ctx,size_t hashBitLen,u64b_t treeInfo, const u08b_t *key, s… in Skein_256_InitExt() argument
126 …cfg.w[2] = Skein_Swap64(treeInfo); /* tree hash config info (or SKEIN_CFG_TREE_INFO_SEQUE… in Skein_256_InitExt()
283 int Skein_512_InitExt(Skein_512_Ctxt_t *ctx,size_t hashBitLen,u64b_t treeInfo, const u08b_t *key, s… in Skein_512_InitExt() argument
324 …cfg.w[2] = Skein_Swap64(treeInfo); /* tree hash config info (or SKEIN_CFG_TREE_INFO_SEQUE… in Skein_512_InitExt()
480 int Skein1024_InitExt(Skein1024_Ctxt_t *ctx,size_t hashBitLen,u64b_t treeInfo, const u08b_t *key, s… in Skein1024_InitExt() argument
521 …cfg.w[2] = Skein_Swap64(treeInfo); /* tree hash config info (or SKEIN_CFG_TREE_INFO_SEQUE… in Skein1024_InitExt()
/f-stack/freebsd/contrib/openzfs/module/icp/algs/skein/
H A Dskein.c80 Skein_256_InitExt(Skein_256_Ctxt_t *ctx, size_t hashBitLen, uint64_t treeInfo, in Skein_256_InitExt() argument
131 cfg.w[2] = Skein_Swap64(treeInfo); in Skein_256_InitExt()
317 Skein_512_InitExt(Skein_512_Ctxt_t *ctx, size_t hashBitLen, uint64_t treeInfo, in Skein_512_InitExt() argument
367 cfg.w[2] = Skein_Swap64(treeInfo); in Skein_512_InitExt()
550 Skein1024_InitExt(Skein1024_Ctxt_t *ctx, size_t hashBitLen, uint64_t treeInfo, in Skein1024_InitExt() argument
600 cfg.w[2] = Skein_Swap64(treeInfo); in Skein1024_InitExt()