Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dswrand.c70 #define HashUpdate(ctx, p, s) SHA1Update((ctx), (p), (s)) macro
370 HashUpdate(&hashctx, (uint8_t *)srndpool, RNDPOOLSIZE); in swrand_get_entropy()
507 HashUpdate(&hashctx, &pool[start], HASHBUFSIZE); in swrand_mix_pool()
509 HashUpdate(&hashctx, &pool[start], in swrand_mix_pool()
511 HashUpdate(&hashctx, pool, in swrand_mix_pool()
745 HashUpdate(&ctx, (uint8_t *)entsrc->pmbuf + poffset, in physmem_ent_gen()
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DHash2.h189 EFI_HASH2_HASH_UPDATE HashUpdate; member
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_random.c95 #define HashUpdate(ctx, p, s) SHA1Update((ctx), (p), (s)) macro