Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_txp.c51 struct ossl_quic_tx_packetiser_st { struct
52 OSSL_QUIC_TX_PACKETISER_ARGS args;
71 unsigned int want_handshake_done : 1;
72 unsigned int want_max_data : 1;
73 unsigned int want_max_streams_bidi : 1;
100 struct txp_el {
105 } el[QUIC_ENC_LEVEL_NUM];
108 ossl_msg_cb msg_callback;
109 void *msg_callback_arg;
110 SSL *msg_callback_ssl;
[all …]

Completed in 22 milliseconds