Home
last modified time | relevance | path

Searched refs:SKEIN_CFG_STR_LEN (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/crypto/skein/
H A Dskein.c71 Skein_256_Process_Block(ctx, cfg.b, 1, SKEIN_CFG_STR_LEN); in Skein_256_Init()
146 Skein_256_Process_Block(ctx, cfg.b, 1, SKEIN_CFG_STR_LEN); in Skein_256_InitExt()
307 Skein_512_Process_Block(ctx, cfg.b, 1, SKEIN_CFG_STR_LEN); in Skein_512_Init()
382 Skein_512_Process_Block(ctx, cfg.b, 1, SKEIN_CFG_STR_LEN); in Skein_512_InitExt()
540 Skein1024_Process_Block(ctx, cfg.b, 1, SKEIN_CFG_STR_LEN); in Skein1024_Init()
615 Skein1024_Process_Block(ctx, cfg.b, 1, SKEIN_CFG_STR_LEN); in Skein1024_InitExt()
H A Dskein_impl.h117 #define SKEIN_CFG_STR_LEN (4*8) macro