Searched refs:HashUpdate (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | swrand.c | 70 #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 D | Hash2.h | 189 EFI_HASH2_HASH_UPDATE HashUpdate; member
|
/illumos-gate/usr/src/uts/common/crypto/api/ |
H A D | kcf_random.c | 95 #define HashUpdate(ctx, p, s) SHA1Update((ctx), (p), (s)) macro
|