Searched refs:ipa_auth_ctx (Results 1 - 4 of 4) sorted by relevance

/sssd-io/src/providers/ipa/
H A Dipa_auth.h33 struct ipa_auth_ctx *auth_ctx,
H A Dipa_init.c58 struct ipa_auth_ctx *auth_ctx;
359 struct ipa_auth_ctx **_ipa_auth_ctx)
361 struct ipa_auth_ctx *ipa_auth_ctx; local
364 ipa_auth_ctx = talloc_zero(mem_ctx, struct ipa_auth_ctx);
365 if (ipa_auth_ctx == NULL) {
369 ipa_auth_ctx->sdap_id_ctx = ipa_id_ctx->sdap_id_ctx;
371 ret = dp_copy_options(ipa_auth_ctx, ipa_options->basic,
372 IPA_OPTS_BASIC, &ipa_auth_ctx
523 struct ipa_auth_ctx *ipa_auth_ctx; local
[all...]
H A Dipa_common.h178 struct ipa_auth_ctx { struct
221 struct ipa_auth_ctx *auth_ctx;
H A Dipa_auth.c172 struct ipa_auth_ctx *auth_ctx;
186 struct ipa_auth_ctx *auth_ctx,

Completed in 1935 milliseconds