Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/prng/
H A Dentropy.h53 void entropy_init(size_t seed_size, uint8_t *seed);
H A Dentropy.c200 entropy_init(size_t seed_size, uint8_t *seed) in entropy_init() function
H A Dprng_random.c392 entropy_init(sizeof(entropyseed), entropyseed); in register_and_init_prng()