Searched refs:BIO_shutdown_wr (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, 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 D | other.syms | 234 BIO_shutdown_wr define
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 578 # define BIO_shutdown_wr(b) (int)BIO_ctrl(b, BIO_C_SHUTDOWN_WR, 0, NULL) macro
|
H A D | bio.h.in | 555 # define BIO_shutdown_wr(b) (int)BIO_ctrl(b, BIO_C_SHUTDOWN_WR, 0, NULL) macro
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 936 MLINKS+= BIO_s_bio.3 BIO_shutdown_wr.3
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 15884 * New BIO_shutdown_wr macro, which invokes the BIO_C_SHUTDOWN_WR
|