Home | History | Annotate | Download | only in apps

Lines Matching refs:tne

1692 	X509_NAME_ENTRY *tne,*push;
1814 tne=NULL;
1818 tne=X509_NAME_get_entry(name,j);
1826 if (tne != NULL)
1827 push=tne;
1831 if (tne == NULL)
1837 push=tne;
1843 if (tne == NULL)
1861 str=X509_NAME_ENTRY_get_data(tne);