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

  /external/chromium_org/net/quic/crypto/
p256_key_exchange_openssl.cc 111 StringPiece P256KeyExchange::public_value() const { function in class:net::P256KeyExchange
curve25519_key_exchange.cc 79 StringPiece Curve25519KeyExchange::public_value() const { function in class:net::Curve25519KeyExchange
p256_key_exchange_nss.cc 225 StringPiece P256KeyExchange::public_value() const { function in class:net::P256KeyExchange
crypto_server_test.cc 44 char public_value[32]; local
45 memset(public_value, 42, sizeof(public_value));
49 pub_hex_ = "#" + base::HexEncode(public_value, sizeof(public_value));
quic_crypto_client_config.cc 350 StringPiece public_value; local
351 if (scfg->GetNthValue24(kPUBS, key_exchange_index, &public_value) !=
385 public_value, &out_params->initial_premaster_secret)) {
389 out->SetStringPiece(kPUBS, out_params->client_key_exchange->public_value());
592 StringPiece public_value; local
593 if (!server_hello.GetStringPiece(kPUBS, &public_value)) {
599 public_value, &out_params->forward_secure_premaster_secret)) {
quic_crypto_server_config.cc 213 StringPiece curve25519_public_value = curve25519->public_value();
227 StringPiece p256_public_value = p256->public_value();
565 StringPiece public_value; local
566 if (!client_hello.GetStringPiece(kPUBS, &public_value)) {
573 if (!key_exchange->CalculateSharedKey(public_value,
664 key_exchange, rand, clock->ApproximateNow(), public_value,
670 forward_secure_key_exchange->public_value().as_string();
672 public_value, &params->forward_secure_premaster_secret)) {
    [all...]

Completed in 875 milliseconds