Home
last modified time | relevance | path

Searched refs:ccdrbg_factory_nisthmac (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.41.9/EXTERNAL_HEADERS/corecrypto/
H A Dccdrbg.h109 void ccdrbg_factory_nisthmac(struct ccdrbg_info *info, const struct ccdrbg_nisthmac_custom *custom);
/xnu-10002.41.9/osfmk/corecrypto/
H A Dccdrbg_nisthmac.c253 ccdrbg_factory_nisthmac(struct ccdrbg_info *info, const struct ccdrbg_nisthmac_custom *custom) in ccdrbg_factory_nisthmac() function
/xnu-10002.41.9/osfmk/prng/
H A Dprng_random.c198 ccdrbg_factory_nisthmac(&erandom.drbg_info, &erandom.drbg_custom); in early_random()