Searched refs:clientSessionContext (Results 1 - 11 of 11) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLContextImpl.java50 private final ClientSessionContext clientSessionContext; field in class:OpenSSLContextImpl
64 clientSessionContext = new ClientSessionContext();
75 clientSessionContext = new ClientSessionContext();
79 clientSessionContext = DEFAULT_SSL_CONTEXT_IMPL.engineGetClientSessionContext();
83 DEFAULT_SSL_CONTEXT_IMPL.getTrustManagers(), null, clientSessionContext,
102 kms, tms, sr, clientSessionContext, serverSessionContext, algorithms);
148 return clientSessionContext;
H A DSSLParametersImpl.java57 private final ClientSessionContext clientSessionContext; field in class:SSLParametersImpl
117 SecureRandom sr, ClientSessionContext clientSessionContext,
121 this.clientSessionContext = clientSessionContext;
174 return client_mode ? clientSessionContext : serverSessionContext;
181 return clientSessionContext;
116 SSLParametersImpl(KeyManager[] kms, TrustManager[] tms, SecureRandom sr, ClientSessionContext clientSessionContext, ServerSessionContext serverSessionContext, String[] protocols) argument
H A DConscryptFileDescriptorSocket.java195 SslSessionWrapper cachedSession = clientSessionContext().getCachedSession(
1096 private ClientSessionContext clientSessionContext() { method in class:ConscryptFileDescriptorSocket
H A DConscryptEngine.java395 SslSessionWrapper cachedSession = clientSessionContext().getCachedSession(
1721 private ClientSessionContext clientSessionContext() { method in class:ConscryptEngine
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java1180 final long clientSessionContext =
1190 NativeCrypto.SSL_set_session(sslNativePtr, clientSessionContext);
1220 NativeCrypto.SSL_SESSION_free(clientSessionContext);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
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 1421 milliseconds