HomeSort by relevance Sort by last modified time
    Searched refs:public_value (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/net/quic/crypto/
ephemeral_key_source.h 28 // using the algorithm |key_exchange|, sets |*public_value| to the public key
30 // key. |*public_value| will be sent to the peer to be used with the peer's
37 std::string* public_value) = 0;
key_exchange.h 35 // public_value returns the local public key which can be sent to a peer in
39 virtual base::StringPiece public_value() const = 0;
curve25519_key_exchange_test.cc 31 const StringPiece alice_public(alice->public_value());
32 const StringPiece bob_public(bob->public_value());
p256_key_exchange_test.cc 32 const base::StringPiece alice_public(alice->public_value());
33 const base::StringPiece bob_public(bob->public_value());
curve25519_key_exchange.h 37 virtual base::StringPiece public_value() const OVERRIDE;
p256_key_exchange.h 44 virtual base::StringPiece public_value() const OVERRIDE;
curve25519_key_exchange.cc 80 StringPiece Curve25519KeyExchange::public_value() const { function in class:net::Curve25519KeyExchange
p256_key_exchange_openssl.cc 109 StringPiece P256KeyExchange::public_value() const { function in class:net::P256KeyExchange
crypto_server_test.cc 105 char public_value[32]; local
106 memset(public_value, 42, sizeof(public_value));
110 pub_hex_ = "#" + base::HexEncode(public_value, sizeof(public_value));
quic_crypto_client_config.cc 451 StringPiece public_value; local
452 if (scfg->GetNthValue24(kPUBS, key_exchange_index, &public_value) !=
486 public_value, &out_params->initial_premaster_secret)) {
490 out->SetStringPiece(kPUBS, out_params->client_key_exchange->public_value());
734 StringPiece public_value; local
735 if (!server_hello.GetStringPiece(kPUBS, &public_value)) {
741 public_value, &out_params->forward_secure_premaster_secret)) {
quic_crypto_server_config.cc 268 StringPiece curve25519_public_value = curve25519->public_value();
282 StringPiece p256_public_value = p256->public_value();
636 StringPiece public_value; local
637 if (!client_hello.GetStringPiece(kPUBS, &public_value)) {
644 if (!key_exchange->CalculateSharedKey(public_value,
739 key_exchange, rand, clock->ApproximateNow(), public_value,
745 forward_secure_key_exchange->public_value().as_string();
747 public_value, &params->forward_secure_premaster_secret)) {
    [all...]
p256_key_exchange_nss.cc 225 StringPiece P256KeyExchange::public_value() const { function in class:net::P256KeyExchange
  /external/chromium_org/crypto/third_party/nss/
chromium-nss.h 66 SECItem* public_value,
pk11akey.cc 53 SECItem* public_value,
84 public_value, permanent, sensitive, CKK_EC,

Completed in 552 milliseconds