HomeSort by relevance Sort by last modified time
    Searched refs:channelIdPrivateKey (Results 1 - 2 of 2) sorted by null

  /libcore/crypto/src/main/java/org/conscrypt/
OpenSSLSocketImpl.java 83 private OpenSSLKey channelIdPrivateKey;
392 if (channelIdPrivateKey == null) {
396 channelIdPrivateKey.getPkeyContext());
    [all...]
  /libcore/crypto/src/test/java/org/conscrypt/
NativeCryptoTest.java 606 private OpenSSLKey channelIdPrivateKey;
618 if (channelIdPrivateKey != null) {
619 NativeCrypto.SSL_set1_tls_channel_id(s, channelIdPrivateKey.getPkeyContext());
    [all...]

Completed in 166 milliseconds