HomeSort by relevance Sort by last modified time
    Searched defs:KeyExchange (Results 1 - 5 of 5) 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 {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strmif.h     [all...]

Completed in 647 milliseconds