Searched defs:hbac_ctx (Results 1 - 3 of 3) sorted by relevance

/sssd/src/providers/ipa/
H A Dipa_access.h48 struct hbac_ctx { struct
H A Dipa_hbac_common.c196 struct hbac_ctx *hbac_ctx,
202 struct hbac_ctx *hbac_ctx,
207 struct hbac_ctx *hbac_ctx,
224 hbac_ctx->rule_count + 1);
231 for (i = 0; i < hbac_ctx->rule_count ; i++) {
232 ret = hbac_attrs_to_rule(new_rules, hbac_ctx, i, &(new_rules[i]));
243 ret = hbac_ctx_to_eval_request(tmp_ctx, hbac_ctx,
206 hbac_ctx_to_rules(TALLOC_CTX *mem_ctx, struct hbac_ctx *hbac_ctx, struct hbac_rule ***rules, struct hbac_eval_req **request) argument
259 hbac_attrs_to_rule(TALLOC_CTX *mem_ctx, struct hbac_ctx *hbac_ctx, size_t idx, struct hbac_rule **rule) argument
419 hbac_ctx_to_eval_request(TALLOC_CTX *mem_ctx, struct hbac_ctx *hbac_ctx, struct hbac_eval_req **request) argument
[all...]
H A Dipa_access.c579 struct hbac_ctx hbac_ctx; local
591 hbac_ctx.be_ctx = be_ctx;
592 hbac_ctx.ipa_options = ipa_options;
593 hbac_ctx.pd = pd;
597 &hbac_ctx.rule_count, &hbac_ctx.rules);
603 ret = hbac_ctx_to_rules(tmp_ctx, &hbac_ctx, &hbac_rules, &eval_req);

Completed in 12 milliseconds