Home
last modified time | relevance | path

Searched refs:dn_subject (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/
H A Dca.c1786 X509_NAME *dn_subject; in do_body() local
1792 if ((dn_subject = X509_NAME_dup(subject)) == NULL) { in do_body()
1797 while ((i = X509_NAME_get_index_by_NID(dn_subject, in do_body()
1800 tmpne = X509_NAME_delete_entry(dn_subject, i--); in do_body()
1804 if (!X509_set_subject_name(ret, dn_subject)) { in do_body()
1805 X509_NAME_free(dn_subject); in do_body()
1808 X509_NAME_free(dn_subject); in do_body()
/third_party/openssl/apps/
H A Dca.c1766 X509_NAME *dn_subject; in do_body() local
1772 if ((dn_subject = X509_NAME_dup(subject)) == NULL) { in do_body()
1777 while ((i = X509_NAME_get_index_by_NID(dn_subject, in do_body()
1780 tmpne = X509_NAME_delete_entry(dn_subject, i--); in do_body()
1784 if (!X509_set_subject_name(ret, dn_subject)) { in do_body()
1785 X509_NAME_free(dn_subject); in do_body()
1788 X509_NAME_free(dn_subject); in do_body()

Completed in 8 milliseconds