Lines Matching defs:digest
321 uint8_t digest[HASHSIZE], *pool;
371 HashFinal(digest, &hashctx);
374 * Feed the digest back into the pool so next
379 pool[pindex++] ^= digest[i];
385 fips_random_inner(swrand_XKEY, tempout, (uint32_t *)digest);
426 bzero(digest, HASHSIZE);
473 uint8_t digest[HASHSIZE];
514 HashFinal(digest, &hashctx);
519 pool[k++] ^= digest[j];
564 * chosen from the possible blocks and hashed to produce a digest. This
565 * digest is then mixed into the pool. A single bit from the digest is
664 uint8_t digest[HASHSIZE];
763 HashFinal(digest, &ctx);
805 digest[0] & 1))
809 swrand_add_bytes(digest, HASHSIZE);