Home
last modified time | relevance | path

Searched refs:SSL_enable_tls_channel_id (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/ssl/test/
Dbssl_shim.cc598 SSL_enable_tls_channel_id(ssl.get()); in DoExchange()
601 SSL_enable_tls_channel_id(ssl.get()); in DoExchange()
/external/boringssl/src/include/openssl/
Dssl.h1733 OPENSSL_EXPORT int SSL_enable_tls_channel_id(SSL *ssl);
2545 #define SSL_enable_tls_channel_id SSL_enable_tls_channel_id macro
/external/boringssl/src/ssl/
Ds3_lib.c316 int SSL_enable_tls_channel_id(SSL *ssl) { in SSL_enable_tls_channel_id() function
/external/conscrypt/src/main/java/org/conscrypt/
DSSLParametersImpl.java401 NativeCrypto.SSL_enable_tls_channel_id(sslNativePointer); in setTlsChannelId()
DNativeCrypto.java811 public static native void SSL_enable_tls_channel_id(long ssl) throws SSLException; in SSL_enable_tls_channel_id() method in NativeCrypto
/external/conscrypt/src/test/java/org/conscrypt/
DNativeCryptoTest.java888 NativeCrypto.SSL_enable_tls_channel_id(s); in beforeHandshake()
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp8236 long ret = SSL_enable_tls_channel_id(ssl);
10822 NATIVE_METHOD(NativeCrypto, SSL_enable_tls_channel_id, "(J)V"),