Lines Matching refs:auth_ctx
58 struct ipa_auth_ctx *auth_ctx;
67 if (ipa_init_ctx == NULL || ipa_init_ctx->auth_ctx == NULL) {
71 return ipa_init_ctx->auth_ctx->krb5_auth_ctx;
533 ipa_options->auth_ctx = ipa_auth_ctx;
541 ipa_options->auth_ctx->krb5_auth_ctx = krb5_auth_ctx;
549 ipa_options->auth_ctx->sdap_auth_ctx = sdap_auth_ctx;
717 /* Initialize auth_ctx only if one of the target is enabled. */
720 init_ctx->id_ctx, &init_ctx->auth_ctx);
772 struct ipa_auth_ctx *auth_ctx;
775 auth_ctx = init_ctx->auth_ctx;
778 ipa_pam_auth_handler_send, ipa_pam_auth_handler_recv, auth_ctx,