Home
last modified time | relevance | path

Searched refs:BIO_meth_set_destroy (Results 1 – 11 of 11) sorted by relevance

/openssl/doc/man3/
H A DBIO_meth_new.pod11 BIO_meth_get_destroy, BIO_meth_set_destroy, BIO_meth_get_callback_ctrl,
42 int BIO_meth_set_destroy(BIO_METHOD *biom, int (*destroy)(BIO *));
155 BIO_meth_get_destroy() and BIO_meth_set_destroy() get and set the function used
/openssl/crypto/bio/
H A Dbio_meth.c217 int BIO_meth_set_destroy(BIO_METHOD *biom, int (*destroy) (BIO *)) in BIO_meth_set_destroy() function
/openssl/providers/common/
H A Dbio_prov.c218 || !BIO_meth_set_destroy(corebiometh, bio_core_free)) { in ossl_bio_prov_init_bio_method()
/openssl/test/
H A Dsslcorrupttest.c120 || !BIO_meth_set_destroy(method_tls_corrupt, tls_corrupt_free)) in bio_f_tls_corrupt_filter()
H A Dasynciotest.c56 || !BIO_meth_set_destroy(methods_async, async_free)) in bio_f_async_filter()
H A Dtls13ccstest.c52 || !BIO_meth_set_destroy(method_watchccs, watchccs_free)) in bio_f_watchccs_filter()
/openssl/test/helpers/
H A Dssltestlib.c66 || !BIO_meth_set_destroy(method_tls_dump, tls_dump_free)) in bio_f_tls_dump_filter()
303 || !TEST_true(BIO_meth_set_destroy(meth_mem, mempacket_test_free))) in bio_s_mempacket_test()
745 || !TEST_true(BIO_meth_set_destroy(meth_always_retry, in bio_s_always_retry()
839 || !TEST_true(BIO_meth_set_destroy(meth_maybe_retry, in bio_s_maybe_retry()
H A Dnoisydgrambio.c532 || !BIO_meth_set_destroy(method_noisy_dgram, noisy_dgram_free)) in bio_f_noisy_dgram_filter()
/openssl/include/openssl/
H A Dbio.h.in966 int BIO_meth_set_destroy(BIO_METHOD *biom, int (*destroy) (BIO *));
/openssl/apps/
H A Ds_server.c284 || !BIO_meth_set_destroy(methods_ebcdic, ebcdic_free)) in BIO_f_ebcdic_filter()
/openssl/util/
H A Dlibcrypto.num3861 BIO_meth_set_destroy 3948 3_0_0 EXIST::FUNCTION:

Completed in 56 milliseconds