Home
last modified time | relevance | path

Searched defs:SSL_enable_tls_channel_id (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/ssl/
Dssl_lib.cc2103 int SSL_enable_tls_channel_id(SSL *ssl) { in SSL_enable_tls_channel_id() function
/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeCrypto.java867 … static native void SSL_enable_tls_channel_id(long ssl, NativeSsl ssl_holder) throws SSLException; in SSL_enable_tls_channel_id() method in NativeCrypto