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

  /libcore/crypto/src/main/java/org/conscrypt/
NativeCrypto.java 775 public static native byte[] SSL_get_tls_channel_id(long ssl) throws SSLException;
    [all...]
OpenSSLSocketImpl.java     [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...]
  /libcore/crypto/src/test/java/org/conscrypt/
NativeCryptoTest.java 747 channelIdAfterHandshake = NativeCrypto.SSL_get_tls_channel_id(ssl);
    [all...]

Completed in 872 milliseconds