Searched defs:channelIdPrivateKey (Results 1 – 4 of 4) sorted by relevance
281 void initialize(String hostname, OpenSSLKey channelIdPrivateKey) throws IOException { in initialize()417 private void setTlsChannelId(OpenSSLKey channelIdPrivateKey) throws SSLException { in setTlsChannelId()
103 private OpenSSLKey channelIdPrivateKey; field in ConscryptFileDescriptorSocket190 ssl.initialize(getHostname(), channelIdPrivateKey); in startHandshake() local
158 private OpenSSLKey channelIdPrivateKey; field in ConscryptEngine390 ssl.initialize(getHostname(), channelIdPrivateKey); in beginHandshakeInternal() local
725 private OpenSSLKey channelIdPrivateKey; field in NativeCryptoTest.Hooks