Home
last modified time | relevance | path

Searched refs:GenerateHeaderProtectionKey (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dtls_handshaker.cc273 CryptoUtils::GenerateHeaderProtectionKey( in SetWriteSecret()
305 CryptoUtils::GenerateHeaderProtectionKey( in SetReadSecret()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dcrypto_utils.h98 static std::vector<uint8_t> GenerateHeaderProtectionKey(
H A Dcrypto_utils.cc110 std::vector<uint8_t> header_protection_key = GenerateHeaderProtectionKey( in InitializeCrypterSecrets()
132 std::vector<uint8_t> CryptoUtils::GenerateHeaderProtectionKey( in GenerateHeaderProtectionKey() function in quic::CryptoUtils