Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/corecrypto/
H A Dccdrbg_nisthmac.c179 reseed(struct ccdrbg_state *ctx, size_t entropy_nbytes, const void *entropy, size_t add_nbytes, con… in reseed() function
256 info->reseed = reseed; in ccdrbg_factory_nisthmac()
/xnu-8019.80.24/EXTERNAL_HEADERS/corecrypto/
H A Dccdrbg_impl.h43 int (*CC_SPTR(ccdrbg_info, reseed))(struct ccdrbg_state *prng,
H A Dccdrbg.h63 return info->reseed(drbg, entropyLength, entropy, additionalLength, additional); in ccdrbg_reseed()
H A Dcckprng.h288 … void (*CC_SPTR(cckprng_funcs, reseed))(struct cckprng_ctx *ctx, size_t nbytes, const void *seed);
/xnu-8019.80.24/osfmk/prng/
H A Dprng_random.c349 prng_funcs.reseed(prng_ctx, sizeof(seed), seed); in write_random()