HomeSort by relevance Sort by last modified time
    Searched refs:KeyExchange (Results 1 - 14 of 14) 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.
ephemeral_key_source.h 16 class KeyExchange;
33 const KeyExchange* key_exchange,
curve25519_key_exchange.h 19 // Curve25519KeyExchange implements a KeyExchange using elliptic-curve
21 class NET_EXPORT_PRIVATE Curve25519KeyExchange : public KeyExchange {
33 // KeyExchange interface.
34 virtual KeyExchange* NewKeyPair(QuicRandom* rand) const OVERRIDE;
crypto_handshake.h 18 class KeyExchange;
54 // client_key_exchange is used by clients to store the ephemeral KeyExchange
56 scoped_ptr<KeyExchange> client_key_exchange;
p256_key_exchange.h 27 // P256KeyExchange implements a KeyExchange using elliptic-curve
29 class NET_EXPORT_PRIVATE P256KeyExchange : public KeyExchange {
42 // KeyExchange interface.
43 virtual KeyExchange* NewKeyPair(QuicRandom* rand) const OVERRIDE;
curve25519_key_exchange.cc 58 KeyExchange* Curve25519KeyExchange::NewKeyPair(QuicRandom* rand) const {
p256_key_exchange_openssl.cc 75 KeyExchange* P256KeyExchange::NewKeyPair(QuicRandom* /*rand*/) const {
quic_crypto_server_config.h 27 class KeyExchange;
328 std::vector<KeyExchange*> key_exchanges;
p256_key_exchange_nss.cc 152 KeyExchange* P256KeyExchange::NewKeyPair(QuicRandom* /*rand*/) const {
quic_crypto_server_config.cc 611 const KeyExchange* key_exchange =
709 scoped_ptr<KeyExchange> forward_secure_key_exchange(
    [all...]
  /external/chromium_org/net/test/spawned_test_server/
base_test_server.h 78 enum KeyExchange {
  /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...]
  /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 213 milliseconds