HomeSort by: relevance | last modified time | path
    Searched defs:tne (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/apps/
ca.c 1401 X509_NAME_ENTRY *ne, *tne; local
1508 tne = NULL;
1510 tne = X509_NAME_get_entry(name, j);
1516 if (tne != NULL)
1517 push = tne;
1519 if (tne == NULL) {
1525 push = tne;
1530 if (tne == NULL) {
1549 str = X509_NAME_ENTRY_get_data(tne);
  /src/crypto/external/apache2/openssl/dist/apps/
ca.c 1504 X509_NAME_ENTRY *ne, *tne; local
1608 tne = NULL;
1610 tne = X509_NAME_get_entry(name, j);
1616 if (tne != NULL)
1617 push = tne;
1619 if (tne == NULL) {
1625 push = tne;
1630 if (tne == NULL) {
1650 str = X509_NAME_ENTRY_get_data(tne);
  /src/crypto/external/bsd/openssl/dist/apps/
ca.c 1507 X509_NAME_ENTRY *ne, *tne; local
1613 tne = NULL;
1615 tne = X509_NAME_get_entry(name, j);
1621 if (tne != NULL)
1622 push = tne;
1624 if (tne == NULL) {
1630 push = tne;
1635 if (tne == NULL) {
1654 str = X509_NAME_ENTRY_get_data(tne);

Completed in 195 milliseconds