HomeSort by relevance Sort by last modified time
    Searched defs:KeyExchange (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/quic/crypto/
key_exchange.h 18 // KeyExchange is an abstract class that provides an interface to a
20 class NET_EXPORT_PRIVATE KeyExchange {
22 virtual ~KeyExchange() {}
27 virtual KeyExchange* NewKeyPair(QuicRandom* rand) const = 0;
30 // (which is implicitly known by a KeyExchange object) and a public value
37 // to a member of the KeyExchange and is only valid for as long as the
38 // KeyExchange exists.
  /external/chromium_org/third_party/tlslite/tlslite/
tlsconnection.py 26 class KeyExchange(object):
29 Initializes the KeyExchange. privateKey is the signing private key.
51 class RSAKeyExchange(KeyExchange):
80 class DHE_RSAKeyExchange(KeyExchange):
    [all...]
  /external/chromium_org/net/test/spawned_test_server/
base_test_server.h 78 enum KeyExchange {

Completed in 2862 milliseconds