Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
quic_pp_state Struct Reference

Public Attributes

uint8_t * next_secret
 
quic_pp_cipher pp_ciphers [2]
 
quic_hp_cipher hp_cipher
 
uint64_t changed_in_pkn
 
bool key_phase: 1
 

Detailed Description

Packet protection state for an endpoint.

Member Data Documentation

◆ changed_in_pkn

uint64_t quic_pp_state::changed_in_pkn

Packet number where key change occurred.

◆ hp_cipher

quic_hp_cipher quic_pp_state::hp_cipher

HP cipher for both Key Phases; it does not change after KeyUpdate

◆ key_phase

bool quic_pp_state::key_phase

Current key phase.

◆ next_secret

uint8_t* quic_pp_state::next_secret

Next application traffic secret.

◆ pp_ciphers

quic_pp_cipher quic_pp_state::pp_ciphers[2]

PP cipher for Key Phase 0/1


The documentation for this struct was generated from the following file: