Searched refs:BIO_meth_new (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/external/bsd/libevent/dist/
H A Dopenssl-compat.h11 static inline BIO_METHOD *BIO_meth_new(int type, const char *name) function
H A Dbufferevent_openssl.c240 methods_bufferevent = BIO_meth_new(BIO_TYPE_LIBEVENT, "bufferevent");
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbio_meth.c36 BIO_METHOD *BIO_meth_new(int type, const char *name) function
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/ossl_shim/
H A Dasync_bio.cc133 g_async_bio_method = BIO_meth_new(BIO_TYPE_FILTER, "async bio");
H A Dpacketed_bio.cc255 g_packeted_bio_method = BIO_meth_new(BIO_TYPE_FILTER, "packeted bio");
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/testutil/
H A Dtap_bio.c28 tap = BIO_meth_new(BIO_TYPE_START | BIO_TYPE_FILTER, "tap");
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dbf_prefix.c32 BIO_meth_new(BIO_TYPE_FILTER, "Prefix filter")) == NULL
H A Ds_server.c320 methods_ebcdic = BIO_meth_new(BIO_TYPE_EBCDIC_FILTER,
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbio_meth.c36 BIO_METHOD *BIO_meth_new(int type, const char *name) function
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dsslcorrupttest.c111 method_tls_corrupt = BIO_meth_new(BIO_TYPE_CUSTOM_FILTER,
H A Dasynciotest.c48 methods_async = BIO_meth_new(BIO_TYPE_ASYNC_FILTER, "Async filter");
H A Dtls13ccstest.c43 method_watchccs = BIO_meth_new(BIO_TYPE_WATCHCCS_FILTER,
H A Dssltestlib.c75 method_tls_dump = BIO_meth_new(BIO_TYPE_TLS_DUMP_FILTER,
313 if (!TEST_ptr(meth_mem = BIO_meth_new(BIO_TYPE_MEMPACKET_TEST,
661 if (!TEST_ptr(meth_always_retry = BIO_meth_new(BIO_TYPE_ALWAYS_RETRY,
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dsslcorrupttest.c111 method_tls_corrupt = BIO_meth_new(BIO_TYPE_CUSTOM_FILTER,
H A Dtls13ccstest.c43 method_watchccs = BIO_meth_new(BIO_TYPE_WATCHCCS_FILTER,
H A Dasynciotest.c48 methods_async = BIO_meth_new(BIO_TYPE_ASYNC_FILTER, "Async filter");
/netbsd-current/crypto/external/bsd/openssl/dist/providers/common/
H A Dbio_prov.c210 corebiometh = BIO_meth_new(BIO_TYPE_CORE_TO_PROV, "BIO to Core filter");
/netbsd-current/crypto/external/bsd/openssl/dist/test/helpers/
H A Dssltestlib.c60 method_tls_dump = BIO_meth_new(BIO_TYPE_TLS_DUMP_FILTER,
298 if (!TEST_ptr(meth_mem = BIO_meth_new(BIO_TYPE_MEMPACKET_TEST,
734 if (!TEST_ptr(meth_always_retry = BIO_meth_new(BIO_TYPE_ALWAYS_RETRY,
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dtls_o.c139 BIO_meth_new( int type, const char *name ) function
1263 BIO_METHOD * method = BIO_meth_new( 100 | 0x400, "sockbuf glue" );
/netbsd-current/external/bsd/libevent/dist/test/
H A Dregress_ssl.c704 methods_rwcount = BIO_meth_new(BIO_TYPE_LIBEVENT_RWCOUNT, "rwcount");
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dbio.h764 BIO_METHOD *BIO_meth_new(int type, const char *name);
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Ds_server.c269 methods_ebcdic = BIO_meth_new(BIO_TYPE_EBCDIC_FILTER,

Completed in 336 milliseconds