Searched refs:reseed (Results 1 – 5 of 5) sorted by relevance
| /xnu-8792.61.2/osfmk/corecrypto/ |
| H A D | ccdrbg_nisthmac.c | 181 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 D | ccdrbg_impl.h | 45 int (*CC_SPTR(ccdrbg_info, reseed))(struct ccdrbg_state *prng,
|
| H A D | ccdrbg.h | 63 return info->reseed(drbg, entropyLength, entropy, additionalLength, additional); in ccdrbg_reseed()
|
| H A D | cckprng.h | 126 … void (*CC_SPTR(cckprng_funcs, reseed))(struct cckprng_ctx *ctx, size_t nbytes, const void *seed);
|
| /xnu-8792.61.2/osfmk/prng/ |
| H A D | prng_random.c | 349 prng_funcs.reseed(prng_ctx, sizeof(seed), seed); in write_random()
|