Searched defs:KeyExchange (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/quic/crypto/
H A Dkey_exchange.h18 // KeyExchange is an abstract class that provides an interface to a
20 class NET_EXPORT_PRIVATE KeyExchange { class in namespace:net
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/
H A Dtlsconnection.py26 class KeyExchange(object): class in inherits:object
29 Initializes the KeyExchange. privateKey is the signing private key.
51 class RSAKeyExchange(KeyExchange):
80 class DHE_RSAKeyExchange(KeyExchange):
/external/chromium_org/net/test/spawned_test_server/
H A Dbase_test_server.h78 enum KeyExchange { enum in struct:net::BaseTestServer::SSLOptions

Completed in 112 milliseconds