Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DBIO_meth_new.pod8 BIO_meth_set_write, BIO_meth_get_read, BIO_meth_set_read, BIO_meth_get_puts,
36 int BIO_meth_set_read(BIO_METHOD *biom, int (*read)(BIO *, char *, int));
94 Older code may call BIO_meth_get_read() and BIO_meth_set_read() instead.
95 Applications should not call both BIO_meth_set_read_ex() and BIO_meth_set_read()
/third_party/openssl/crypto/bio/
Dbio_meth.c135 int BIO_meth_set_read(BIO_METHOD *biom, in BIO_meth_set_read() function
/third_party/openssl/test/
Dssltestlib.c79 || !BIO_meth_set_read(method_tls_dump, tls_dump_read) in bio_f_tls_dump_filter()
316 || !TEST_true(BIO_meth_set_read(meth_mem, mempacket_test_read)) in bio_s_mempacket_test()
632 || !TEST_true(BIO_meth_set_read(meth_always_retry, in bio_s_always_retry()
Dsslcorrupttest.c115 || !BIO_meth_set_read(method_tls_corrupt, tls_corrupt_read) in bio_f_tls_corrupt_filter()
Dasynciotest.c51 || !BIO_meth_set_read(methods_async, async_read) in bio_f_async_filter()
Dtls13ccstest.c47 || !BIO_meth_set_read(method_watchccs, watchccs_read) in bio_f_watchccs_filter()
/third_party/openssl/test/ossl_shim/
Dasync_bio.cc136 || !BIO_meth_set_read(g_async_bio_method, AsyncRead) in AsyncMethod()
Dpacketed_bio.cc258 || !BIO_meth_set_read(g_packeted_bio_method, PacketedRead) in PacketedMethod()
/third_party/ffmpeg/libavformat/
Dtls_openssl.c288 BIO_meth_set_read(p->url_bio_method, url_bio_bread); in tls_open()
/third_party/node/src/
Dnode_crypto_bio.cc232 BIO_meth_set_read(method, Read); in GetMethod()
/third_party/nghttp2/src/
Dshrpx_connection.cc288 BIO_meth_set_read(meth, shrpx_bio_read); in create_bio_method()
/third_party/openssl/include/openssl/
Dbio.h775 int BIO_meth_set_read(BIO_METHOD *biom,
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsconnection.c1181 || !BIO_meth_set_read (custom_bio_methods, bio_method_read) in BIO_s_gst_dtls_connection()
/third_party/libcoap/src/
Dcoap_openssl.c758 BIO_meth_set_read(context->dtls.meth, coap_dgram_read); in coap_dtls_new_context()
777 BIO_meth_set_read(context->tls.meth, coap_sock_read); in coap_dtls_new_context()
/third_party/openssl/apps/
Ds_server.c324 || !BIO_meth_set_read(methods_ebcdic, ebcdic_read) in BIO_f_ebcdic_filter()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h800 #define BIO_meth_set_read BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_meth_set_read) macro
/third_party/openssl/util/
Dlibcrypto.num3993 BIO_meth_set_read 3939 1_1_0 EXIST::FUNCTION: