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

  /external/chromium_org/net/quic/crypto/
quic_crypto_client_config.cc 460 out_params->hkdf_input_suffix.clear();
461 out_params->hkdf_input_suffix.append(reinterpret_cast<char*>(&guid),
464 out_params->hkdf_input_suffix.append(client_hello_serialized.data(),
466 out_params->hkdf_input_suffix.append(cached->server_config());
470 hkdf_input.reserve(label_len + out_params->hkdf_input_suffix.size());
472 hkdf_input.append(out_params->hkdf_input_suffix);
606 hkdf_input.reserve(label_len + out_params->hkdf_input_suffix.size());
608 hkdf_input.append(out_params->hkdf_input_suffix);
crypto_handshake.h 170 // hkdf_input_suffix contains the HKDF input following the label: the GUID,
174 std::string hkdf_input_suffix; member in struct:net::QuicCryptoNegotiatedParameters

Completed in 577 milliseconds