Searched refs:BIO_meth_set_ctrl (Results 1 – 13 of 13) sorted by relevance
/openssl/test/helpers/ |
H A D | pktsplitbio.c | 128 || !BIO_meth_set_ctrl(method_pkt_split_dgram, pkt_split_dgram_ctrl) in bio_f_pkt_split_dgram_filter()
|
H A D | ssltestlib.c | 64 || !BIO_meth_set_ctrl(method_tls_dump, tls_dump_ctrl) in bio_f_tls_dump_filter() 301 || !TEST_true(BIO_meth_set_ctrl(meth_mem, mempacket_test_ctrl)) in bio_s_mempacket_test() 741 || !TEST_true(BIO_meth_set_ctrl(meth_always_retry, in bio_s_always_retry() 835 || !TEST_true(BIO_meth_set_ctrl(meth_maybe_retry, in bio_s_maybe_retry()
|
H A D | noisydgrambio.c | 528 || !BIO_meth_set_ctrl(method_noisy_dgram, noisy_dgram_ctrl) in bio_f_noisy_dgram_filter()
|
H A D | quictestlib.c | 1187 || !TEST_true(BIO_meth_set_ctrl(tmp, pcipher_ctrl))) in qtest_get_bio_method()
|
/openssl/doc/man3/ |
H A D | BIO_meth_new.pod | 10 BIO_meth_set_ctrl, BIO_meth_get_create, BIO_meth_set_create, 47 int BIO_meth_set_ctrl(BIO_METHOD *biom, 134 BIO_meth_get_ctrl() and BIO_meth_set_ctrl() get and set the function used for
|
/openssl/crypto/bio/ |
H A D | bio_meth.c | 180 int BIO_meth_set_ctrl(BIO_METHOD *biom, in BIO_meth_set_ctrl() function
|
/openssl/providers/common/ |
H A D | bio_prov.c | 216 || !BIO_meth_set_ctrl(corebiometh, bio_core_ctrl) in ossl_bio_prov_init_bio_method()
|
/openssl/test/ |
H A D | sslcorrupttest.c | 118 || !BIO_meth_set_ctrl(method_tls_corrupt, tls_corrupt_ctrl) in bio_f_tls_corrupt_filter()
|
H A D | asynciotest.c | 54 || !BIO_meth_set_ctrl(methods_async, async_ctrl) in bio_f_async_filter()
|
H A D | tls13ccstest.c | 50 || !BIO_meth_set_ctrl(method_watchccs, watchccs_ctrl) in bio_f_watchccs_filter()
|
/openssl/include/openssl/ |
H A D | bio.h.in | 977 int BIO_meth_set_ctrl(BIO_METHOD *biom,
|
/openssl/apps/ |
H A D | s_server.c | 282 || !BIO_meth_set_ctrl(methods_ebcdic, ebcdic_ctrl) in BIO_f_ebcdic_filter()
|
/openssl/util/ |
H A D | libcrypto.num | 3851 BIO_meth_set_ctrl 3938 3_0_0 EXIST::FUNCTION:
|
Completed in 56 milliseconds