Symbol: BIO_meth_new
crypto/openssl/apps/s_server.c
278
methods_ebcdic = BIO_meth_new(BIO_TYPE_EBCDIC_FILTER,
crypto/openssl/include/openssl/bio.h
975
BIO_METHOD *BIO_meth_new(int type, const char *name);
crypto/openssl/providers/common/bio_prov.c
210
corebiometh = BIO_meth_new(BIO_TYPE_CORE_TO_PROV, "BIO to Core filter");
crypto/openssl/test/asynciotest.c
48
methods_async = BIO_meth_new(BIO_TYPE_ASYNC_FILTER, "Async filter");
crypto/openssl/test/bio_meth_test.c
23
if (!TEST_ptr(meth1 = BIO_meth_new(id, "Method1"))
crypto/openssl/test/bio_meth_test.c
24
|| !TEST_ptr(meth2 = BIO_meth_new(BIO_TYPE_NONE, "Method2"))
crypto/openssl/test/bio_meth_test.c
25
|| !TEST_ptr(meth3 = BIO_meth_new(BIO_TYPE_NONE | BIO_TYPE_FILTER, "Method3"))
crypto/openssl/test/helpers/noisydgrambio.c
527
method_noisy_dgram = BIO_meth_new(BIO_TYPE_NOISY_DGRAM_FILTER,
crypto/openssl/test/helpers/pktsplitbio.c
124
method_pkt_split_dgram = BIO_meth_new(BIO_TYPE_PKT_SPLIT_DGRAM_FILTER,
crypto/openssl/test/helpers/quictestlib.c
1277
tmp = BIO_meth_new(BIO_TYPE_CIPHER_PACKET_FILTER, "Cipher Packet Filter");
crypto/openssl/test/helpers/ssltestlib.c
293
if (!TEST_ptr(meth_mem = BIO_meth_new(BIO_TYPE_MEMPACKET_TEST,
crypto/openssl/test/helpers/ssltestlib.c
57
method_tls_dump = BIO_meth_new(BIO_TYPE_TLS_DUMP_FILTER,
crypto/openssl/test/helpers/ssltestlib.c
763
if (!TEST_ptr(meth_always_retry = BIO_meth_new(BIO_TYPE_ALWAYS_RETRY,
crypto/openssl/test/helpers/ssltestlib.c
863
if (!TEST_ptr(meth_maybe_retry = BIO_meth_new(BIO_TYPE_MAYBE_RETRY,
crypto/openssl/test/sslcorrupttest.c
111
method_tls_corrupt = BIO_meth_new(BIO_TYPE_CUSTOM_FILTER,
crypto/openssl/test/tls13ccstest.c
43
method_watchccs = BIO_meth_new(BIO_TYPE_WATCHCCS_FILTER,