Searched refs:BIO_new_bio_pair (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/crypto/openssl/doc/crypto/ |
| HD | BIO_s_bio.pod | 6 BIO_set_write_buf_size, BIO_get_write_buf_size, BIO_new_bio_pair, 24 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1, BIO **bio2, size_t writebuf2); 76 BIO_new_bio_pair() combines the calls to BIO_new(), BIO_make_bio_pair() and 79 zero then the default size is used. BIO_new_bio_pair() does not check whether 128 BIO_new_bio_pair() returns 1 on success, with the new BIOs available in 142 BIO_new_bio_pair(internal_bio, 0, network_bio, 0);
|
| HD | bio.pod | 47 L<BIO_new_bio_pair(3)|BIO_new_bio_pair(3)>,
|
| /freebsd-11-stable/crypto/openssl/crypto/bio/ |
| HD | bss_bio.c | 762 int BIO_new_bio_pair(BIO **bio1_p, size_t writebuf1, in BIO_new_bio_pair() function
|
| HD | bio.h | 775 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
|
| /freebsd-11-stable/crypto/openssl/ssl/ |
| HD | ssltest.c | 1963 if (!BIO_new_bio_pair(&server, bufsiz, &server_io, bufsiz)) in doit_biopair() 1965 if (!BIO_new_bio_pair(&client, bufsiz, &client_io, bufsiz)) in doit_biopair()
|
| /freebsd-11-stable/secure/lib/libcrypto/ |
| HD | Makefile.man | 303 MLINKS+= BIO_s_bio.3 BIO_new_bio_pair.3
|
| /freebsd-11-stable/crypto/openssl/util/ |
| HD | libeay.num | 1458 BIO_new_bio_pair 1802 EXIST::FUNCTION:
|