Searched refs:entropy_provide (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.1.10/osfmk/prng/ |
| H A D | entropy.h | 63 int32_t entropy_provide(size_t *entropy_size, void *entropy, void *arg);
|
| H A D | entropy.c | 473 entropy_provide(size_t *entropy_size, void *entropy, __unused void *arg) in entropy_provide() function
|
| H A D | prng_random.c | 398 …ropy(prng_ctx, MAX_CPUS, sizeof(prngseed), prngseed, sizeof(nonce), &nonce, entropy_provide, NULL); in register_and_init_prng()
|