Home
last modified time | relevance | path

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

1234

/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
143 BIO_meth_new(int type, const char *name) returns a valid B<BIO_METHOD> or NULL
DBIO_get_data.pod50 L<bio(7)>, L<BIO_meth_new(3)>
/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/node/deps/openssl/openssl/crypto/bio/
Dbio_meth.c36 BIO_METHOD *BIO_meth_new(int type, const char *name) in BIO_meth_new() function
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dbio.rs65 pub fn BIO_meth_new(type_: c_int, name: *const c_char) -> *mut BIO_METHOD; in BIO_meth_new() function
/third_party/openssl/test/
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/node/deps/openssl/openssl/providers/common/
Dbio_prov.c210 corebiometh = BIO_meth_new(BIO_TYPE_CORE_TO_PROV, "BIO to Core filter"); in ossl_bio_prov_init_bio_method()
/third_party/openssl/providers/common/
Dbio_prov.c210 corebiometh = BIO_meth_new(BIO_TYPE_CORE_TO_PROV, "BIO to Core filter"); in ossl_bio_prov_init_bio_method()
/third_party/openssl/test/helpers/
Dssltestlib.c50 method_tls_dump = BIO_meth_new(BIO_TYPE_TLS_DUMP_FILTER, in bio_f_tls_dump_filter()
288 if (!TEST_ptr(meth_mem = BIO_meth_new(BIO_TYPE_MEMPACKET_TEST, in bio_s_mempacket_test()
724 if (!TEST_ptr(meth_always_retry = BIO_meth_new(BIO_TYPE_ALWAYS_RETRY, in bio_s_always_retry()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dbio.rs206 … let ptr = cvt_p(ffi::BIO_meth_new(ffi::BIO_TYPE_NONE, b"rust\0".as_ptr() as *const _))?;
/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/crypto/
Dcrypto_bio.cc225 BIO_METHOD* method = BIO_meth_new(BIO_TYPE_MEM, "node.js SSL buffer"); in GetMethod()
/third_party/openssl/ohos_lite/include/openssl/
Dbio.h764 BIO_METHOD *BIO_meth_new(int type, const char *name);
/third_party/nghttp2/src/
Dshrpx_connection.cc297 auto meth = BIO_meth_new(BIO_TYPE_FD, "nghttpx-bio"); in create_bio_method()
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/no-asm/include/openssl/
Dbio.h850 BIO_METHOD *BIO_meth_new(int type, const char *name);
/third_party/node/deps/openssl/config/archs/linux32-s390x/no-asm/include/openssl/
Dbio.h850 BIO_METHOD *BIO_meth_new(int type, const char *name);
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/include/openssl/
Dbio.h850 BIO_METHOD *BIO_meth_new(int type, const char *name);
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/include/openssl/
Dbio.h850 BIO_METHOD *BIO_meth_new(int type, const char *name);
/third_party/node/deps/openssl/config/archs/VC-WIN64A/no-asm/include/openssl/
Dbio.h850 BIO_METHOD *BIO_meth_new(int type, const char *name);
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/
Dbio.h850 BIO_METHOD *BIO_meth_new(int type, const char *name);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
Dbio.h850 BIO_METHOD *BIO_meth_new(int type, const char *name);
/third_party/node/deps/openssl/config/archs/VC-WIN64-ARM/no-asm/include/openssl/
Dbio.h850 BIO_METHOD *BIO_meth_new(int type, const char *name);
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
Dbio.h850 BIO_METHOD *BIO_meth_new(int type, const char *name);

1234