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

  /external/chromium_org/net/quic/crypto/
crypto_protocol.h 74 const QuicTag kPUBS = TAG('P', 'U', 'B', 'S'); // Public key values
crypto_handshake.cc 666 if (scfg->GetNthValue24(kPUBS, key_exchange_index, &public_value) !=
704 out->SetStringPiece(kPUBS, out_params->client_key_exchange->public_value());
856 if (!server_hello.GetStringPiece(kPUBS, &public_value)) {
crypto_server_config.cc 119 msg.SetStringPiece(kPUBS, encoded_public_values);
393 if (!client_hello.GetStringPiece(kPUBS, &public_value)) {
513 out->SetStringPiece(kPUBS, forward_secure_public_value);
    [all...]

Completed in 2338 milliseconds