Home
last modified time | relevance | path

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

/src/crypto/openssl/include/internal/
H A Dquic_txpim.h40 unsigned int had_handshake_done_frame : 1; member
/src/crypto/openssl/ssl/quic/
H A Dquic_txpim.c113 ex->public.had_handshake_done_frame = 0; in txpim_clear()
H A Dquic_fifd.c199 if (pkt->had_handshake_done_frame) in on_lost()
H A Dquic_txp.c2699 tpkt->had_handshake_done_frame = 1; in txp_generate_for_el()
3091 if (tpkt->had_handshake_done_frame) in txp_pkt_commit()
/src/crypto/openssl/test/
H A Dquic_fifd_test.c186 pkt->had_handshake_done_frame = 1; in test_generic()