Searched refs:BIO_meth_new (Results 1 – 21 of 21) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BIO_meth_new.pod | 6 BIO_meth_new, BIO_meth_free, BIO_meth_get_read_ex, BIO_meth_set_read_ex, 20 BIO_METHOD *BIO_meth_new(int type, const char *name); 65 BIO_meth_new() creates a new B<BIO_METHOD> structure. It should be given a 140 BIO_meth_new(int type, const char *name) returns a valid B<BIO_METHOD> or NULL
|
D | BIO_get_data.pod | 50 L<bio>, L<BIO_meth_new>
|
/third_party/openssl/test/testutil/ |
D | tap_bio.c | 28 tap = BIO_meth_new(BIO_TYPE_START | BIO_TYPE_FILTER, "tap"); in BIO_f_tap()
|
/third_party/openssl/crypto/bio/ |
D | bio_meth.c | 36 BIO_METHOD *BIO_meth_new(int type, const char *name) in BIO_meth_new() function
|
/third_party/openssl/apps/ |
D | bf_prefix.c | 32 BIO_meth_new(BIO_TYPE_FILTER, "Prefix filter")) == NULL in apps_bf_prefix()
|
D | s_server.c | 320 methods_ebcdic = BIO_meth_new(BIO_TYPE_EBCDIC_FILTER, in BIO_f_ebcdic_filter()
|
/third_party/openssl/test/ |
D | ssltestlib.c | 75 method_tls_dump = BIO_meth_new(BIO_TYPE_TLS_DUMP_FILTER, in bio_f_tls_dump_filter() 313 if (!TEST_ptr(meth_mem = BIO_meth_new(BIO_TYPE_MEMPACKET_TEST, in bio_s_mempacket_test() 628 if (!TEST_ptr(meth_always_retry = BIO_meth_new(BIO_TYPE_ALWAYS_RETRY, in bio_s_always_retry()
|
D | sslcorrupttest.c | 111 method_tls_corrupt = BIO_meth_new(BIO_TYPE_CUSTOM_FILTER, in bio_f_tls_corrupt_filter()
|
D | asynciotest.c | 48 methods_async = BIO_meth_new(BIO_TYPE_ASYNC_FILTER, "Async filter"); in bio_f_async_filter()
|
D | tls13ccstest.c | 43 method_watchccs = BIO_meth_new(BIO_TYPE_WATCHCCS_FILTER, in bio_f_watchccs_filter()
|
/third_party/openssl/test/ossl_shim/ |
D | async_bio.cc | 133 g_async_bio_method = BIO_meth_new(BIO_TYPE_FILTER, "async bio"); in AsyncMethod()
|
D | packeted_bio.cc | 255 g_packeted_bio_method = BIO_meth_new(BIO_TYPE_FILTER, "packeted bio"); in PacketedMethod()
|
/third_party/ffmpeg/libavformat/ |
D | tls_openssl.c | 286 p->url_bio_method = BIO_meth_new(BIO_TYPE_SOURCE_SINK, "urlprotocol bio"); in tls_open()
|
/third_party/node/src/ |
D | node_crypto_bio.cc | 230 method = BIO_meth_new(BIO_TYPE_MEM, "node.js SSL buffer"); in GetMethod()
|
/third_party/nghttp2/src/ |
D | shrpx_connection.cc | 286 auto meth = BIO_meth_new(BIO_TYPE_FD, "nghttpx-bio"); in create_bio_method()
|
/third_party/openssl/include/openssl/ |
D | bio.h | 764 BIO_METHOD *BIO_meth_new(int type, const char *name);
|
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlsconnection.c | 1178 custom_bio_methods = BIO_meth_new (BIO_TYPE_BIO, "stream"); in BIO_s_gst_dtls_connection()
|
/third_party/libcoap/src/ |
D | coap_openssl.c | 751 context->dtls.meth = BIO_meth_new(BIO_TYPE_DGRAM, "coapdgram"); in coap_dtls_new_context() 773 context->tls.meth = BIO_meth_new(BIO_TYPE_SOCKET, "coapsock"); in coap_dtls_new_context()
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 794 #define BIO_meth_new BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_meth_new) macro
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 150 BIO_F_BIO_METH_NEW:146:BIO_meth_new
|
/third_party/openssl/util/ |
D | libcrypto.num | 3983 BIO_meth_new 3929 1_1_0 EXIST::FUNCTION:
|