Searched refs:BIO_new_bio_pair (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_s_bio.pod | 6 BIO_set_write_buf_size, BIO_get_write_buf_size, BIO_new_bio_pair, 23 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1, BIO **bio2, size_t writebuf2); 73 BIO_new_bio_pair() combines the calls to BIO_new(), BIO_make_bio_pair() and 76 zero then the default size is used. BIO_new_bio_pair() does not check whether 130 BIO_new_bio_pair() returns 1 on success, with the new BIOs available in 145 BIO_new_bio_pair(&internal_bio, 0, &network_bio, 0);
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | bio.pod | 69 L<BIO_new_bio_pair(3)>,
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bss_bio.c | 683 int BIO_new_bio_pair(BIO **bio1_p, size_t writebuf1, in BIO_new_bio_pair() function
|
/freebsd/crypto/openssl/test/ |
H A D | ssl_old_test.c | 2229 if (!BIO_new_bio_pair(&server, bufsiz, &server_io, bufsiz)) in doit_biopair() 2231 if (!BIO_new_bio_pair(&client, bufsiz, &client_io, bufsiz)) in doit_biopair()
|
H A D | sslapitest.c | 6667 if (!TEST_int_eq(BIO_new_bio_pair(&lbio, 512, &pbio, 512), 1)) in test_key_update_peer_in_read() 6841 if (!TEST_int_eq(BIO_new_bio_pair(&lbio, 512, &pbio, 512), 1)) in test_key_update_local_in_read()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 806 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
|
H A D | bio.h.in | 783 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 345 BIO_new_bio_pair;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 869 MLINKS+= BIO_s_bio.3 BIO_new_bio_pair.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 3375 BIO_new_bio_pair 3449 3_0_0 EXIST::FUNCTION:
|