Searched refs:reseed (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dccdrbg_impl.h41 int (*reseed)(struct ccdrbg_state *prng, member in struct:ccdrbg_info
H A Dccdrbg.h62 return info->reseed(prng, entropylen, entropy, inlen, in);
/xnu-2782.1.97/osfmk/corecrypto/ccdbrg/src/
H A Dccdrbg_nisthmac.c289 Notes for the reseed function specified in Section 9.2:
291 Process step 6 of that function calls the reseed algorithm specified in this section. The values for min_length
294 The reseed algorithm:
296 shall be used as the reseed algorithm for this DRBG mechanism (see step 6 of the reseed process in Section 9.2):
311 static int reseed(struct ccdrbg_state *drbg, function
400 .reseed = reseed,
412 info->reseed = reseed;
[all...]
/xnu-2782.1.97/osfmk/prng/
H A Dprng_yarrow.c72 #define RESEED_TICKS 50 /* how long a reseed operation can take */
408 info->reseed = yarrow_reseed;

Completed in 30 milliseconds