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

/external/conscrypt/common/src/main/java/org/conscrypt/
H A DSslWrapper.java281 void initialize(String hostname, OpenSSLKey channelIdPrivateKey) throws IOException { argument
368 setTlsChannelId(channelIdPrivateKey);
417 private void setTlsChannelId(OpenSSLKey channelIdPrivateKey) throws SSLException { argument
424 if (channelIdPrivateKey == null) {
427 NativeCrypto.SSL_set1_tls_channel_id(ssl, channelIdPrivateKey.getNativeRef());
H A DConscryptFileDescriptorSocket.java103 private OpenSSLKey channelIdPrivateKey; field in class:ConscryptFileDescriptorSocket
190 ssl.initialize(getHostname(), channelIdPrivateKey);
816 channelIdPrivateKey = null;
829 channelIdPrivateKey =
H A DConscryptEngine.java158 private OpenSSLKey channelIdPrivateKey; field in class:ConscryptEngine
289 channelIdPrivateKey = null;
304 channelIdPrivateKey =
390 ssl.initialize(getHostname(), channelIdPrivateKey);
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java725 private OpenSSLKey channelIdPrivateKey; field in class:NativeCryptoTest.Hooks
754 if (channelIdPrivateKey != null) {
755 NativeCrypto.SSL_set1_tls_channel_id(s, channelIdPrivateKey.getNativeRef());
1352 cHooks.channelIdPrivateKey = CHANNEL_ID_PRIVATE_KEY;
1387 cHooks.channelIdPrivateKey = CHANNEL_ID_PRIVATE_KEY;
1422 cHooks.channelIdPrivateKey = null;
/external/robolectric/v3/runtime/
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/ ...
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/ ...

Completed in 905 milliseconds