Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_record_tx.c219 TXE *txe; in qtx_alloc_txe() local
231 return txe; in qtx_alloc_txe()
243 TXE *txe; in qtx_ensure_free_txe() local
254 return txe; in qtx_ensure_free_txe()
466 unsigned char *data = txe_data(txe) + txe->data_len; in qtx_write_hdr()
566 memcpy(txe_data(txe) + txe->data_len, src, l); in qtx_encrypt_into_txe()
627 space_left = txe->alloc_len - txe->data_len; in qtx_write()
683 hdr_start = txe_data(txe) + txe->data_len; in qtx_write()
798 TXE *txe; in ossl_qtx_write_pkt() local
936 TXE *txe; in ossl_qtx_flush_net() local
[all …]

Completed in 10 milliseconds