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

  /libcore/crypto/src/main/java/org/conscrypt/
NativeCrypto.java 777 public static native void SSL_set1_tls_channel_id(long ssl, long pkey);
    [all...]
OpenSSLSocketImpl.java 395 NativeCrypto.SSL_set1_tls_channel_id(sslNativePointer,
    [all...]
  /libcore/crypto/src/test/java/org/conscrypt/
NativeCryptoTest.java 343 NativeCrypto.SSL_set1_tls_channel_id(NULL, NULL);
352 NativeCrypto.SSL_set1_tls_channel_id(s, NULL);
359 NativeCrypto.SSL_set1_tls_channel_id(s, CHANNEL_ID_PRIVATE_KEY.getPkeyContext());
619 NativeCrypto.SSL_set1_tls_channel_id(s, channelIdPrivateKey.getPkeyContext());
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ssl.h     [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssl.h     [all...]
  /external/openssl/include/openssl/
ssl.h     [all...]
  /external/openssl/ssl/
ssl.h     [all...]
  /libcore/crypto/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 109 milliseconds