Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/apps/openssl/
H A Dca.c1733 X509_NAME *subject = NULL, *dn_subject = NULL; in do_body() local
2079 if ((dn_subject = X509_NAME_dup(subject)) == NULL) { in do_body()
2083 while ((i = X509_NAME_get_index_by_NID(dn_subject, in do_body()
2085 tmpne = X509_NAME_get_entry(dn_subject, i); in do_body()
2088 if (X509_NAME_delete_entry(dn_subject, i) == NULL) { in do_body()
2095 if (!X509_set_subject_name(ret, dn_subject)) in do_body()
2098 X509_NAME_free(dn_subject); in do_body()
2099 dn_subject = NULL; in do_body()
2289 X509_NAME_free(dn_subject); in do_body()