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

  /external/chromium_org/net/quic/crypto/
p256_key_exchange_openssl.cc 52 string P256KeyExchange::NewPrivateKey() {
75 const string private_value = NewPrivateKey();
curve25519_key_exchange.cc 46 string Curve25519KeyExchange::NewPrivateKey(QuicRandom* rand) {
59 const string private_value = NewPrivateKey(rand);
p256_key_exchange_nss.cc 18 // Password used by |NewPrivateKey| to encrypt exported EC private keys.
108 string P256KeyExchange::NewPrivateKey() {
154 const string private_value = NewPrivateKey();

Completed in 215 milliseconds