Home
last modified time | relevance | path

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

/openssl/include/crypto/
H A Drand_pool.h80 size_t alloc_len; /* current number of bytes allocated */ member
/openssl/include/internal/
H A Dquic_demux.h100 size_t data_len, alloc_len; member
/openssl/ssl/quic/
H A Dquic_demux.c155 static QUIC_URXE *demux_alloc_urxe(size_t alloc_len) in demux_alloc_urxe()
205 size_t alloc_len) in demux_reserve_urxe()
H A Dquic_record_rx.c47 size_t data_len, alloc_len, refcount; member
329 static RXE *qrx_alloc_rxe(size_t alloc_len) in qrx_alloc_rxe()
354 static RXE *qrx_ensure_free_rxe(OSSL_QRX *qrx, size_t alloc_len) in qrx_ensure_free_rxe()
H A Dquic_record_tx.c28 size_t data_len, alloc_len; member
217 static TXE *qtx_alloc_txe(size_t alloc_len) in qtx_alloc_txe()
241 static TXE *qtx_ensure_free_txe(OSSL_QTX *qtx, size_t alloc_len) in qtx_ensure_free_txe()

Completed in 17 milliseconds