Searched refs:must_reseed (Results 1 – 4 of 4) sorted by relevance
203 must_reseed(const struct ccdrbg_state *ctx) in must_reseed() function224 cc_require(!must_reseed(ctx), out); in generate()274 info->must_reseed = must_reseed; in ccdrbg_factory_nisthmac()
46 return info->must_reseed(drbg); in ccdrbg_must_reseed()
73 bool (*CC_SPTR(ccdrbg_info, must_reseed))(const struct ccdrbg_state *drbg);
47 bool must_reseed; member