Searched refs:SSL_enable_tls_channel_id (Results 1 – 12 of 12) sorted by relevance
468 NativeCrypto.SSL_enable_tls_channel_id(ssl, this); in setTlsChannelId()
888 … static native void SSL_enable_tls_channel_id(long ssl, NativeSsl ssl_holder) throws SSLException; in SSL_enable_tls_channel_id() method in NativeCrypto
469 NativeCrypto.SSL_enable_tls_channel_id(ssl, this); in setTlsChannelId()
928 … static native void SSL_enable_tls_channel_id(long ssl, NativeSsl ssl_holder) throws SSLException; in SSL_enable_tls_channel_id() method in NativeCrypto
181 SSL_enable_tls_channel_id
1733 '#define SSL_enable_tls_channel_id GRPC_SHADOW_SSL_enable_tls_channel_id',
4373 OPENSSL_EXPORT int SSL_enable_tls_channel_id(SSL *ssl);
2240 int SSL_enable_tls_channel_id(SSL *ssl) { in SSL_enable_tls_channel_id() function
209 #define SSL_enable_tls_channel_id GRPC_SHADOW_SSL_enable_tls_channel_id macro
940 NativeCrypto.SSL_enable_tls_channel_id(s, null); in beforeHandshake()
948 NativeCrypto.SSL_enable_tls_channel_id(s, null); in beforeHandshake()
6664 long ret = SSL_enable_tls_channel_id(ssl); in NativeCrypto_SSL_enable_tls_channel_id()10124 CONSCRYPT_NATIVE_METHOD(SSL_enable_tls_channel_id, "(J" REF_SSL ")V"),