Searched refs:san_list (Results 1 - 6 of 6) sorted by relevance

/sssd-io/src/lib/certmap/
H A Dsss_certmap.c315 struct san_list *san_list, char **expanded)
317 struct san_list *item;
321 DLIST_FOR_EACH(item, san_list) {
339 struct san_list *san_list, const char *attr_name,
342 struct san_list *item;
345 DLIST_FOR_EACH(item, san_list) {
370 struct san_list *san_list,
314 expand_san_blob(struct sss_certmap_ctx *ctx, enum san_opt san_opt, struct san_list *san_list, char **expanded) argument
338 expand_san_string(struct sss_certmap_ctx *ctx, enum san_opt san_opt, struct san_list *san_list, const char *attr_name, char **expanded) argument
368 expand_san_rdn_list(struct sss_certmap_ctx *ctx, enum san_opt san_opt, struct san_list *san_list, const char *conversion, char **expanded) argument
394 expand_san(struct sss_certmap_ctx *ctx, struct parsed_template *parsed_template, struct san_list *san_list, char **expanded) argument
538 check_san_regexp(struct sss_certmap_ctx *ctx, enum san_opt san_opt, regex_t regexp, struct san_list *san_list) argument
570 check_san_blob(enum san_opt san_opt, uint8_t *bin_val, size_t bin_val_len, struct san_list *san_list) argument
595 check_san_str_other_name(enum san_opt san_opt, const char *str_other_name_oid, regex_t regexp, struct san_list *san_list) argument
629 do_san_match(struct sss_certmap_ctx *ctx, struct component_list *comp, struct san_list *san_list) argument
[all...]
H A Dsss_certmap_int.h146 struct san_list { struct
154 struct san_list *prev;
155 struct san_list *next;
176 struct san_list *san_list; member in struct:sss_cert_content
203 struct san_list **item);
206 const char *princ, struct san_list **item);
H A Dsss_cert_content_crypto.c97 struct san_list **item)
99 struct san_list *i = NULL;
110 i = talloc_zero(mem_ctx, struct san_list);
154 struct san_list **item)
156 struct san_list *i = NULL;
164 i = talloc_zero(mem_ctx, struct san_list);
206 struct san_list **item)
208 struct san_list *i = NULL;
232 i = talloc_zero(mem_ctx, struct san_list);
296 struct san_list **ite
[all...]
H A Dsss_cert_content_common.c55 struct san_list **item)
57 struct san_list *i;
63 i = talloc_zero(mem_ctx, struct san_list);
86 const char *princ, struct san_list **item)
88 struct san_list *i = NULL;
91 i = talloc_zero(mem_ctx, struct san_list);
H A Dsss_cert_content_nss.c371 struct san_list **item)
373 struct san_list *i = NULL;
385 i = talloc_zero(mem_ctx, struct san_list);
423 struct san_list **item)
425 struct san_list *i = NULL;
437 i = talloc_zero(mem_ctx, struct san_list);
471 struct san_list **item)
473 struct san_list *i = NULL;
492 i = talloc_zero(mem_ctx, struct san_list);
549 struct san_list **ite
656 get_san(TALLOC_CTX *mem_ctx, CERTCertificate *cert, struct san_list **san_list) argument
[all...]
/sssd-io/src/tests/cmocka/
H A Dtest_certmap.c840 struct san_list *i;
887 assert_non_null(content->san_list);
889 DLIST_FOR_EACH(i, content->san_list) {

Completed in 15 milliseconds