Home
last modified time | relevance | path

Searched defs:hkdf_input (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dquic_crypto_client_config.cc573 std::string hkdf_input; in FillClientHello() local
733 std::string hkdf_input; in ProcessServerHello() local
H A Dquic_crypto_server_config.cc929 std::string hkdf_input; in ProcessClientHelloAfterCalculateSharedKeys() local
980 std::string hkdf_input; in ProcessClientHelloAfterCalculateSharedKeys() local
H A Dcrypto_utils.cc407 const std::string& hkdf_input, Perspective perspective, in DeriveKeys()