Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/prng/
H A Dprng_random.c49 #define SEED_SIZE (SHA256_DIGEST_LENGTH) macro
50 static uint8_t bootseed[SEED_SIZE];
83 n = SEED_SIZE / sizeof(x); in bootseed_init_native()
97 n = (SEED_SIZE / sizeof(x)) * 512; in bootseed_init_native()