Searched refs:alloc_buffers (Results 1 – 3 of 3) sorted by relevance
322 int (*alloc_buffers)(OSSL_RECORD_LAYER *rl); member
280 `alloc_buffers()`: called by libssl to request that the record layer allocate596 int (*alloc_buffers)(OSSL_RECORD_LAYER *rl);
6856 return rl->rrlmethod->alloc_buffers(rl->rrl) in SSL_alloc_buffers()6857 && rl->wrlmethod->alloc_buffers(rl->wrl); in SSL_alloc_buffers()
Completed in 35 milliseconds