Home
last modified time | relevance | path

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

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