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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 771 public static void SSL_set1_tls_channel_id(long ssl, PrivateKey privateKey)
    [all...]
OpenSSLSocketImpl.java 387 NativeCrypto.SSL_set1_tls_channel_id(sslNativePointer, channelIdPrivateKey);
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 342 NativeCrypto.SSL_set1_tls_channel_id(NULL, null);
351 NativeCrypto.SSL_set1_tls_channel_id(s, null);
357 NativeCrypto.SSL_set1_tls_channel_id(s, CHANNEL_ID_PRIVATE_KEY);
629 NativeCrypto.SSL_set1_tls_channel_id(s, channelIdPrivateKey);
    [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...]

Completed in 39 milliseconds