Home
last modified time | relevance | path

Searched refs:BIO_shutdown_wr (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,
18 int BIO_shutdown_wr(BIO *b);
62 BIO_shutdown_wr() is used to close down a BIO B<b>. After this call no further
123 BIO_make_bio_pair(), BIO_destroy_bio_pair(), BIO_shutdown_wr(),
/freebsd/crypto/openssl/util/
H A Dother.syms234 BIO_shutdown_wr define
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h578 # define BIO_shutdown_wr(b) (int)BIO_ctrl(b, BIO_C_SHUTDOWN_WR, 0, NULL) macro
H A Dbio.h.in555 # define BIO_shutdown_wr(b) (int)BIO_ctrl(b, BIO_C_SHUTDOWN_WR, 0, NULL) macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile936 MLINKS+= BIO_s_bio.3 BIO_shutdown_wr.3
/freebsd/crypto/openssl/
H A DCHANGES.md15884 * New BIO_shutdown_wr macro, which invokes the BIO_C_SHUTDOWN_WR