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 80 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 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 406 StringPiece public_value; local
407 if (scfg->GetNthValue24(kPUBS, key_exchange_index, &public_value) !=
441 public_value, &out_params->initial_premaster_secret)) {
445 out->SetStringPiece(kPUBS, out_params->client_key_exchange->public_value());
650 StringPiece public_value; local
651 if (!server_hello.GetStringPiece(kPUBS, &public_value)) {
657 public_value, &out_params->forward_secure_premaster_secret)) {
quic_crypto_server_config.cc 238 StringPiece curve25519_public_value = curve25519->public_value();
252 StringPiece p256_public_value = p256->public_value();
605 StringPiece public_value; local
606 if (!client_hello.GetStringPiece(kPUBS, &public_value)) {
613 if (!key_exchange->CalculateSharedKey(public_value,
706 key_exchange, rand, clock->ApproximateNow(), public_value,
712 forward_secure_key_exchange->public_value().as_string();
714 public_value, &params->forward_secure_premaster_secret)) {
    [all...]

Completed in 394 milliseconds