Searched refs:BIO_meth_set_read (Results 1 – 17 of 17) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BIO_meth_new.pod | 8 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/ |
D | bio_meth.c | 135 int BIO_meth_set_read(BIO_METHOD *biom, in BIO_meth_set_read() function
|
/third_party/openssl/test/ |
D | ssltestlib.c | 79 || !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()
|
D | sslcorrupttest.c | 115 || !BIO_meth_set_read(method_tls_corrupt, tls_corrupt_read) in bio_f_tls_corrupt_filter()
|
D | asynciotest.c | 51 || !BIO_meth_set_read(methods_async, async_read) in bio_f_async_filter()
|
D | tls13ccstest.c | 47 || !BIO_meth_set_read(method_watchccs, watchccs_read) in bio_f_watchccs_filter()
|
/third_party/openssl/test/ossl_shim/ |
D | async_bio.cc | 136 || !BIO_meth_set_read(g_async_bio_method, AsyncRead) in AsyncMethod()
|
D | packeted_bio.cc | 258 || !BIO_meth_set_read(g_packeted_bio_method, PacketedRead) in PacketedMethod()
|
/third_party/ffmpeg/libavformat/ |
D | tls_openssl.c | 288 BIO_meth_set_read(p->url_bio_method, url_bio_bread); in tls_open()
|
/third_party/node/src/ |
D | node_crypto_bio.cc | 232 BIO_meth_set_read(method, Read); in GetMethod()
|
/third_party/nghttp2/src/ |
D | shrpx_connection.cc | 288 BIO_meth_set_read(meth, shrpx_bio_read); in create_bio_method()
|
/third_party/openssl/include/openssl/ |
D | bio.h | 775 int BIO_meth_set_read(BIO_METHOD *biom,
|
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlsconnection.c | 1181 || !BIO_meth_set_read (custom_bio_methods, bio_method_read) in BIO_s_gst_dtls_connection()
|
/third_party/libcoap/src/ |
D | coap_openssl.c | 758 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/ |
D | s_server.c | 324 || !BIO_meth_set_read(methods_ebcdic, ebcdic_read) in BIO_f_ebcdic_filter()
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 800 #define BIO_meth_set_read BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_meth_set_read) macro
|
/third_party/openssl/util/ |
D | libcrypto.num | 3993 BIO_meth_set_read 3939 1_1_0 EXIST::FUNCTION:
|