Home
last modified time | relevance | path

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

/xnu-12377.1.9/EXTERNAL_HEADERS/corecrypto/
H A Dccrng_schedule.h36 typedef struct ccrng_schedule_ctx ccrng_schedule_ctx_t; typedef
41 ccrng_schedule_action_t (*read)(ccrng_schedule_ctx_t *ctx);
42 void (*notify_reseed)(ccrng_schedule_ctx_t *ctx);
50 ccrng_schedule_action_t ccrng_schedule_read(ccrng_schedule_ctx_t *ctx);
52 void ccrng_schedule_notify_reseed(ccrng_schedule_ctx_t *ctx);
60 ccrng_schedule_ctx_t schedule_ctx;
71 ccrng_schedule_ctx_t schedule_ctx;
81 ccrng_schedule_ctx_t schedule_ctx;
95 ccrng_schedule_ctx_t schedule_ctx;
96 ccrng_schedule_ctx_t *left;
[all …]
H A Dccrng_crypto.h36 ccrng_schedule_ctx_t *schedule_ctx;
53 ccrng_schedule_ctx_t *schedule_ctx,