Home
last modified time | relevance | path

Searched refs:HashInit (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dswrand.c69 #define HashInit(ctx) SHA1Init((ctx)) macro
369 HashInit(&hashctx); in swrand_get_entropy()
503 HashInit(&hashctx); in swrand_mix_pool()
725 HashInit(&ctx); in physmem_ent_gen()
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DHash2.h188 EFI_HASH2_HASH_INIT HashInit; member
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_random.c94 #define HashInit(ctx) SHA1Init((ctx)) macro