Searched refs:SSL_enable_tls_channel_id (Results 1 – 7 of 7) sorted by relevance
598 SSL_enable_tls_channel_id(ssl.get()); in DoExchange()601 SSL_enable_tls_channel_id(ssl.get()); in DoExchange()
1733 OPENSSL_EXPORT int SSL_enable_tls_channel_id(SSL *ssl);2545 #define SSL_enable_tls_channel_id SSL_enable_tls_channel_id macro
316 int SSL_enable_tls_channel_id(SSL *ssl) { in SSL_enable_tls_channel_id() function
401 NativeCrypto.SSL_enable_tls_channel_id(sslNativePointer); in setTlsChannelId()
811 public static native void SSL_enable_tls_channel_id(long ssl) throws SSLException; in SSL_enable_tls_channel_id() method in NativeCrypto
888 NativeCrypto.SSL_enable_tls_channel_id(s); in beforeHandshake()
8236 long ret = SSL_enable_tls_channel_id(ssl);10822 NATIVE_METHOD(NativeCrypto, SSL_enable_tls_channel_id, "(J)V"),