Searched refs:CEQueryContext (Results 1 – 5 of 5) sorted by relevance
20 struct CEQueryContext { struct26 …agedContext(const CERuntime_t rt, CEValidationResult validationResult, struct CEQueryContext* ctx); argument33 struct CEQueryContext CEConjureContextFromDER(der_vm_context_t der_context);
12 typedef struct CEQueryContext* CEQueryContext_t;
201 struct CEQueryContext entitlements_ctx_storage;202 struct CEQueryContext *entitlements_ctx;364 struct CEQueryContext core_entitlements_ctx;365 struct CEQueryContext *ce_ctx;
12702 memset(&profile_obj->entitlements_ctx_storage, 0, sizeof(struct CEQueryContext));12724 struct CEQueryContext query_ctx = {0};
1501 struct CEQueryContext queryCtx = {}; in copyClientEntitlement()