/freebsd/crypto/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, 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
|
H A D | BIO_get_data.pod | 50 L<bio(7)>, L<BIO_meth_new(3)>
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | openssl-compat.h | 10 static inline BIO_METHOD *BIO_meth_new(int type, const char *name) in BIO_meth_new() function
|
H A D | bufferevent_openssl.c | 237 methods_bufferevent = BIO_meth_new(BIO_TYPE_LIBEVENT, "bufferevent"); in BIO_s_bufferevent()
|
/freebsd/contrib/libevent/ |
H A D | openssl-compat.h | 10 static inline BIO_METHOD *BIO_meth_new(int type, const char *name) in BIO_meth_new() function
|
H A D | bufferevent_openssl.c | 237 methods_bufferevent = BIO_meth_new(BIO_TYPE_LIBEVENT, "bufferevent"); in BIO_s_bufferevent()
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_meth.c | 36 BIO_METHOD *BIO_meth_new(int type, const char *name) in BIO_meth_new() function
|
/freebsd/crypto/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()
|
/freebsd/crypto/openssl/test/ |
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()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 36 MAN+= BIO_meth_new.3 826 MLINKS+= BIO_meth_new.3 BIO_get_new_index.3 846 MLINKS+= BIO_meth_new.3 BIO_meth_free.3 847 MLINKS+= BIO_meth_new.3 BIO_meth_get_callback_ctrl.3 848 MLINKS+= BIO_meth_new.3 BIO_meth_get_create.3 849 MLINKS+= BIO_meth_new.3 BIO_meth_get_ctrl.3 850 MLINKS+= BIO_meth_new.3 BIO_meth_get_destroy.3 851 MLINKS+= BIO_meth_new.3 BIO_meth_get_gets.3 852 MLINKS+= BIO_meth_new.3 BIO_meth_get_puts.3 853 MLINKS+= BIO_meth_new.3 BIO_meth_get_read.3 [all …]
|
/freebsd/crypto/openssl/test/helpers/ |
H A D | ssltestlib.c | 60 method_tls_dump = BIO_meth_new(BIO_TYPE_TLS_DUMP_FILTER, in bio_f_tls_dump_filter() 298 if (!TEST_ptr(meth_mem = BIO_meth_new(BIO_TYPE_MEMPACKET_TEST, in bio_s_mempacket_test() 734 if (!TEST_ptr(meth_always_retry = BIO_meth_new(BIO_TYPE_ALWAYS_RETRY, in bio_s_always_retry()
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_ssl.c | 702 methods_rwcount = BIO_meth_new(BIO_TYPE_LIBEVENT_RWCOUNT, "rwcount"); in BIO_s_rwcount()
|
/freebsd/contrib/libevent/test/ |
H A D | regress_ssl.c | 702 methods_rwcount = BIO_meth_new(BIO_TYPE_LIBEVENT_RWCOUNT, "rwcount"); in BIO_s_rwcount()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 850 BIO_METHOD *BIO_meth_new(int type, const char *name);
|
H A D | bio.h.in | 827 BIO_METHOD *BIO_meth_new(int type, const char *name);
|
/freebsd/crypto/openssl/doc/ |
H A D | build.info | 610 DEPEND[html/man3/BIO_meth_new.html]=man3/BIO_meth_new.pod 611 GENERATE[html/man3/BIO_meth_new.html]=man3/BIO_meth_new.pod 612 DEPEND[man/man3/BIO_meth_new.3]=man3/BIO_meth_new.pod 613 GENERATE[man/man3/BIO_meth_new.3]=man3/BIO_meth_new.pod 2938 html/man3/BIO_meth_new.html \ 3546 man/man3/BIO_meth_new.3 \
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 329 BIO_meth_new;
|
/freebsd/crypto/openssl/apps/ |
H A D | s_server.c | 269 methods_ebcdic = BIO_meth_new(BIO_TYPE_EBCDIC_FILTER, in BIO_f_ebcdic_filter()
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 3842 BIO_meth_new 3929 3_0_0 EXIST::FUNCTION:
|