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

/external/chromium_org/third_party/boringssl/src/ssl/test/
H A Dbssl_shim.cc475 if (!SSL_get_tls_channel_id(ssl, channel_id, sizeof(channel_id))) {
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLSocketImpl.java929 return NativeCrypto.SSL_get_tls_channel_id(sslNativePointer);
H A DNativeCrypto.java890 public static native byte[] SSL_get_tls_channel_id(long ssl) throws SSLException; method in class:NativeCrypto
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dssl.h1770 /* SSL_get_tls_channel_id gets the client's TLS Channel ID from a server SSL*
1775 #define SSL_get_tls_channel_id(ctx, channel_id, channel_id_len) \ macro
/external/openssl/include/openssl/
H A Dssl.h1786 /* SSL_get_tls_channel_id gets the client's TLS Channel ID from a server SSL*
1791 #define SSL_get_tls_channel_id(ctx, channel_id, channel_id_len) \ macro
/external/openssl/ssl/
H A Dssl.h1786 /* SSL_get_tls_channel_id gets the client's TLS Channel ID from a server SSL*
1791 #define SSL_get_tls_channel_id(ctx, channel_id, channel_id_len) \ macro
/external/conscrypt/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java921 channelIdAfterHandshake = NativeCrypto.SSL_get_tls_channel_id(ssl);
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp7363 // Unfortunately, the SSL_get_tls_channel_id method below always returns 64 (upon success)
7366 long ret = SSL_get_tls_channel_id(ssl, tmp, 64);
9749 NATIVE_METHOD(NativeCrypto, SSL_get_tls_channel_id, "(J)[B"),

Completed in 901 milliseconds