Searched refs:dn_subject (Results 1 – 1 of 1) sorted by relevance
1791 X509_NAME *dn_subject; in do_body() local1797 if ((dn_subject = X509_NAME_dup(subject)) == NULL) { in do_body()1802 while ((i = X509_NAME_get_index_by_NID(dn_subject, in do_body()1806 tmpne = X509_NAME_delete_entry(dn_subject, i--); in do_body()1810 if (!X509_set_subject_name(ret, dn_subject)) { in do_body()1811 X509_NAME_free(dn_subject); in do_body()1814 X509_NAME_free(dn_subject); in do_body()