Searched refs:cont (Results 1 - 2 of 2) sorted by relevance
/sssd-io/src/lib/certmap/ |
H A D | sss_cert_content_crypto.c | 707 struct sss_cert_content *cont = NULL; 717 cont = talloc_zero(mem_ctx, struct sss_cert_content); 718 if (cont == NULL) { 737 ret = get_rdn_list(cont, tmp_name, &cont->issuer_rdn_list); 742 ret = rdn_list_2_dn_str(cont, NULL, cont->issuer_rdn_list, 743 &cont->issuer_str); 750 ret = get_rdn_list(cont, tmp_name, &cont [all...] |
H A D | sss_cert_content_nss.c | 833 struct sss_cert_content *cont = NULL; local 853 cont = talloc_zero(mem_ctx, struct sss_cert_content); 854 if (cont == NULL) { 868 cont->issuer_str = talloc_strdup(cont, cert->issuerName); 869 if (cont->issuer_str == NULL) { 874 ret = get_rdn_list(cont, cert->issuer.rdns, &cont->issuer_rdn_list); 879 cont->subject_str = talloc_strdup(cont, cer [all...] |
Completed in 7 milliseconds