Home
last modified time | relevance | path

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

/xnu-8796.141.3/EXTERNAL_HEADERS/corecrypto/
H A Dccrng_fortuna.h116 struct ccrng_fortuna_ctx { struct
135 CC_SPTR(ccrng_fortuna_ctx, ccrng_fortuna_getentropy) getentropy; argument
168 void ccrng_fortuna_init(struct ccrng_fortuna_ctx *ctx, argument
182 bool ccrng_fortuna_refresh(struct ccrng_fortuna_ctx *ctx);
198 int ccrng_fortuna_generate(struct ccrng_fortuna_ctx *ctx, size_t nbytes, void *out);
H A Dcckprng.h112 struct ccrng_fortuna_ctx fortuna_ctx;