Searched refs:BIO_meth_new (Results 1 – 17 of 17) sorted by relevance
/openssl/test/ |
H A D | bio_meth_test.c | 23 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 D | sslcorrupttest.c | 111 method_tls_corrupt = BIO_meth_new(BIO_TYPE_CUSTOM_FILTER, in bio_f_tls_corrupt_filter()
|
H A D | asynciotest.c | 48 methods_async = BIO_meth_new(BIO_TYPE_ASYNC_FILTER, "Async filter"); in bio_f_async_filter()
|
H A D | tls13ccstest.c | 43 method_watchccs = BIO_meth_new(BIO_TYPE_WATCHCCS_FILTER, in bio_f_watchccs_filter()
|
/openssl/doc/man3/ |
H A D | BIO_meth_new.pod | 6 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 D | BIO_get_data.pod | 50 L<bio(7)>, L<BIO_meth_new(3)>
|
/openssl/test/helpers/ |
H A D | pktsplitbio.c | 125 method_pkt_split_dgram = BIO_meth_new(BIO_TYPE_PKT_SPLIT_DGRAM_FILTER, in bio_f_pkt_split_dgram_filter()
|
H A D | ssltestlib.c | 57 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 D | noisydgrambio.c | 525 method_noisy_dgram = BIO_meth_new(BIO_TYPE_NOISY_DGRAM_FILTER, in bio_f_noisy_dgram_filter()
|
H A D | quictestlib.c | 1181 tmp = BIO_meth_new(BIO_TYPE_CIPHER_PACKET_FILTER, "Cipher Packet Filter"); in qtest_get_bio_method()
|
/openssl/crypto/bio/ |
H A D | bio_meth.c | 37 BIO_METHOD *BIO_meth_new(int type, const char *name) in BIO_meth_new() function
|
/openssl/providers/common/ |
H A 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()
|
/openssl/doc/ |
H A D | build.info | 614 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 D | bio.h.in | 943 BIO_METHOD *BIO_meth_new(int type, const char *name);
|
/openssl/apps/ |
H A D | s_server.c | 275 methods_ebcdic = BIO_meth_new(BIO_TYPE_EBCDIC_FILTER, in BIO_f_ebcdic_filter()
|
/openssl/util/ |
H A D | libcrypto.num | 3842 BIO_meth_new 3929 3_0_0 EXIST::FUNCTION:
|
/openssl/ |
H A D | CHANGES.md | 362 or BIO_get_new_index() can be used to supply a type to BIO_meth_new().
|
Completed in 119 milliseconds