Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/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().
/netbsd-src/crypto/external/bsd/openssl.old/dist/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().
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A 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()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dsslbuffertest.c92 if (test >= 2 && !TEST_true(SSL_alloc_buffers(clientssl))) in test_func()
95 if (test >= 3 && !TEST_true(SSL_alloc_buffers(clientssl))) in test_func()
129 if (test >= 7 && !TEST_true(SSL_alloc_buffers(serverssl))) in test_func()
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/
H A Dssl.map461 SSL_alloc_buffers;
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/
H A Dssl.map270 SSL_alloc_buffers;
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dman.inc368 SSL_alloc_buffers.3 \
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/
H A Dman.inc589 SSL_alloc_buffers.3 \
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibssl.num463 SSL_alloc_buffers 464 1_1_1 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dlibssl.num463 SSL_alloc_buffers 464 3_0_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl/dist/doc/
H A Dbuild.info2418 DEPEND[html/man3/SSL_alloc_buffers.html]=man3/SSL_alloc_buffers.pod
2419 GENERATE[html/man3/SSL_alloc_buffers.html]=man3/SSL_alloc_buffers.pod
2420 DEPEND[man/man3/SSL_alloc_buffers.3]=man3/SSL_alloc_buffers.pod
2421 GENERATE[man/man3/SSL_alloc_buffers.3]=man3/SSL_alloc_buffers.pod
3390 html/man3/SSL_alloc_buffers.html \
3998 man/man3/SSL_alloc_buffers.3 \
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h2381 __owur int SSL_alloc_buffers(SSL *ssl);
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_lib.c5254 int SSL_alloc_buffers(SSL *ssl) in SSL_alloc_buffers() function
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in2458 __owur int SSL_alloc_buffers(SSL *ssl);