Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_srtm.c42 struct srtm_item_st { struct
43 SRTM_ITEM *next_by_srt_blinded; /* SORT BY opaque DESC */
44 SRTM_ITEM *next_by_seq_num; /* SORT BY seq_num DESC */
45 void *opaque; /* \__ unique identity for item */
46 uint64_t seq_num; /* / */
47 QUIC_STATELESS_RESET_TOKEN srt;
48 unsigned char srt_blinded[BLINDED_SRT_LEN]; /* H(srt) */
51 uint32_t debug_token;

Completed in 6 milliseconds