Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/skein/
H A Dskein.c143 Skein_Show_Key(256, &ctx->h, key, keyBytes); in Skein_256_InitExt()
379 Skein_Show_Key(512, &ctx->h, key, keyBytes); in Skein_512_InitExt()
612 Skein_Show_Key(1024, &ctx->h, key, keyBytes); in Skein1024_InitExt()
H A Dskein_impl.h202 #define Skein_Show_Key(bits, ctx, key, keyBytes) macro