Home
last modified time | relevance | path

Searched refs:BIO_destroy_bio_pair (Results 1 – 5 of 5) 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,
17 int BIO_destroy_bio_pair(BIO *b);
123 BIO_make_bio_pair(), BIO_destroy_bio_pair(), BIO_shutdown_wr(),
/freebsd/crypto/openssl/util/
H A Dother.syms149 BIO_destroy_bio_pair define
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h577 # define BIO_destroy_bio_pair(b) (int)BIO_ctrl(b,BIO_C_DESTROY_BIO_PAIR,0,NULL) macro
H A Dbio.h.in554 # define BIO_destroy_bio_pair(b) (int)BIO_ctrl(b,BIO_C_DESTROY_BIO_PAIR,0,NULL) macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile783 MLINKS+= BIO_s_bio.3 BIO_destroy_bio_pair.3