Searched refs:BIO_make_bio_pair (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_s_bio.pod | 5 BIO_s_bio, BIO_make_bio_pair, BIO_destroy_bio_pair, BIO_shutdown_wr, 16 int BIO_make_bio_pair(BIO *b1, BIO *b2); 57 BIO_make_bio_pair() joins two separate BIOs into a connected pair. 73 BIO_new_bio_pair() combines the calls to BIO_new(), BIO_make_bio_pair() and 123 BIO_make_bio_pair(), BIO_destroy_bio_pair(), BIO_shutdown_wr(),
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bss_bio.c | 708 r = BIO_make_bio_pair(bio1, bio2); in BIO_new_bio_pair()
|
/freebsd/crypto/openssl/util/ |
H A D | other.syms | 193 BIO_make_bio_pair define
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 576 # define BIO_make_bio_pair(b1,b2) (int)BIO_ctrl(b1,BIO_C_MAKE_BIO_PAIR,0,b2) macro
|
H A D | bio.h.in | 553 # define BIO_make_bio_pair(b1,b2) (int)BIO_ctrl(b1,BIO_C_MAKE_BIO_PAIR,0,b2) macro
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 845 MLINKS+= BIO_s_bio.3 BIO_make_bio_pair.3
|