Home
last modified time | relevance | path

Searched refs:BIO_make_bio_pair (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_bio.pod5 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 Dbss_bio.c708 r = BIO_make_bio_pair(bio1, bio2); in BIO_new_bio_pair()
/freebsd/crypto/openssl/util/
H A Dother.syms193 BIO_make_bio_pair define
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h576 # define BIO_make_bio_pair(b1,b2) (int)BIO_ctrl(b1,BIO_C_MAKE_BIO_PAIR,0,b2) macro
H A Dbio.h.in553 # 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 DMakefile845 MLINKS+= BIO_s_bio.3 BIO_make_bio_pair.3