Home
last modified time | relevance | path

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

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_framer.cc4670 uint8_t pn_mask_byte; in ApplyHeaderProtection() local
4671 if (!mask_reader.ReadUInt8(&pn_mask_byte) || in ApplyHeaderProtection()
4673 !buffer_writer.WriteUInt8(buffer_byte ^ pn_mask_byte)) { in ApplyHeaderProtection()
4749 uint8_t protected_pn_byte, pn_mask_byte; in RemoveHeaderProtection() local
4750 if (!mask_reader.ReadUInt8(&pn_mask_byte) || in RemoveHeaderProtection()
4752 !pn_writer.WriteUInt8(protected_pn_byte ^ pn_mask_byte)) { in RemoveHeaderProtection()