HomeSort by: relevance | last modified time | path
    Searched refs:SSL_SESSION_set1_hostname (Results 1 - 9 of 9) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_sess.c 881 int SSL_SESSION_set1_hostname(SSL_SESSION *s, const char *hostname)
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_sess.c 1026 int SSL_SESSION_set1_hostname(SSL_SESSION *s, const char *hostname)
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_sess.c 1018 int SSL_SESSION_set1_hostname(SSL_SESSION *s, const char *hostname)
  /src/crypto/external/bsd/openssl.old/dist/test/
sslapitest.c 3068 if (!TEST_true(SSL_SESSION_set1_hostname(sess, "goodhost"))
3105 || !TEST_true(SSL_SESSION_set1_hostname(serverpsk, "badhost")))
3110 if (!TEST_true(SSL_SESSION_set1_hostname(sess, "goodhost"))
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
ssl.h 1636 __owur int SSL_SESSION_set1_hostname(SSL_SESSION *s, const char *hostname);
  /src/crypto/external/apache2/openssl/dist/test/
sslapitest.c 4305 if (!TEST_true(SSL_SESSION_set1_hostname(sess, "goodhost"))
4342 || !TEST_true(SSL_SESSION_set1_hostname(serverpsk, "badhost")))
4347 if (!TEST_true(SSL_SESSION_set1_hostname(sess, "goodhost"))
  /src/crypto/external/bsd/openssl/dist/test/
sslapitest.c 4246 if (!TEST_true(SSL_SESSION_set1_hostname(sess, "goodhost"))
4283 || !TEST_true(SSL_SESSION_set1_hostname(serverpsk, "badhost")))
4288 if (!TEST_true(SSL_SESSION_set1_hostname(sess, "goodhost"))
  /src/crypto/external/apache2/openssl/dist/include/openssl/
ssl.h.in 1720 __owur int SSL_SESSION_set1_hostname(SSL_SESSION *s, const char *hostname);
  /src/crypto/external/bsd/openssl/dist/include/openssl/
ssl.h.in 1664 __owur int SSL_SESSION_set1_hostname(SSL_SESSION *s, const char *hostname);

Completed in 70 milliseconds