Searched defs:SSL_set1_tls_channel_id (Results 1 - 4 of 4) sorted by relevance

/external/conscrypt/src/main/java/org/conscrypt/
H A DNativeCrypto.java892 public static native void SSL_set1_tls_channel_id(long ssl, long pkey); method in class:NativeCrypto
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dssl.h1763 /* SSL_set1_tls_channel_id configures a TLS client to send a TLS Channel ID to
1766 #define SSL_set1_tls_channel_id(s, private_key) \ macro
/external/openssl/include/openssl/
H A Dssl.h1779 /* SSL_set1_tls_channel_id configures a TLS client to send a TLS Channel ID to
1782 #define SSL_set1_tls_channel_id(s, private_key) \ macro
/external/openssl/ssl/
H A Dssl.h1779 /* SSL_set1_tls_channel_id configures a TLS client to send a TLS Channel ID to
1782 #define SSL_set1_tls_channel_id(s, private_key) \ macro

Completed in 91 milliseconds