Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/corecrypto/
H A Dccdrbg_nisthmac.c203 must_reseed(const struct ccdrbg_state *ctx) in must_reseed() function
224 cc_require(!must_reseed(ctx), out); in generate()
274 info->must_reseed = must_reseed; in ccdrbg_factory_nisthmac()
H A Dccdrbg.c46 return info->must_reseed(drbg); in ccdrbg_must_reseed()
/xnu-11215.1.10/EXTERNAL_HEADERS/corecrypto/
H A Dccdrbg_impl.h73 bool (*CC_SPTR(ccdrbg_info, must_reseed))(const struct ccdrbg_state *drbg);
H A Dccrng_schedule.h47 bool must_reseed; member