Home
last modified time | relevance | path

Searched refs:BIO_get_init (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/openssl/crypto/evp/
H A Dbio_md.c89 if (BIO_get_init(b)) { in md_read()
115 if (BIO_get_init(b)) { in md_write()
145 if (BIO_get_init(b)) in md_ctrl()
153 if (BIO_get_init(b)) { in md_ctrl()
165 if (BIO_get_init(b)) in md_ctrl()
H A Dbio_ok.c182 if ((ctx == NULL) || (next == NULL) || (BIO_get_init(b) == 0)) in ok_read()
269 if ((ctx == NULL) || (next == NULL) || (BIO_get_init(b) == 0)) in ok_write()
393 if (BIO_get_init(b)) { in ok_ctrl()
/freebsd/crypto/openssl/doc/man3/
H A DBIO_get_data.pod5 BIO_set_data, BIO_get_data, BIO_set_init, BIO_get_init, BIO_set_shutdown,
15 int BIO_get_init(BIO *a);
32 have occurred (for example through calling custom ctrls). The BIO_get_init()
44 BIO_get_init() returns the state of the BIO's init flag.
/freebsd/contrib/ntp/sntp/libevent/
H A Dopenssl-compat.h31 #define BIO_get_init(b) (b)->init macro
44 #define BIO_get_init(b) (b)->init macro
H A Dbufferevent_openssl.c124 if (BIO_get_init(b) && BIO_get_data(b)) in bio_bufferevent_free()
/freebsd/contrib/libevent/
H A Dopenssl-compat.h31 #define BIO_get_init(b) (b)->init macro
44 #define BIO_get_init(b) (b)->init macro
H A Dbufferevent_openssl.c124 if (BIO_get_init(b) && BIO_get_data(b)) in bio_bufferevent_free()
/freebsd/crypto/openssl/ssl/
H A Dbio_ssl.c82 if (BIO_get_init(a)) in ssl_free()
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_lib.c174 int BIO_get_init(BIO *a) in BIO_get_init() function
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h636 int BIO_get_init(BIO *a);
H A Dbio.h.in613 int BIO_get_init(BIO *a);
/freebsd/secure/lib/libcrypto/
H A DVersion.map307 BIO_get_init;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile818 MLINKS+= BIO_get_data.3 BIO_get_init.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num3850 BIO_get_init 3937 3_0_0 EXIST::FUNCTION: