Home
last modified time | relevance | path

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

/openssl/test/
H A Dbio_meth_test.c23 if (!TEST_ptr(meth1 = BIO_meth_new(id, "Method1")) in test_bio_meth()
24 || !TEST_ptr(meth2 = BIO_meth_new(BIO_TYPE_NONE, "Method2")) in test_bio_meth()
25 || !TEST_ptr(meth3 = BIO_meth_new(BIO_TYPE_NONE|BIO_TYPE_FILTER, "Method3")) in test_bio_meth()
H A Dsslcorrupttest.c111 method_tls_corrupt = BIO_meth_new(BIO_TYPE_CUSTOM_FILTER, in bio_f_tls_corrupt_filter()
H A Dasynciotest.c48 methods_async = BIO_meth_new(BIO_TYPE_ASYNC_FILTER, "Async filter"); in bio_f_async_filter()
H A Dtls13ccstest.c43 method_watchccs = BIO_meth_new(BIO_TYPE_WATCHCCS_FILTER, in bio_f_watchccs_filter()
/openssl/doc/man3/
H A DBIO_meth_new.pod6 BIO_meth_new, BIO_meth_free, BIO_meth_get_read_ex, BIO_meth_set_read_ex,
21 BIO_METHOD *BIO_meth_new(int type, const char *name);
90 BIO_meth_new() creates a new B<BIO_METHOD> structure that contains a type
177 BIO_meth_new(int type, const char *name) returns a valid B<BIO_METHOD> or NULL
H A DBIO_get_data.pod50 L<bio(7)>, L<BIO_meth_new(3)>
/openssl/test/helpers/
H A Dpktsplitbio.c125 method_pkt_split_dgram = BIO_meth_new(BIO_TYPE_PKT_SPLIT_DGRAM_FILTER, in bio_f_pkt_split_dgram_filter()
H A Dssltestlib.c57 method_tls_dump = BIO_meth_new(BIO_TYPE_TLS_DUMP_FILTER, in bio_f_tls_dump_filter()
295 if (!TEST_ptr(meth_mem = BIO_meth_new(BIO_TYPE_MEMPACKET_TEST, in bio_s_mempacket_test()
731 if (!TEST_ptr(meth_always_retry = BIO_meth_new(BIO_TYPE_ALWAYS_RETRY, in bio_s_always_retry()
831 if (!TEST_ptr(meth_maybe_retry = BIO_meth_new(BIO_TYPE_MAYBE_RETRY, in bio_s_maybe_retry()
H A Dnoisydgrambio.c525 method_noisy_dgram = BIO_meth_new(BIO_TYPE_NOISY_DGRAM_FILTER, in bio_f_noisy_dgram_filter()
H A Dquictestlib.c1181 tmp = BIO_meth_new(BIO_TYPE_CIPHER_PACKET_FILTER, "Cipher Packet Filter"); in qtest_get_bio_method()
/openssl/crypto/bio/
H A Dbio_meth.c37 BIO_METHOD *BIO_meth_new(int type, const char *name) in BIO_meth_new() function
/openssl/providers/common/
H A Dbio_prov.c210 corebiometh = BIO_meth_new(BIO_TYPE_CORE_TO_PROV, "BIO to Core filter"); in ossl_bio_prov_init_bio_method()
/openssl/doc/
H A Dbuild.info614 DEPEND[html/man3/BIO_meth_new.html]=man3/BIO_meth_new.pod
615 GENERATE[html/man3/BIO_meth_new.html]=man3/BIO_meth_new.pod
616 DEPEND[man/man3/BIO_meth_new.3]=man3/BIO_meth_new.pod
617 GENERATE[man/man3/BIO_meth_new.3]=man3/BIO_meth_new.pod
3163 html/man3/BIO_meth_new.html \
3827 man/man3/BIO_meth_new.3 \
/openssl/include/openssl/
H A Dbio.h.in943 BIO_METHOD *BIO_meth_new(int type, const char *name);
/openssl/apps/
H A Ds_server.c275 methods_ebcdic = BIO_meth_new(BIO_TYPE_EBCDIC_FILTER, in BIO_f_ebcdic_filter()
/openssl/util/
H A Dlibcrypto.num3842 BIO_meth_new 3929 3_0_0 EXIST::FUNCTION:
/openssl/
H A DCHANGES.md362 or BIO_get_new_index() can be used to supply a type to BIO_meth_new().

Completed in 119 milliseconds