/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 143 BIO_meth_new(int type, const char *name) returns a valid B<BIO_METHOD> or NULL
|
D | BIO_get_data.pod | 50 L<bio(7)>, L<BIO_meth_new(3)>
|
/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/node/deps/openssl/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/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | bio.rs | 65 pub fn BIO_meth_new(type_: c_int, name: *const c_char) -> *mut BIO_METHOD; in BIO_meth_new() function
|
/third_party/openssl/test/ |
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/node/deps/openssl/openssl/providers/common/ |
D | bio_prov.c | 210 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/ |
D | bio_prov.c | 210 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/ |
D | ssltestlib.c | 50 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/ |
D | bio.rs | 206 … let ptr = cvt_p(ffi::BIO_meth_new(ffi::BIO_TYPE_NONE, b"rust\0".as_ptr() as *const _))?;
|
/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/crypto/ |
D | crypto_bio.cc | 225 BIO_METHOD* method = BIO_meth_new(BIO_TYPE_MEM, "node.js SSL buffer"); in GetMethod()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | bio.h | 764 BIO_METHOD *BIO_meth_new(int type, const char *name);
|
/third_party/nghttp2/src/ |
D | shrpx_connection.cc | 297 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/ |
D | bio.h | 850 BIO_METHOD *BIO_meth_new(int type, const char *name);
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/no-asm/include/openssl/ |
D | bio.h | 850 BIO_METHOD *BIO_meth_new(int type, const char *name);
|
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/include/openssl/ |
D | bio.h | 850 BIO_METHOD *BIO_meth_new(int type, const char *name);
|
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/include/openssl/ |
D | bio.h | 850 BIO_METHOD *BIO_meth_new(int type, const char *name);
|
/third_party/node/deps/openssl/config/archs/VC-WIN64A/no-asm/include/openssl/ |
D | bio.h | 850 BIO_METHOD *BIO_meth_new(int type, const char *name);
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/ |
D | bio.h | 850 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/ |
D | bio.h | 850 BIO_METHOD *BIO_meth_new(int type, const char *name);
|
/third_party/node/deps/openssl/config/archs/VC-WIN64-ARM/no-asm/include/openssl/ |
D | bio.h | 850 BIO_METHOD *BIO_meth_new(int type, const char *name);
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
D | bio.h | 850 BIO_METHOD *BIO_meth_new(int type, const char *name);
|