Home
last modified time | relevance | path

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

/xnu-8796.141.3/EXTERNAL_HEADERS/corecrypto/
H A Dccrng_schedule.h47 typedef struct ccrng_schedule_ctx ccrng_schedule_ctx_t; typedef
52 ccrng_schedule_action_t (*read)(ccrng_schedule_ctx_t *ctx);
53 void (*update)(ccrng_schedule_ctx_t *ctx, ccrng_schedule_result_t result);
60 ccrng_schedule_action_t ccrng_schedule_read(ccrng_schedule_ctx_t *ctx);
62 void ccrng_schedule_update(ccrng_schedule_ctx_t *ctx, ccrng_schedule_result_t update);
70 ccrng_schedule_ctx_t schedule_ctx;
81 ccrng_schedule_ctx_t schedule_ctx;
89 ccrng_schedule_ctx_t schedule_ctx;
H A Dccrng_crypto.h36 ccrng_schedule_ctx_t *schedule_ctx;
53 ccrng_schedule_ctx_t *schedule_ctx,