HomeSort by relevance Sort by last modified time
    Searched refs:SSL_get_servername (Results 1 - 8 of 8) sorted by null

  /external/openssl/include/openssl/
tls1.h 223 const char *SSL_get_servername(const SSL *s, const int type) ;
  /external/openssl/ssl/
tls1.h 223 const char *SSL_get_servername(const SSL *s, const int type) ;
ssl_lib.c     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java     [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 515 public static native String SSL_get_servername(int sslNativePointer);
  /libcore/luni/src/main/native/
NativeCrypto.cpp     [all...]
  /external/openssl/apps/
s_client.c 362 const char * hn= SSL_get_servername(s, TLSEXT_NAMETYPE_host_name);
366 BIO_printf(bio_err,"Can't use SSL_get_servername\n");
    [all...]
s_server.c 664 const char * servername = SSL_get_servername(s, TLSEXT_NAMETYPE_host_name);
    [all...]

Completed in 316 milliseconds