Searched refs:zero_salt (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/osfmk/prng/ |
| H A D | prng_random.c | 165 uint8_t zero_salt[SEED_SIZE] = {0}; in bootseed_init() local 171 cchmac(di, SEED_SIZE, zero_salt, 2 * SEED_SIZE, combined_input, earlyseed); in bootseed_init() 176 cchmac(di, SEED_SIZE, zero_salt, 2 * SEED_SIZE, combined_input, entropyseed); in bootseed_init() 181 cchmac(di, SEED_SIZE, zero_salt, 2 * SEED_SIZE, combined_input, kprng_reseed); in bootseed_init()
|