Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/corecrypto/
H A Dccdrbg_nisthmac.c181 reseed(struct ccdrbg_state *ctx, size_t entropy_nbytes, const void *entropy, size_t add_nbytes, con… in reseed() function
260 info->reseed = reseed; in ccdrbg_factory_nisthmac()
/xnu-8792.61.2/EXTERNAL_HEADERS/corecrypto/
H A Dccdrbg_impl.h45 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.h126 … void (*CC_SPTR(cckprng_funcs, reseed))(struct cckprng_ctx *ctx, size_t nbytes, const void *seed);
/xnu-8792.61.2/osfmk/prng/
H A Dprng_random.c349 prng_funcs.reseed(prng_ctx, sizeof(seed), seed); in write_random()