Searched refs:BIO_meth_set_create (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, 50 int BIO_meth_set_create(BIO_METHOD *biom, int (*create)(BIO *)); 116 BIO_meth_get_create() and BIO_meth_set_create() get and set the function used
|
/third_party/openssl/test/testutil/ |
D | tap_bio.c | 35 BIO_meth_set_create(tap, tap_new); in BIO_f_tap()
|
/third_party/openssl/crypto/bio/ |
D | bio_meth.c | 192 int BIO_meth_set_create(BIO_METHOD *biom, int (*create) (BIO *)) in BIO_meth_set_create() function
|
/third_party/openssl/apps/ |
D | bf_prefix.c | 33 || !BIO_meth_set_create(prefix_meth, prefix_create) in apps_bf_prefix()
|
D | s_server.c | 328 || !BIO_meth_set_create(methods_ebcdic, ebcdic_new) in BIO_f_ebcdic_filter()
|
/third_party/openssl/test/ |
D | ssltestlib.c | 83 || !BIO_meth_set_create(method_tls_dump, tls_dump_new) in bio_f_tls_dump_filter() 320 || !TEST_true(BIO_meth_set_create(meth_mem, mempacket_test_new)) in bio_s_mempacket_test() 640 || !TEST_true(BIO_meth_set_create(meth_always_retry, in bio_s_always_retry()
|
D | sslcorrupttest.c | 119 || !BIO_meth_set_create(method_tls_corrupt, tls_corrupt_new) in bio_f_tls_corrupt_filter()
|
D | asynciotest.c | 55 || !BIO_meth_set_create(methods_async, async_new) in bio_f_async_filter()
|
D | tls13ccstest.c | 51 || !BIO_meth_set_create(method_watchccs, watchccs_new) in bio_f_watchccs_filter()
|
/third_party/openssl/test/ossl_shim/ |
D | async_bio.cc | 138 || !BIO_meth_set_create(g_async_bio_method, AsyncNew) in AsyncMethod()
|
D | packeted_bio.cc | 260 || !BIO_meth_set_create(g_packeted_bio_method, PacketedNew) in PacketedMethod()
|
/third_party/ffmpeg/libavformat/ |
D | tls_openssl.c | 291 BIO_meth_set_create(p->url_bio_method, url_bio_create); in tls_open()
|
/third_party/node/src/ |
D | node_crypto_bio.cc | 236 BIO_meth_set_create(method, New); in GetMethod()
|
/third_party/nghttp2/src/ |
D | shrpx_connection.cc | 292 BIO_meth_set_create(meth, shrpx_bio_create); in create_bio_method()
|
/third_party/openssl/include/openssl/ |
D | bio.h | 789 int BIO_meth_set_create(BIO_METHOD *biom, int (*create) (BIO *));
|
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlsconnection.c | 1183 || !BIO_meth_set_create (custom_bio_methods, bio_method_new) in BIO_s_gst_dtls_connection()
|
/third_party/libcoap/src/ |
D | coap_openssl.c | 761 BIO_meth_set_create(context->dtls.meth, coap_dgram_create); in coap_dtls_new_context() 780 BIO_meth_set_create(context->tls.meth, coap_sock_create); in coap_dtls_new_context()
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 795 #define BIO_meth_set_create BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_meth_set_create) macro
|
/third_party/openssl/util/ |
D | libcrypto.num | 3995 BIO_meth_set_create 3941 1_1_0 EXIST::FUNCTION:
|