Home
last modified time | relevance | path

Searched refs:ccrng_fortuna_ctx (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.81.4/EXTERNAL_HEADERS/corecrypto/
H A Dccrng_fortuna.h114 struct ccrng_fortuna_ctx { struct
133 CC_SPTR(ccrng_fortuna_ctx, ccrng_fortuna_getentropy) getentropy; argument
166 void ccrng_fortuna_init(struct ccrng_fortuna_ctx *ctx, argument
180 bool ccrng_fortuna_refresh(struct ccrng_fortuna_ctx *ctx);
196 int ccrng_fortuna_generate(struct ccrng_fortuna_ctx *ctx, size_t nbytes, void *out);
H A Dcckprng.h112 struct ccrng_fortuna_ctx fortuna_ctx;