Home
last modified time | relevance | path

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

/xnu-10002.81.5/EXTERNAL_HEADERS/corecrypto/
H A Dccdrbg.h104 struct ccdrbg_nisthmac_custom { struct
109 void ccdrbg_factory_nisthmac(struct ccdrbg_info *info, const struct ccdrbg_nisthmac_custom *custom); argument
/xnu-10002.81.5/osfmk/corecrypto/
H A Dccdrbg_nisthmac.c61 const struct ccdrbg_nisthmac_custom *custom;
253 ccdrbg_factory_nisthmac(struct ccdrbg_info *info, const struct ccdrbg_nisthmac_custom *custom) in ccdrbg_factory_nisthmac()
257 info->size = sizeof(struct ccdrbg_nisthmac_state) + sizeof(struct ccdrbg_nisthmac_custom); in ccdrbg_factory_nisthmac()
/xnu-10002.81.5/osfmk/prng/
H A Dprng_random.c142 const struct ccdrbg_nisthmac_custom drbg_custom;