Searched refs:simple_ctx (Results 1 - 5 of 5) sorted by relevance

/sssd/src/providers/simple/
H A Dsimple_access_pvt.h32 struct simple_ctx *simple_ctx,
41 int simple_access_obtain_filter_lists(struct simple_ctx *ctx);
H A Dsimple_access.h27 struct simple_ctx { struct
41 struct simple_ctx *ctx,
H A Dsimple_access.c111 int simple_access_obtain_filter_lists(struct simple_ctx *ctx)
182 struct simple_ctx *simple_ctx,
210 if ((now - simple_ctx->last_refresh_of_filter_lists)
213 ret = simple_access_obtain_filter_lists(simple_ctx);
220 simple_ctx->last_refresh_of_filter_lists = now;
223 subreq = simple_access_check_send(state, params->ev, simple_ctx, pd->user);
290 struct simple_ctx *ctx;
292 ctx = talloc_zero(mem_ctx, struct simple_ctx);
304 struct simple_ctx, struc
181 simple_access_handler_send(TALLOC_CTX *mem_ctx, struct simple_ctx *simple_ctx, struct pam_data *pd, struct dp_req_params *params) argument
[all...]
H A Dsimple_access_check.c49 simple_check_users(struct simple_ctx *ctx, const char *username,
122 simple_check_groups(struct simple_ctx *ctx, const char **group_names,
210 struct simple_ctx *ctx;
222 struct simple_ctx *ctx,
388 struct simple_ctx *ctx;
413 struct simple_ctx *ctx,
698 struct simple_ctx *ctx;
708 struct simple_ctx *ctx,
/sssd/src/tests/cmocka/
H A Dtest_simple_access.c45 struct simple_ctx *ctx;
140 test_ctx->ctx = talloc_zero(test_ctx, struct simple_ctx);

Completed in 719 milliseconds