Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
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().
/third_party/openssl/test/
Dsslbuffertest.c83 if (test >= 2 && !TEST_true(SSL_alloc_buffers(clientssl))) in test_func()
86 if (test >= 3 && !TEST_true(SSL_alloc_buffers(clientssl))) in test_func()
120 if (test >= 7 && !TEST_true(SSL_alloc_buffers(serverssl))) in test_func()
/third_party/openssl/util/
Dlibssl.num463 SSL_alloc_buffers 464 3_0_0 EXIST::FUNCTION:
/third_party/openssl/doc/
Dbuild.info2382 DEPEND[html/man3/SSL_alloc_buffers.html]=man3/SSL_alloc_buffers.pod
2383 GENERATE[html/man3/SSL_alloc_buffers.html]=man3/SSL_alloc_buffers.pod
2384 DEPEND[man/man3/SSL_alloc_buffers.3]=man3/SSL_alloc_buffers.pod
2385 GENERATE[man/man3/SSL_alloc_buffers.3]=man3/SSL_alloc_buffers.pod
3333 html/man3/SSL_alloc_buffers.html \
3929 man/man3/SSL_alloc_buffers.3 \
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h2371 __owur int SSL_alloc_buffers(SSL *ssl);
/third_party/openssl/ssl/
Dssl_lib.c5478 int SSL_alloc_buffers(SSL *ssl) in SSL_alloc_buffers() function
/third_party/openssl/include/openssl/
Dssl.h.in2458 __owur int SSL_alloc_buffers(SSL *ssl);