Searched refs:BIO_meth_set_create (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/contrib/ntp/sntp/libevent/
H A Dopenssl-compat.h25 #define BIO_meth_set_create(b, f) (b)->create = (f) macro
H A Dbufferevent_openssl.c244 BIO_meth_set_create(methods_bufferevent, bio_bufferevent_new);
/freebsd-current/contrib/libevent/
H A Dopenssl-compat.h25 #define BIO_meth_set_create(b, f) (b)->create = (f) macro
H A Dbufferevent_openssl.c244 BIO_meth_set_create(methods_bufferevent, bio_bufferevent_new);
/freebsd-current/crypto/openssl/crypto/bio/
H A Dbio_meth.c192 int BIO_meth_set_create(BIO_METHOD *biom, int (*create) (BIO *)) function
/freebsd-current/crypto/openssl/providers/common/
H A Dbio_prov.c217 || !BIO_meth_set_create(corebiometh, bio_core_new)
/freebsd-current/crypto/openssl/test/
H A Dsslcorrupttest.c119 || !BIO_meth_set_create(method_tls_corrupt, tls_corrupt_new)
H A Dasynciotest.c55 || !BIO_meth_set_create(methods_async, async_new)
H A Dtls13ccstest.c51 || !BIO_meth_set_create(method_watchccs, watchccs_new)
/freebsd-current/crypto/openssl/test/helpers/
H A Dssltestlib.c68 || !BIO_meth_set_create(method_tls_dump, tls_dump_new)
305 || !TEST_true(BIO_meth_set_create(meth_mem, mempacket_test_new))
746 || !TEST_true(BIO_meth_set_create(meth_always_retry,
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress_ssl.c709 BIO_meth_set_create(methods_rwcount, bio_rwcount_new);
/freebsd-current/crypto/openssl/include/openssl/
H A Dbio.h875 int BIO_meth_set_create(BIO_METHOD *biom, int (*create) (BIO *));
/freebsd-current/contrib/libevent/test/
H A Dregress_ssl.c709 BIO_meth_set_create(methods_rwcount, bio_rwcount_new);
/freebsd-current/crypto/openssl/apps/
H A Ds_server.c277 || !BIO_meth_set_create(methods_ebcdic, ebcdic_new)
/freebsd-current/secure/lib/libcrypto/man/man3/
H A DMakefile858 MLINKS+= BIO_meth_new.3 BIO_meth_set_create.3

Completed in 215 milliseconds