Searched refs:SSL_alloc_buffers (Results 1 – 11 of 11) sorted by relevance
5 SSL_free_buffers, SSL_alloc_buffers - manage SSL structure buffers12 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, but30 SSL_free_buffers() always fails, and SSL_alloc_buffers() always succeeds.41 read or written. The SSL_alloc_buffers() function returns 0 when there is49 The SSL_alloc_buffers() function returns 1 if the buffers have been allocated.51 SSL_alloc_buffers().
115 …if (test >= 2 && (!TEST_true(SSL_alloc_buffers(clientssl)) || !TEST_true(checkbuffers(clientssl, 1… in test_func()118 …if (test >= 3 && (!TEST_true(SSL_alloc_buffers(clientssl)) || !TEST_true(checkbuffers(clientssl, 1… in test_func()149 …if (test >= 7 && (!TEST_true(SSL_alloc_buffers(serverssl)) || !TEST_true(checkbuffers(serverssl, 1… in test_func()
802 if (!TEST_true(SSL_alloc_buffers(ssl)) in test_quic_forbidden_options()
461 SSL_alloc_buffers;
715 | `SSL_alloc_buffers` | HL | U | A | C\* | Done …946 ### What should `SSL_alloc_buffers` and `SSL_free_buffers` do?949 internal buffers are always available, `SSL_alloc_buffers` can simply always
463 SSL_alloc_buffers 464 3_0_0 EXIST::FUNCTION:
2566 DEPEND[html/man3/SSL_alloc_buffers.html]=man3/SSL_alloc_buffers.pod2567 GENERATE[html/man3/SSL_alloc_buffers.html]=man3/SSL_alloc_buffers.pod2568 DEPEND[man/man3/SSL_alloc_buffers.3]=man3/SSL_alloc_buffers.pod2569 GENERATE[man/man3/SSL_alloc_buffers.3]=man3/SSL_alloc_buffers.pod3705 html/man3/SSL_alloc_buffers.html \4381 man/man3/SSL_alloc_buffers.3 \
2827 __owur int SSL_alloc_buffers(SSL *ssl);
2780 __owur int SSL_alloc_buffers(SSL *ssl);
523 MAN+= SSL_alloc_buffers.34374 MLINKS+= SSL_alloc_buffers.3 SSL_free_buffers.3
6927 int SSL_alloc_buffers(SSL *ssl) in SSL_alloc_buffers() function