NewPrivateKey      59 net/quic/crypto/curve25519_key_exchange.cc   const string private_value = NewPrivateKey(rand);
NewPrivateKey      31 net/quic/crypto/curve25519_key_exchange.h   static std::string NewPrivateKey(QuicRandom* rand);
NewPrivateKey      24 net/quic/crypto/curve25519_key_exchange_test.cc     const string alice_key(Curve25519KeyExchange::NewPrivateKey(rand));
NewPrivateKey      25 net/quic/crypto/curve25519_key_exchange_test.cc     const string bob_key(Curve25519KeyExchange::NewPrivateKey(rand));
NewPrivateKey      40 net/quic/crypto/p256_key_exchange.h   static std::string NewPrivateKey();
NewPrivateKey     154 net/quic/crypto/p256_key_exchange_nss.cc   const string private_value = NewPrivateKey();
NewPrivateKey      77 net/quic/crypto/p256_key_exchange_openssl.cc   const string private_value = NewPrivateKey();
NewPrivateKey      19 net/quic/crypto/p256_key_exchange_test.cc     string alice_private(P256KeyExchange::NewPrivateKey());
NewPrivateKey      20 net/quic/crypto/p256_key_exchange_test.cc     string bob_private(P256KeyExchange::NewPrivateKey());
NewPrivateKey     409 net/quic/crypto/quic_crypto_client_config.cc           Curve25519KeyExchange::NewPrivateKey(rand)));
NewPrivateKey     413 net/quic/crypto/quic_crypto_client_config.cc           P256KeyExchange::NewPrivateKey()));
NewPrivateKey     214 net/quic/crypto/quic_crypto_server_config.cc       Curve25519KeyExchange::NewPrivateKey(rand);
NewPrivateKey     229 net/quic/crypto/quic_crypto_server_config.cc     p256_private_key = P256KeyExchange::NewPrivateKey();