Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/apps/openssl/
H A Dca.c1739 X509_NAME_ENTRY *tne, *push; in do_body() local
1860 tne = NULL; in do_body()
1862 tne = X509_NAME_get_entry(name, j); in do_body()
1863 if (tne == NULL) in do_body()
1871 if (tne != NULL) in do_body()
1872 push = tne; in do_body()
1874 if (tne == NULL) { in do_body()
1880 push = tne; in do_body()
1884 if (tne == NULL) { in do_body()
1905 str = X509_NAME_ENTRY_get_data(tne); in do_body()