Searched defs:sss_certmap_ctx (Results 1 - 5 of 5) sorted by relevance

/sssd-io/src/providers/ldap/
H A Dsdap_certmap.c29 struct sss_certmap_ctx *certmap_ctx;
55 struct sss_certmap_ctx *sdap_get_sss_certmap(struct sdap_certmap_ctx *ctx)
64 struct sss_certmap_ctx *sss_certmap_ctx = NULL; local
78 ret = sss_certmap_init(sdap_certmap_ctx, ext_debug, NULL, &sss_certmap_ctx);
91 ret = sss_certmap_add_rule(sss_certmap_ctx, certmap_list[c]->priority,
110 sdap_certmap_ctx->certmap_ctx = sss_certmap_ctx;
112 sss_certmap_free_ctx(sss_certmap_ctx);
/sssd-io/src/responder/pam/
H A Dpamsrv.h53 struct sss_certmap_ctx *sss_certmap_ctx; member in struct:pam_ctx
110 struct sss_certmap_ctx *sss_certmap_ctx,
H A Dpamsrv_p11.c153 struct sss_certmap_ctx *sss_certmap_ctx = NULL; local
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_ct
324 parse_p11_child_response(TALLOC_CTX *mem_ctx, uint8_t *buf, ssize_t buf_len, struct sss_certmap_ctx *sss_certmap_ctx, struct cert_auth_info **_cert_list) argument
528 struct sss_certmap_ctx *sss_certmap_ctx; member in struct:pam_check_cert_state
541 pam_check_cert_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, int child_debug_fd, const char *nss_db, time_t timeout, const char *verify_opts, struct sss_certmap_ctx *sss_certmap_ctx, struct pam_data *pd) argument
[all...]
/sssd-io/src/tests/cmocka/
H A Dtest_sdap_certmap.c120 struct sss_certmap_ctx *sss_certmap_ctx; local
122 sss_certmap_ctx = sdap_get_sss_certmap(NULL);
123 assert_null(sss_certmap_ctx);
128 sss_certmap_ctx = sdap_get_sss_certmap(
130 assert_non_null(sss_certmap_ctx);
141 struct sss_certmap_ctx *sss_certmap_ref;
167 struct sss_certmap_ctx *sss_certmap_ref;
/sssd-io/src/lib/certmap/
H A Dsss_certmap_int.h139 struct sss_certmap_ctx { struct
190 int parse_krb5_match_rule(struct sss_certmap_ctx *ctx,
194 int parse_ldap_mapping_rule(struct sss_certmap_ctx *ctx,

Completed in 14 milliseconds