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

/freebsd-10-stable/crypto/openssl/apps/
H A Dca.c1635 X509_NAME_ENTRY *tne, *push; local
1752 tne = NULL;
1754 tne = X509_NAME_get_entry(name, j);
1761 if (tne != NULL)
1762 push = tne;
1764 if (tne == NULL) {
1770 push = tne;
1774 if (tne == NULL) {
1793 str = X509_NAME_ENTRY_get_data(tne);

Completed in 46 milliseconds