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

/external/boringssl/src/ssl/
H A Ds3_lib.c353 size_t SSL_get_tls_channel_id(SSL *ssl, uint8_t *out, size_t max_out) { function
/external/boringssl/include/openssl/
H A Dssl.h2335 /* SSL_get_tls_channel_id gets the client's TLS Channel ID from a server |SSL*|
2340 OPENSSL_EXPORT size_t SSL_get_tls_channel_id(SSL *ssl, uint8_t *out,
4266 #define SSL_get_tls_channel_id SSL_get_tls_channel_id macro
/external/boringssl/src/include/openssl/
H A Dssl.h2335 /* SSL_get_tls_channel_id gets the client's TLS Channel ID from a server |SSL*|
2340 OPENSSL_EXPORT size_t SSL_get_tls_channel_id(SSL *ssl, uint8_t *out,
4266 #define SSL_get_tls_channel_id SSL_get_tls_channel_id macro
/external/conscrypt/src/main/java/org/conscrypt/
H A DNativeCrypto.java850 public static native byte[] SSL_get_tls_channel_id(long ssl) throws SSLException; method in class:NativeCrypto
H A DOpenSSLSocketImpl.java993 return NativeCrypto.SSL_get_tls_channel_id(sslNativePointer);
/external/boringssl/src/ssl/test/
H A Dbssl_shim.cc1033 if (!SSL_get_tls_channel_id(ssl, channel_id, sizeof(channel_id))) {
/external/conscrypt/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java924 channelIdAfterHandshake = NativeCrypto.SSL_get_tls_channel_id(ssl);
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp8253 // Unfortunately, the SSL_get_tls_channel_id method below always returns 64 (upon success)
8256 long ret = SSL_get_tls_channel_id(ssl, tmp, 64);
11243 NATIVE_METHOD(NativeCrypto, SSL_get_tls_channel_id, "(J)[B"),
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 376 milliseconds