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

/freebsd-9.3-release/crypto/openssl/apps/
H A Dca.c1604 X509_NAME_ENTRY *tne, *push; local
1719 tne = NULL;
1721 tne = X509_NAME_get_entry(name, j);
1728 if (tne != NULL)
1729 push = tne;
1731 if (tne == NULL) {
1737 push = tne;
1741 if (tne == NULL) {
1760 str = X509_NAME_ENTRY_get_data(tne);

Completed in 102 milliseconds