Searched refs:SSL_enable_tls_channel_id (Results 1 - 8 of 8) sorted by relevance

/external/boringssl/src/ssl/test/
H A Dbssl_shim.cc598 SSL_enable_tls_channel_id(ssl.get());
601 SSL_enable_tls_channel_id(ssl.get());
/external/boringssl/src/ssl/
H A Ds3_lib.c316 int SSL_enable_tls_channel_id(SSL *ssl) { function
/external/conscrypt/src/main/java/org/conscrypt/
H A DSSLParametersImpl.java401 NativeCrypto.SSL_enable_tls_channel_id(sslNativePointer);
H A DNativeCrypto.java811 public static native void SSL_enable_tls_channel_id(long ssl) throws SSLException; method in class:NativeCrypto
/external/boringssl/include/openssl/
H A Dssl.h1730 /* SSL_enable_tls_channel_id either configures a TLS server to accept TLS
1733 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/include/openssl/
H A Dssl.h1730 /* SSL_enable_tls_channel_id either configures a TLS server to accept TLS
1733 OPENSSL_EXPORT int SSL_enable_tls_channel_id(SSL *ssl);
2545 #define SSL_enable_tls_channel_id SSL_enable_tls_channel_id macro
/external/conscrypt/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java888 NativeCrypto.SSL_enable_tls_channel_id(s);
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp8236 long ret = SSL_enable_tls_channel_id(ssl);
10822 NATIVE_METHOD(NativeCrypto, SSL_enable_tls_channel_id, "(J)V"),

Completed in 110 milliseconds