Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dswrand.c71 #define HashFinal(d, ctx) SHA1Final((d), (ctx)) macro
371 HashFinal(digest, &hashctx); in swrand_get_entropy()
514 HashFinal(digest, &hashctx); in swrand_mix_pool()
763 HashFinal(digest, &ctx); in physmem_ent_gen()
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DHash2.h190 EFI_HASH2_HASH_FINAL HashFinal; member
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_random.c96 #define HashFinal(d, ctx) SHA1Final((d), (ctx)) macro