Lines Matching refs:pctx
149 errno_t p11_refresh_certmap_ctx(struct pam_ctx *pctx,
156 ret = sss_certmap_init(pctx, ext_debug, NULL, &sss_certmap_ctx);
198 sss_certmap_free_ctx(pctx->sss_certmap_ctx);
199 pctx->sss_certmap_ctx = sss_certmap_ctx;
207 errno_t p11_child_init(struct pam_ctx *pctx)
212 struct sss_domain_info *dom = pctx->rctx->domains;
224 ret = p11_refresh_certmap_ctx(pctx, dom->certmaps);
230 return child_debug_init(P11_CHILD_LOG_FILE, &pctx->p11_child_debug_fd);
233 bool may_do_cert_auth(struct pam_ctx *pctx, struct pam_data *pd)
239 if (!pctx->cert_auth) {