Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/openssl/apps/
H A Dca.c1671 X509_NAME *name=NULL,*CAname=NULL,*subject=NULL, *dn_subject=NULL; in do_body() local
1892 dn_subject = subject; in do_body()
1899 if (!(dn_subject = X509_NAME_dup(subject))) in do_body()
1904 while((i = X509_NAME_get_index_by_NID(dn_subject, in do_body()
1907 tmpne = X509_NAME_get_entry(dn_subject, i); in do_body()
1908 X509_NAME_delete_entry(dn_subject, i); in do_body()
2089 if (!X509_set_subject_name(ret,dn_subject)) goto err; in do_body()
2195 if ((dn_subject != NULL) && !email_dn) in do_body()
2196 X509_NAME_free(dn_subject); in do_body()