Home
last modified time | relevance | path

Searched refs:BIO_meth_new (Results 1 – 21 of 21) sorted by relevance

/third_party/openssl/doc/man3/
DBIO_meth_new.pod6 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
DBIO_get_data.pod50 L<bio>, L<BIO_meth_new>
/third_party/openssl/test/testutil/
Dtap_bio.c28 tap = BIO_meth_new(BIO_TYPE_START | BIO_TYPE_FILTER, "tap"); in BIO_f_tap()
/third_party/openssl/crypto/bio/
Dbio_meth.c36 BIO_METHOD *BIO_meth_new(int type, const char *name) in BIO_meth_new() function
/third_party/openssl/apps/
Dbf_prefix.c32 BIO_meth_new(BIO_TYPE_FILTER, "Prefix filter")) == NULL in apps_bf_prefix()
Ds_server.c320 methods_ebcdic = BIO_meth_new(BIO_TYPE_EBCDIC_FILTER, in BIO_f_ebcdic_filter()
/third_party/openssl/test/
Dssltestlib.c75 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()
Dsslcorrupttest.c111 method_tls_corrupt = BIO_meth_new(BIO_TYPE_CUSTOM_FILTER, in bio_f_tls_corrupt_filter()
Dasynciotest.c48 methods_async = BIO_meth_new(BIO_TYPE_ASYNC_FILTER, "Async filter"); in bio_f_async_filter()
Dtls13ccstest.c43 method_watchccs = BIO_meth_new(BIO_TYPE_WATCHCCS_FILTER, in bio_f_watchccs_filter()
/third_party/openssl/test/ossl_shim/
Dasync_bio.cc133 g_async_bio_method = BIO_meth_new(BIO_TYPE_FILTER, "async bio"); in AsyncMethod()
Dpacketed_bio.cc255 g_packeted_bio_method = BIO_meth_new(BIO_TYPE_FILTER, "packeted bio"); in PacketedMethod()
/third_party/ffmpeg/libavformat/
Dtls_openssl.c286 p->url_bio_method = BIO_meth_new(BIO_TYPE_SOURCE_SINK, "urlprotocol bio"); in tls_open()
/third_party/node/src/
Dnode_crypto_bio.cc230 method = BIO_meth_new(BIO_TYPE_MEM, "node.js SSL buffer"); in GetMethod()
/third_party/nghttp2/src/
Dshrpx_connection.cc286 auto meth = BIO_meth_new(BIO_TYPE_FD, "nghttpx-bio"); in create_bio_method()
/third_party/openssl/include/openssl/
Dbio.h764 BIO_METHOD *BIO_meth_new(int type, const char *name);
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsconnection.c1178 custom_bio_methods = BIO_meth_new (BIO_TYPE_BIO, "stream"); in BIO_s_gst_dtls_connection()
/third_party/libcoap/src/
Dcoap_openssl.c751 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/
Dboringssl_prefix_symbols.h794 #define BIO_meth_new BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_meth_new) macro
/third_party/openssl/crypto/err/
Dopenssl.txt150 BIO_F_BIO_METH_NEW:146:BIO_meth_new
/third_party/openssl/util/
Dlibcrypto.num3983 BIO_meth_new 3929 1_1_0 EXIST::FUNCTION: