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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 761 public static native void SSL_enable_tls_channel_id(long ssl) throws SSLException;
    [all...]
OpenSSLSocketImpl.java 392 NativeCrypto.SSL_enable_tls_channel_id(sslNativePointer);
    [all...]
  /external/openssl/include/openssl/
ssl.h     [all...]
  /external/openssl/ssl/
ssl.h     [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 745 NativeCrypto.SSL_enable_tls_channel_id(s);
    [all...]

Completed in 140 milliseconds