Searched refs:BIO_meth_set_ctrl (Results 1 – 19 of 19) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BIO_meth_new.pod | 10 BIO_meth_set_ctrl, BIO_meth_get_create, BIO_meth_set_create, 46 int BIO_meth_set_ctrl(BIO_METHOD *biom, 110 BIO_meth_get_ctrl() and BIO_meth_set_ctrl() get and set the function used for
|
/third_party/openssl/test/testutil/ |
D | tap_bio.c | 34 BIO_meth_set_ctrl(tap, tap_ctrl); in BIO_f_tap()
|
/third_party/openssl/apps/ |
D | bf_prefix.c | 39 || !BIO_meth_set_ctrl(prefix_meth, prefix_ctrl) in apps_bf_prefix()
|
D | s_server.c | 327 || !BIO_meth_set_ctrl(methods_ebcdic, ebcdic_ctrl) in BIO_f_ebcdic_filter()
|
/third_party/openssl/crypto/bio/ |
D | bio_meth.c | 180 int BIO_meth_set_ctrl(BIO_METHOD *biom, in BIO_meth_set_ctrl() function
|
/third_party/openssl/test/ |
D | ssltestlib.c | 82 || !BIO_meth_set_ctrl(method_tls_dump, tls_dump_ctrl) in bio_f_tls_dump_filter() 319 || !TEST_true(BIO_meth_set_ctrl(meth_mem, mempacket_test_ctrl)) in bio_s_mempacket_test() 638 || !TEST_true(BIO_meth_set_ctrl(meth_always_retry, in bio_s_always_retry()
|
D | sslcorrupttest.c | 118 || !BIO_meth_set_ctrl(method_tls_corrupt, tls_corrupt_ctrl) in bio_f_tls_corrupt_filter()
|
D | asynciotest.c | 54 || !BIO_meth_set_ctrl(methods_async, async_ctrl) in bio_f_async_filter()
|
D | tls13ccstest.c | 50 || !BIO_meth_set_ctrl(method_watchccs, watchccs_ctrl) in bio_f_watchccs_filter()
|
/third_party/openssl/test/ossl_shim/ |
D | async_bio.cc | 137 || !BIO_meth_set_ctrl(g_async_bio_method, AsyncCtrl) in AsyncMethod()
|
D | packeted_bio.cc | 259 || !BIO_meth_set_ctrl(g_packeted_bio_method, PacketedCtrl) in PacketedMethod()
|
/third_party/ffmpeg/libavformat/ |
D | tls_openssl.c | 290 BIO_meth_set_ctrl(p->url_bio_method, url_bio_ctrl); in tls_open()
|
/third_party/node/src/ |
D | node_crypto_bio.cc | 235 BIO_meth_set_ctrl(method, Ctrl); in GetMethod()
|
/third_party/nghttp2/src/ |
D | shrpx_connection.cc | 291 BIO_meth_set_ctrl(meth, shrpx_bio_ctrl); in create_bio_method()
|
/third_party/openssl/include/openssl/ |
D | bio.h | 786 int BIO_meth_set_ctrl(BIO_METHOD *biom,
|
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlsconnection.c | 1182 || !BIO_meth_set_ctrl (custom_bio_methods, bio_method_ctrl) in BIO_s_gst_dtls_connection()
|
/third_party/libcoap/src/ |
D | coap_openssl.c | 760 BIO_meth_set_ctrl(context->dtls.meth, coap_dgram_ctrl); in coap_dtls_new_context() 779 BIO_meth_set_ctrl(context->tls.meth, coap_sock_ctrl); in coap_dtls_new_context()
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 796 #define BIO_meth_set_ctrl BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_meth_set_ctrl) macro
|
/third_party/openssl/util/ |
D | libcrypto.num | 3992 BIO_meth_set_ctrl 3938 1_1_0 EXIST::FUNCTION:
|