Lines Matching full:txp

69 void ossl_quic_tx_packetiser_set_validated(OSSL_QUIC_TX_PACKETISER *txp);
70 void ossl_quic_tx_packetiser_add_unvalidated_credit(OSSL_QUIC_TX_PACKETISER *txp,
72 void ossl_quic_tx_packetiser_consume_unvalidated_credit(OSSL_QUIC_TX_PACKETISER *txp,
74 int ossl_quic_tx_packetiser_check_unvalidated_credit(OSSL_QUIC_TX_PACKETISER *txp,
80 void ossl_quic_tx_packetiser_free(OSSL_QUIC_TX_PACKETISER *txp);
88 OSSL_QUIC_TX_PACKETISER *txp, size_t n);
108 int ossl_quic_tx_packetiser_generate(OSSL_QUIC_TX_PACKETISER *txp,
121 OSSL_TIME ossl_quic_tx_packetiser_get_deadline(OSSL_QUIC_TX_PACKETISER *txp);
125 * is no longer needed; for example, when the TXP is freed or when this function
130 int ossl_quic_tx_packetiser_set_initial_token(OSSL_QUIC_TX_PACKETISER *txp,
140 int ossl_quic_tx_packetiser_set_protocol_version(OSSL_QUIC_TX_PACKETISER *txp,
143 /* Change the DCID the TXP uses to send outgoing packets. */
144 int ossl_quic_tx_packetiser_set_cur_dcid(OSSL_QUIC_TX_PACKETISER *txp,
147 /* Change the SCID the TXP uses to send outgoing (long) packets. */
148 int ossl_quic_tx_packetiser_set_cur_scid(OSSL_QUIC_TX_PACKETISER *txp,
152 * Change the destination L4 address the TXP uses to send datagrams. Specify
155 int ossl_quic_tx_packetiser_set_peer(OSSL_QUIC_TX_PACKETISER *txp,
161 void ossl_quic_tx_packetiser_set_qlog_cb(OSSL_QUIC_TX_PACKETISER *txp,
170 * The TXP will no longer reference the crypto[enc_level] QUIC_SSTREAM which was
171 * provided in the TXP arguments. However, it is the callers responsibility to
174 int ossl_quic_tx_packetiser_discard_enc_level(OSSL_QUIC_TX_PACKETISER *txp,
183 void ossl_quic_tx_packetiser_notify_handshake_complete(OSSL_QUIC_TX_PACKETISER *txp);
185 /* Asks the TXP to generate a HANDSHAKE_DONE frame in the next 1-RTT packet. */
186 void ossl_quic_tx_packetiser_schedule_handshake_done(OSSL_QUIC_TX_PACKETISER *txp);
188 /* Asks the TXP to ensure the next packet in the given PN space is ACK-eliciting. */
189 void ossl_quic_tx_packetiser_schedule_ack_eliciting(OSSL_QUIC_TX_PACKETISER *txp,
193 * Asks the TXP to ensure an ACK is put in the next packet in the given PN
196 void ossl_quic_tx_packetiser_schedule_ack(OSSL_QUIC_TX_PACKETISER *txp,
201 * irreversible and causes all further packets generated by the TXP to contain a
206 int ossl_quic_tx_packetiser_schedule_conn_close(OSSL_QUIC_TX_PACKETISER *txp,
210 void ossl_quic_tx_packetiser_set_msg_callback(OSSL_QUIC_TX_PACKETISER *txp,
213 void ossl_quic_tx_packetiser_set_msg_callback_arg(OSSL_QUIC_TX_PACKETISER *txp,
219 QUIC_PN ossl_quic_tx_packetiser_get_next_pn(OSSL_QUIC_TX_PACKETISER *txp,
223 * Sets a callback which is called whenever TXP sends an ACK frame. The callee
226 void ossl_quic_tx_packetiser_set_ack_tx_cb(OSSL_QUIC_TX_PACKETISER *txp,