Searched refs:reseed (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/osfmk/corecrypto/ |
| H A D | ccdrbg_nisthmac.c | 179 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 D | ccdrbg_impl.h | 43 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 | 288 … void (*CC_SPTR(cckprng_funcs, reseed))(struct cckprng_ctx *ctx, size_t nbytes, const void *seed);
|
| /xnu-8019.80.24/osfmk/prng/ |
| H A D | prng_random.c | 349 prng_funcs.reseed(prng_ctx, sizeof(seed), seed); in write_random()
|