Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/doc/man3/
H A DSSL_alloc_buffers.pod5 SSL_free_buffers, SSL_alloc_buffers - manage SSL structure buffers
12 int SSL_alloc_buffers(SSL *ssl);
17 SSL_alloc_buffers() allocates the read and write buffers of the given B<ssl>.
24 new read or write. The SSL_alloc_buffers() does not need to be called, but
38 read or written. The SSL_alloc_buffers() function returns 0 when there is
46 The SSL_alloc_buffers() function returns 1 if the buffers have been allocated.
48 SSL_alloc_buffers().
/freebsd-12.1/secure/lib/libssl/
H A DVersion.map466 SSL_alloc_buffers;
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dssl.h2371 __owur int SSL_alloc_buffers(SSL *ssl);
/freebsd-12.1/secure/lib/libcrypto/
H A DMakefile.man363 MAN+= SSL_alloc_buffers.3
2732 MLINKS+= SSL_alloc_buffers.3 SSL_free_buffers.3
/freebsd-12.1/crypto/openssl/ssl/
H A Dssl_lib.c5139 int SSL_alloc_buffers(SSL *ssl) in SSL_alloc_buffers() function