Lines Matching defs:sss_certmap_ctx
153 struct sss_certmap_ctx *sss_certmap_ctx = NULL;
156 ret = sss_certmap_init(pctx, ext_debug, NULL, &sss_certmap_ctx);
164 ret = sss_certmap_add_rule(sss_certmap_ctx, SSS_CERTMAP_MIN_PRIO,
180 ret = sss_certmap_add_rule(sss_certmap_ctx, certmap_list[c]->priority,
198 sss_certmap_free_ctx(pctx->sss_certmap_ctx);
199 pctx->sss_certmap_ctx = sss_certmap_ctx;
201 sss_certmap_free_ctx(sss_certmap_ctx);
326 struct sss_certmap_ctx *sss_certmap_ctx,
494 ret = sss_certmap_match_cert(sss_certmap_ctx, der, der_size);
528 struct sss_certmap_ctx *sss_certmap_ctx;
547 struct sss_certmap_ctx *sss_certmap_ctx,
577 if (sss_certmap_ctx == NULL) {
639 state->sss_certmap_ctx = sss_certmap_ctx;
803 ret = parse_p11_child_response(state, buf, buf_len, state->sss_certmap_ctx,
854 struct sss_certmap_ctx *ctx = NULL;