Home
last modified time | relevance | path

Searched defs:clientSessionContext (Results 1 – 5 of 5) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLContextImpl.java50 private final ClientSessionContext clientSessionContext; field in OpenSSLContextImpl
DSSLParametersImpl.java57 private final ClientSessionContext clientSessionContext; field in SSLParametersImpl
117 SecureRandom sr, ClientSessionContext clientSessionContext, in SSLParametersImpl()
DConscryptFileDescriptorSocket.java1096 private ClientSessionContext clientSessionContext() { in clientSessionContext() method in ConscryptFileDescriptorSocket
DConscryptEngine.java1721 private ClientSessionContext clientSessionContext() { in clientSessionContext() method in ConscryptEngine
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DNativeCryptoTest.java1180 final long clientSessionContext = in test_SSL_do_handshake_reusedSession() local