Home
last modified time | relevance | path

Searched refs:BIO_get_shutdown (Results 1 – 12 of 12) sorted by relevance

/freebsd-13-stable/crypto/openssl/doc/man3/
HDBIO_get_data.pod6 BIO_get_shutdown - functions for managing BIO state information
17 int BIO_get_shutdown(BIO *a);
35 The BIO_set_shutdown() and BIO_get_shutdown() functions set and get the state of
46 BIO_get_shutdown() returns the stat of the BIO's shutdown (i.e. BIO_CLOSE) flag.
/freebsd-13-stable/contrib/libevent/
HDopenssl-compat.h33 #define BIO_get_shutdown(b) (b)->shutdown macro
HDbufferevent_openssl.c123 if (BIO_get_shutdown(b)) { in bio_bufferevent_free()
198 ret = BIO_get_shutdown(b); in bio_bufferevent_ctrl()
/freebsd-13-stable/contrib/ntp/sntp/libevent/
HDopenssl-compat.h33 #define BIO_get_shutdown(b) (b)->shutdown macro
HDbufferevent_openssl.c123 if (BIO_get_shutdown(b)) { in bio_bufferevent_free()
198 ret = BIO_get_shutdown(b); in bio_bufferevent_ctrl()
/freebsd-13-stable/crypto/openssl/ssl/
HDbio_ssl.c79 if (BIO_get_shutdown(a)) { in ssl_free()
308 ret = BIO_get_shutdown(b); in ssl_ctrl()
/freebsd-13-stable/contrib/libevent/test/
HDregress_ssl.c634 if (BIO_get_shutdown(b)) { in bio_rwcount_free()
672 ret = BIO_get_shutdown(b); in bio_rwcount_ctrl()
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
HDregress_ssl.c634 if (BIO_get_shutdown(b)) { in bio_rwcount_free()
672 ret = BIO_get_shutdown(b); in bio_rwcount_ctrl()
/freebsd-13-stable/crypto/openssl/crypto/bio/
HDbio_lib.c168 int BIO_get_shutdown(BIO *a) in BIO_get_shutdown() function
/freebsd-13-stable/crypto/openssl/include/openssl/
HDbio.h578 int BIO_get_shutdown(BIO *a);
/freebsd-13-stable/secure/lib/libcrypto/
HDVersion.map311 BIO_get_shutdown;
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile646 MLINKS+= BIO_get_data.3 BIO_get_shutdown.3