Searched defs:txe (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/ssl/quic/ |
H A D | quic_record_tx.c | 219 TXE *txe; in qtx_alloc_txe() local 243 TXE *txe; in qtx_ensure_free_txe() local 262 static TXE *qtx_resize_txe(OSSL_QTX *qtx, TXE_LIST *txl, TXE *txe, size_t n) in qtx_resize_txe() 307 TXE *txe, size_t n) in qtx_reserve_txe() 318 TXE *txe = ossl_list_txe_head(&qtx->pending); in qtx_pending_to_free() local 328 static void qtx_add_to_pending(OSSL_QTX *qtx, TXE *txe) in qtx_add_to_pending() 461 static int qtx_write_hdr(OSSL_QTX *qtx, const QUIC_PKT_HDR *hdr, TXE *txe, in qtx_write_hdr() 488 static int qtx_encrypt_into_txe(OSSL_QTX *qtx, struct iovec_cur *cur, TXE *txe, in qtx_encrypt_into_txe() 599 static int qtx_write(OSSL_QTX *qtx, const OSSL_QTX_PKT *pkt, TXE *txe, in qtx_write() 730 TXE *txe = qtx->cons; in qtx_ensure_cons() local [all …]
|