Home
last modified time | relevance | path

Searched refs:BIO_meth_set_read (Results 1 – 19 of 19) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBIO_meth_new.pod8 BIO_meth_set_write, BIO_meth_get_read, BIO_meth_set_read, BIO_meth_get_puts,
32 int BIO_meth_set_read(BIO_METHOD *biom, int (*read)(BIO *, char *, int));
123 Older code may call BIO_meth_get_read() and BIO_meth_set_read() instead.
124 Applications should not call both BIO_meth_set_read_ex() and BIO_meth_set_read()
H A DSSL_set_bio.pod27 L<BIO_meth_set_read_ex(3)> or L<BIO_meth_set_read(3)>.
/freebsd/contrib/ntp/sntp/libevent/
H A Dopenssl-compat.h22 #define BIO_meth_set_read(b, f) (b)->bread = (f) macro
H A Dbufferevent_openssl.c241 BIO_meth_set_read(methods_bufferevent, bio_bufferevent_read); in BIO_s_bufferevent()
/freebsd/contrib/libevent/
H A Dopenssl-compat.h22 #define BIO_meth_set_read(b, f) (b)->bread = (f) macro
H A Dbufferevent_openssl.c241 BIO_meth_set_read(methods_bufferevent, bio_bufferevent_read); in BIO_s_bufferevent()
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_meth.c139 int BIO_meth_set_read(BIO_METHOD *biom, in BIO_meth_set_read() function
/freebsd/crypto/openssl/test/
H A Dsslcorrupttest.c115 || !BIO_meth_set_read(method_tls_corrupt, tls_corrupt_read) in bio_f_tls_corrupt_filter()
H A Dasynciotest.c51 || !BIO_meth_set_read(methods_async, async_read) in bio_f_async_filter()
H A Dtls13ccstest.c47 || !BIO_meth_set_read(method_watchccs, watchccs_read) in bio_f_watchccs_filter()
/freebsd/crypto/openssl/test/helpers/
H A Dssltestlib.c61 || !BIO_meth_set_read(method_tls_dump, tls_dump_read) in bio_f_tls_dump_filter()
298 || !TEST_true(BIO_meth_set_read(meth_mem, mempacket_test_read)) in bio_s_mempacket_test()
769 || !TEST_true(BIO_meth_set_read(meth_always_retry, in bio_s_always_retry()
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_ssl.c706 BIO_meth_set_read(methods_rwcount, bio_rwcount_read); in BIO_s_rwcount()
/freebsd/contrib/libevent/test/
H A Dregress_ssl.c706 BIO_meth_set_read(methods_rwcount, bio_rwcount_read); in BIO_s_rwcount()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h978 int BIO_meth_set_read(BIO_METHOD *biom,
H A Dbio.h.in955 int BIO_meth_set_read(BIO_METHOD *biom,
/freebsd/crypto/openssl/apps/
H A Ds_server.c281 || !BIO_meth_set_read(methods_ebcdic, ebcdic_read) in BIO_f_ebcdic_filter()
/freebsd/secure/lib/libcrypto/
H A DVersion.map336 BIO_meth_set_read;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile984 MLINKS+= BIO_meth_new.3 BIO_meth_set_read.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num3852 BIO_meth_set_read 3939 3_0_0 EXIST::FUNCTION: