crypto/openssl/apps/s_server.c
267
static BIO_METHOD *methods_ebcdic = NULL;
crypto/openssl/apps/s_server.c
275
static const BIO_METHOD *BIO_f_ebcdic_filter(void)
crypto/openssl/crypto/asn1/bio_asn1.c
79
static const BIO_METHOD methods_asn1 = {
crypto/openssl/crypto/asn1/bio_asn1.c
94
const BIO_METHOD *BIO_f_asn1(void)
crypto/openssl/crypto/bio/bf_buff.c
25
static const BIO_METHOD methods_buffer = {
crypto/openssl/crypto/bio/bf_buff.c
40
const BIO_METHOD *BIO_f_buffer(void)
crypto/openssl/crypto/bio/bf_lbuf.c
30
static const BIO_METHOD methods_linebuffer = {
crypto/openssl/crypto/bio/bf_lbuf.c
45
const BIO_METHOD *BIO_f_linebuffer(void)
crypto/openssl/crypto/bio/bf_nbio.c
34
static const BIO_METHOD methods_nbiof = {
crypto/openssl/crypto/bio/bf_nbio.c
49
const BIO_METHOD *BIO_f_nbio_test(void)
crypto/openssl/crypto/bio/bf_null.c
25
static const BIO_METHOD methods_nullf = {
crypto/openssl/crypto/bio/bf_null.c
40
const BIO_METHOD *BIO_f_null(void)
crypto/openssl/crypto/bio/bf_prefix.c
25
static const BIO_METHOD prefix_meth = {
crypto/openssl/crypto/bio/bf_prefix.c
40
const BIO_METHOD *BIO_f_prefix(void)
crypto/openssl/crypto/bio/bf_readbuff.c
33
static const BIO_METHOD methods_readbuffer = {
crypto/openssl/crypto/bio/bf_readbuff.c
48
const BIO_METHOD *BIO_f_readbuffer(void)
crypto/openssl/crypto/bio/bio_lib.c
114
BIO *BIO_new(const BIO_METHOD *method)
crypto/openssl/crypto/bio/bio_lib.c
81
BIO *BIO_new_ex(OSSL_LIB_CTX *libctx, const BIO_METHOD *method)
crypto/openssl/crypto/bio/bio_local.h
100
const BIO_METHOD *method;
crypto/openssl/crypto/bio/bio_meth.c
108
int (*BIO_meth_get_read(const BIO_METHOD *biom))(BIO *, char *, int)
crypto/openssl/crypto/bio/bio_meth.c
113
int (*BIO_meth_get_read_ex(const BIO_METHOD *biom))(BIO *, char *, size_t, size_t *)
crypto/openssl/crypto/bio/bio_meth.c
139
int BIO_meth_set_read(BIO_METHOD *biom,
crypto/openssl/crypto/bio/bio_meth.c
147
int BIO_meth_set_read_ex(BIO_METHOD *biom,
crypto/openssl/crypto/bio/bio_meth.c
156
int (*BIO_meth_get_puts(const BIO_METHOD *biom))(BIO *, const char *)
crypto/openssl/crypto/bio/bio_meth.c
162
int BIO_meth_set_puts(BIO_METHOD *biom,
crypto/openssl/crypto/bio/bio_meth.c
170
int (*BIO_meth_get_gets(const BIO_METHOD *biom))(BIO *, char *, int)
crypto/openssl/crypto/bio/bio_meth.c
176
int BIO_meth_set_gets(BIO_METHOD *biom,
crypto/openssl/crypto/bio/bio_meth.c
184
long (*BIO_meth_get_ctrl(const BIO_METHOD *biom))(BIO *, int, long, void *)
crypto/openssl/crypto/bio/bio_meth.c
190
int BIO_meth_set_ctrl(BIO_METHOD *biom,
crypto/openssl/crypto/bio/bio_meth.c
198
int (*BIO_meth_get_create(const BIO_METHOD *biom))(BIO *)
crypto/openssl/crypto/bio/bio_meth.c
204
int BIO_meth_set_create(BIO_METHOD *biom, int (*create)(BIO *))
crypto/openssl/crypto/bio/bio_meth.c
211
int (*BIO_meth_get_destroy(const BIO_METHOD *biom))(BIO *)
crypto/openssl/crypto/bio/bio_meth.c
217
int BIO_meth_set_destroy(BIO_METHOD *biom, int (*destroy)(BIO *))
crypto/openssl/crypto/bio/bio_meth.c
224
long (*BIO_meth_get_callback_ctrl(const BIO_METHOD *biom))(BIO *, int, BIO_info_cb *)
crypto/openssl/crypto/bio/bio_meth.c
230
int BIO_meth_set_callback_ctrl(BIO_METHOD *biom,
crypto/openssl/crypto/bio/bio_meth.c
238
int BIO_meth_set_sendmmsg(BIO_METHOD *biom,
crypto/openssl/crypto/bio/bio_meth.c
246
int (*BIO_meth_get_sendmmsg(const BIO_METHOD *biom))(BIO *, BIO_MSG *, size_t, size_t, uint64_t, size_t *)
crypto/openssl/crypto/bio/bio_meth.c
252
int BIO_meth_set_recvmmsg(BIO_METHOD *biom,
crypto/openssl/crypto/bio/bio_meth.c
260
int (*BIO_meth_get_recvmmsg(const BIO_METHOD *biom))(BIO *, BIO_MSG *, size_t, size_t, uint64_t, size_t *)
crypto/openssl/crypto/bio/bio_meth.c
37
BIO_METHOD *BIO_meth_new(int type, const char *name)
crypto/openssl/crypto/bio/bio_meth.c
39
BIO_METHOD *biom = OPENSSL_zalloc(sizeof(BIO_METHOD));
crypto/openssl/crypto/bio/bio_meth.c
50
void BIO_meth_free(BIO_METHOD *biom)
crypto/openssl/crypto/bio/bio_meth.c
59
int (*BIO_meth_get_write(const BIO_METHOD *biom))(BIO *, const char *, int)
crypto/openssl/crypto/bio/bio_meth.c
64
int (*BIO_meth_get_write_ex(const BIO_METHOD *biom))(BIO *, const char *, size_t,
crypto/openssl/crypto/bio/bio_meth.c
91
int BIO_meth_set_write(BIO_METHOD *biom,
crypto/openssl/crypto/bio/bio_meth.c
99
int BIO_meth_set_write_ex(BIO_METHOD *biom,
crypto/openssl/crypto/bio/bss_acpt.c
56
static const BIO_METHOD methods_acceptp = {
crypto/openssl/crypto/bio/bss_acpt.c
71
const BIO_METHOD *BIO_s_accept(void)
crypto/openssl/crypto/bio/bss_bio.c
38
static const BIO_METHOD methods_biop = {
crypto/openssl/crypto/bio/bss_bio.c
53
const BIO_METHOD *BIO_s_bio(void)
crypto/openssl/crypto/bio/bss_conn.c
307
const BIO_METHOD *BIO_s_connect(void)
crypto/openssl/crypto/bio/bss_conn.c
76
static const BIO_METHOD methods_connectp = {
crypto/openssl/crypto/bio/bss_core.c
107
static const BIO_METHOD corebiometh = {
crypto/openssl/crypto/bio/bss_core.c
122
const BIO_METHOD *BIO_s_core(void)
crypto/openssl/crypto/bio/bss_dgram.c
1783
const BIO_METHOD *BIO_s_datagram_sctp(void)
crypto/openssl/crypto/bio/bss_dgram.c
182
static const BIO_METHOD methods_dgramp = {
crypto/openssl/crypto/bio/bss_dgram.c
200
static const BIO_METHOD methods_dgramp_sctp = {
crypto/openssl/crypto/bio/bss_dgram.c
257
const BIO_METHOD *BIO_s_datagram(void)
crypto/openssl/crypto/bio/bss_dgram_pair.c
199
static const BIO_METHOD dgram_pair_method = {
crypto/openssl/crypto/bio/bss_dgram_pair.c
216
static const BIO_METHOD dgram_mem_method = {
crypto/openssl/crypto/bio/bss_dgram_pair.c
233
const BIO_METHOD *BIO_s_dgram_pair(void)
crypto/openssl/crypto/bio/bss_dgram_pair.c
238
const BIO_METHOD *BIO_s_dgram_mem(void)
crypto/openssl/crypto/bio/bss_fd.c
34
const BIO_METHOD *BIO_s_fd(void)
crypto/openssl/crypto/bio/bss_fd.c
60
static const BIO_METHOD methods_fdp = {
crypto/openssl/crypto/bio/bss_fd.c
75
const BIO_METHOD *BIO_s_fd(void)
crypto/openssl/crypto/bio/bss_file.c
104
const BIO_METHOD *BIO_s_file(void)
crypto/openssl/crypto/bio/bss_file.c
408
static const BIO_METHOD methods_filep = {
crypto/openssl/crypto/bio/bss_file.c
42
static const BIO_METHOD methods_filep = {
crypto/openssl/crypto/bio/bss_file.c
423
const BIO_METHOD *BIO_s_file(void)
crypto/openssl/crypto/bio/bss_log.c
104
const BIO_METHOD *BIO_s_log(void)
crypto/openssl/crypto/bio/bss_log.c
373
const BIO_METHOD *BIO_s_log(void)
crypto/openssl/crypto/bio/bss_log.c
89
static const BIO_METHOD methods_slg = {
crypto/openssl/crypto/bio/bss_mem.c
26
static const BIO_METHOD mem_method = {
crypto/openssl/crypto/bio/bss_mem.c
41
static const BIO_METHOD secmem_method = {
crypto/openssl/crypto/bio/bss_mem.c
72
const BIO_METHOD *BIO_s_mem(void)
crypto/openssl/crypto/bio/bss_mem.c
77
const BIO_METHOD *BIO_s_secmem(void)
crypto/openssl/crypto/bio/bss_null.c
20
static const BIO_METHOD null_method = {
crypto/openssl/crypto/bio/bss_null.c
35
const BIO_METHOD *BIO_s_null(void)
crypto/openssl/crypto/bio/bss_sock.c
47
static const BIO_METHOD methods_sockp = {
crypto/openssl/crypto/bio/bss_sock.c
62
const BIO_METHOD *BIO_s_socket(void)
crypto/openssl/crypto/comp/c_brotli.c
413
static const BIO_METHOD bio_meth_brotli = {
crypto/openssl/crypto/comp/c_brotli.c
431
const BIO_METHOD *BIO_f_brotli(void)
crypto/openssl/crypto/comp/c_zlib.c
368
static const BIO_METHOD bio_meth_zlib = {
crypto/openssl/crypto/comp/c_zlib.c
384
const BIO_METHOD *BIO_f_zlib(void)
crypto/openssl/crypto/comp/c_zstd.c
478
static const BIO_METHOD bio_meth_zstd = {
crypto/openssl/crypto/comp/c_zstd.c
496
const BIO_METHOD *BIO_f_zstd(void)
crypto/openssl/crypto/evp/bio_b64.c
46
static const BIO_METHOD methods_b64 = {
crypto/openssl/crypto/evp/bio_b64.c
61
const BIO_METHOD *BIO_f_base64(void)
crypto/openssl/crypto/evp/bio_enc.c
44
static const BIO_METHOD methods_enc = {
crypto/openssl/crypto/evp/bio_enc.c
59
const BIO_METHOD *BIO_f_cipher(void)
crypto/openssl/crypto/evp/bio_md.c
28
static const BIO_METHOD methods_md = {
crypto/openssl/crypto/evp/bio_md.c
43
const BIO_METHOD *BIO_f_md(void)
crypto/openssl/crypto/evp/bio_ok.c
112
static const BIO_METHOD methods_ok = {
crypto/openssl/crypto/evp/bio_ok.c
127
const BIO_METHOD *BIO_f_reliable(void)
crypto/openssl/crypto/pem/pem_lib.c
946
const BIO_METHOD *bmeth;
crypto/openssl/crypto/trace.c
44
static const BIO_METHOD trace_method = {
crypto/openssl/include/openssl/asn1.h
1083
const BIO_METHOD *BIO_f_asn1(void);
crypto/openssl/include/openssl/bio.h
1003
OSSL_DEPRECATEDIN_3_5 int (*BIO_meth_get_write(const BIO_METHOD *biom))(BIO *, const char *,
crypto/openssl/include/openssl/bio.h
1005
OSSL_DEPRECATEDIN_3_5 int (*BIO_meth_get_write_ex(const BIO_METHOD *biom))(BIO *, const char *,
crypto/openssl/include/openssl/bio.h
1007
OSSL_DEPRECATEDIN_3_5 int (*BIO_meth_get_sendmmsg(const BIO_METHOD *biom))(BIO *, BIO_MSG *,
crypto/openssl/include/openssl/bio.h
1010
OSSL_DEPRECATEDIN_3_5 int (*BIO_meth_get_read(const BIO_METHOD *biom))(BIO *, char *, int);
crypto/openssl/include/openssl/bio.h
1011
OSSL_DEPRECATEDIN_3_5 int (*BIO_meth_get_read_ex(const BIO_METHOD *biom))(BIO *, char *,
crypto/openssl/include/openssl/bio.h
1013
OSSL_DEPRECATEDIN_3_5 int (*BIO_meth_get_recvmmsg(const BIO_METHOD *biom))(BIO *, BIO_MSG *,
crypto/openssl/include/openssl/bio.h
1016
OSSL_DEPRECATEDIN_3_5 int (*BIO_meth_get_puts(const BIO_METHOD *biom))(BIO *, const char *);
crypto/openssl/include/openssl/bio.h
1017
OSSL_DEPRECATEDIN_3_5 int (*BIO_meth_get_gets(const BIO_METHOD *biom))(BIO *, char *, int);
crypto/openssl/include/openssl/bio.h
1018
OSSL_DEPRECATEDIN_3_5 long (*BIO_meth_get_ctrl(const BIO_METHOD *biom))(BIO *, int,
crypto/openssl/include/openssl/bio.h
1020
OSSL_DEPRECATEDIN_3_5 int (*BIO_meth_get_create(const BIO_METHOD *bion))(BIO *);
crypto/openssl/include/openssl/bio.h
1021
OSSL_DEPRECATEDIN_3_5 int (*BIO_meth_get_destroy(const BIO_METHOD *biom))(BIO *);
crypto/openssl/include/openssl/bio.h
1022
OSSL_DEPRECATEDIN_3_5 long (*BIO_meth_get_callback_ctrl(const BIO_METHOD *biom))(BIO *, int,
crypto/openssl/include/openssl/bio.h
725
const BIO_METHOD *BIO_s_file(void);
crypto/openssl/include/openssl/bio.h
731
BIO *BIO_new_ex(OSSL_LIB_CTX *libctx, const BIO_METHOD *method);
crypto/openssl/include/openssl/bio.h
732
BIO *BIO_new(const BIO_METHOD *type);
crypto/openssl/include/openssl/bio.h
778
const BIO_METHOD *BIO_s_mem(void);
crypto/openssl/include/openssl/bio.h
780
const BIO_METHOD *BIO_s_dgram_mem(void);
crypto/openssl/include/openssl/bio.h
782
const BIO_METHOD *BIO_s_secmem(void);
crypto/openssl/include/openssl/bio.h
785
const BIO_METHOD *BIO_s_socket(void);
crypto/openssl/include/openssl/bio.h
786
const BIO_METHOD *BIO_s_connect(void);
crypto/openssl/include/openssl/bio.h
787
const BIO_METHOD *BIO_s_accept(void);
crypto/openssl/include/openssl/bio.h
789
const BIO_METHOD *BIO_s_fd(void);
crypto/openssl/include/openssl/bio.h
790
const BIO_METHOD *BIO_s_log(void);
crypto/openssl/include/openssl/bio.h
791
const BIO_METHOD *BIO_s_bio(void);
crypto/openssl/include/openssl/bio.h
792
const BIO_METHOD *BIO_s_null(void);
crypto/openssl/include/openssl/bio.h
793
const BIO_METHOD *BIO_f_null(void);
crypto/openssl/include/openssl/bio.h
794
const BIO_METHOD *BIO_f_buffer(void);
crypto/openssl/include/openssl/bio.h
795
const BIO_METHOD *BIO_f_readbuffer(void);
crypto/openssl/include/openssl/bio.h
796
const BIO_METHOD *BIO_f_linebuffer(void);
crypto/openssl/include/openssl/bio.h
797
const BIO_METHOD *BIO_f_nbio_test(void);
crypto/openssl/include/openssl/bio.h
798
const BIO_METHOD *BIO_f_prefix(void);
crypto/openssl/include/openssl/bio.h
799
const BIO_METHOD *BIO_s_core(void);
crypto/openssl/include/openssl/bio.h
801
const BIO_METHOD *BIO_s_dgram_pair(void);
crypto/openssl/include/openssl/bio.h
802
const BIO_METHOD *BIO_s_datagram(void);
crypto/openssl/include/openssl/bio.h
806
const BIO_METHOD *BIO_s_datagram_sctp(void);
crypto/openssl/include/openssl/bio.h
975
BIO_METHOD *BIO_meth_new(int type, const char *name);
crypto/openssl/include/openssl/bio.h
976
void BIO_meth_free(BIO_METHOD *biom);
crypto/openssl/include/openssl/bio.h
977
int BIO_meth_set_write(BIO_METHOD *biom,
crypto/openssl/include/openssl/bio.h
979
int BIO_meth_set_write_ex(BIO_METHOD *biom,
crypto/openssl/include/openssl/bio.h
981
int BIO_meth_set_sendmmsg(BIO_METHOD *biom,
crypto/openssl/include/openssl/bio.h
984
int BIO_meth_set_read(BIO_METHOD *biom,
crypto/openssl/include/openssl/bio.h
986
int BIO_meth_set_read_ex(BIO_METHOD *biom,
crypto/openssl/include/openssl/bio.h
988
int BIO_meth_set_recvmmsg(BIO_METHOD *biom,
crypto/openssl/include/openssl/bio.h
991
int BIO_meth_set_puts(BIO_METHOD *biom,
crypto/openssl/include/openssl/bio.h
993
int BIO_meth_set_gets(BIO_METHOD *biom,
crypto/openssl/include/openssl/bio.h
995
int BIO_meth_set_ctrl(BIO_METHOD *biom,
crypto/openssl/include/openssl/bio.h
997
int BIO_meth_set_create(BIO_METHOD *biom, int (*create)(BIO *));
crypto/openssl/include/openssl/bio.h
998
int BIO_meth_set_destroy(BIO_METHOD *biom, int (*destroy)(BIO *));
crypto/openssl/include/openssl/bio.h
999
int BIO_meth_set_callback_ctrl(BIO_METHOD *biom,
crypto/openssl/include/openssl/comp.h
59
const BIO_METHOD *BIO_f_zlib(void);
crypto/openssl/include/openssl/comp.h
60
const BIO_METHOD *BIO_f_brotli(void);
crypto/openssl/include/openssl/comp.h
61
const BIO_METHOD *BIO_f_zstd(void);
crypto/openssl/include/openssl/evp.h
933
const BIO_METHOD *BIO_f_md(void);
crypto/openssl/include/openssl/evp.h
934
const BIO_METHOD *BIO_f_base64(void);
crypto/openssl/include/openssl/evp.h
935
const BIO_METHOD *BIO_f_cipher(void);
crypto/openssl/include/openssl/evp.h
936
const BIO_METHOD *BIO_f_reliable(void);
crypto/openssl/include/openssl/ssl.h
1615
__owur const BIO_METHOD *BIO_f_ssl(void);
crypto/openssl/providers/baseprov.c
142
BIO_METHOD *corebiometh;
crypto/openssl/providers/common/bio_prov.c
206
BIO_METHOD *ossl_bio_prov_init_bio_method(void)
crypto/openssl/providers/common/bio_prov.c
208
BIO_METHOD *corebiometh = NULL;
crypto/openssl/providers/common/bio_prov.c
229
BIO_METHOD *corebiometh = ossl_prov_ctx_get0_core_bio_method(provctx);
crypto/openssl/providers/common/include/prov/bio.h
31
BIO_METHOD *ossl_bio_prov_init_bio_method(void);
crypto/openssl/providers/common/include/prov/provider_ctx.h
22
BIO_METHOD *corebiometh;
crypto/openssl/providers/common/include/prov/provider_ctx.h
37
void ossl_prov_ctx_set0_core_bio_method(PROV_CTX *ctx, BIO_METHOD *corebiometh);
crypto/openssl/providers/common/include/prov/provider_ctx.h
42
BIO_METHOD *ossl_prov_ctx_get0_core_bio_method(PROV_CTX *ctx);
crypto/openssl/providers/common/provider_ctx.c
37
void ossl_prov_ctx_set0_core_bio_method(PROV_CTX *ctx, BIO_METHOD *corebiometh)
crypto/openssl/providers/common/provider_ctx.c
64
BIO_METHOD *ossl_prov_ctx_get0_core_bio_method(PROV_CTX *ctx)
crypto/openssl/providers/defltprov.c
728
BIO_METHOD *corebiometh;
crypto/openssl/ssl/bio_ssl.c
42
static const BIO_METHOD methods_sslp = {
crypto/openssl/ssl/bio_ssl.c
57
const BIO_METHOD *BIO_f_ssl(void)
crypto/openssl/ssl/ssl_lib.c
1700
static const BIO_METHOD *fd_method(SSL *s)
crypto/openssl/test/asynciotest.c
38
static BIO_METHOD *methods_async = NULL;
crypto/openssl/test/asynciotest.c
45
static const BIO_METHOD *bio_f_async_filter(void)
crypto/openssl/test/bio_comp_test.c
37
static int do_bio_comp_test(const BIO_METHOD *meth, size_t size)
crypto/openssl/test/bio_comp_test.c
79
static int do_bio_comp(const BIO_METHOD *meth, int n)
crypto/openssl/test/bio_meth_test.c
16
BIO_METHOD *meth1 = NULL, *meth2 = NULL, *meth3 = NULL;
crypto/openssl/test/filterprov.c
144
BIO_METHOD *corebiometh;
crypto/openssl/test/helpers/noisydgrambio.c
521
static BIO_METHOD *method_noisy_dgram = NULL;
crypto/openssl/test/helpers/noisydgrambio.c
524
const BIO_METHOD *bio_f_noisy_dgram_filter(void)
crypto/openssl/test/helpers/pktsplitbio.c
118
static BIO_METHOD *method_pkt_split_dgram = NULL;
crypto/openssl/test/helpers/pktsplitbio.c
121
const BIO_METHOD *bio_f_pkt_split_dgram_filter(void)
crypto/openssl/test/helpers/quictestlib.c
1162
static BIO_METHOD *pcipherbiometh = NULL;
crypto/openssl/test/helpers/quictestlib.c
1270
BIO_METHOD *qtest_get_bio_method(void)
crypto/openssl/test/helpers/quictestlib.c
1272
BIO_METHOD *tmp;
crypto/openssl/test/helpers/quictestlib.h
279
const BIO_METHOD *bio_f_noisy_dgram_filter(void);
crypto/openssl/test/helpers/quictestlib.h
288
const BIO_METHOD *bio_f_pkt_split_dgram_filter(void);
crypto/openssl/test/helpers/quictestlib.h
64
BIO_METHOD *qtest_get_bio_method(void);
crypto/openssl/test/helpers/ssltestlib.c
290
const BIO_METHOD *bio_s_mempacket_test(void)
crypto/openssl/test/helpers/ssltestlib.c
47
static BIO_METHOD *method_tls_dump = NULL;
crypto/openssl/test/helpers/ssltestlib.c
48
static BIO_METHOD *meth_mem = NULL;
crypto/openssl/test/helpers/ssltestlib.c
49
static BIO_METHOD *meth_always_retry = NULL;
crypto/openssl/test/helpers/ssltestlib.c
50
static BIO_METHOD *meth_maybe_retry = NULL;
crypto/openssl/test/helpers/ssltestlib.c
54
const BIO_METHOD *bio_f_tls_dump_filter(void)
crypto/openssl/test/helpers/ssltestlib.c
760
const BIO_METHOD *bio_s_always_retry(void)
crypto/openssl/test/helpers/ssltestlib.c
860
const BIO_METHOD *bio_s_maybe_retry(void)
crypto/openssl/test/helpers/ssltestlib.h
43
const BIO_METHOD *bio_f_tls_dump_filter(void);
crypto/openssl/test/helpers/ssltestlib.h
46
const BIO_METHOD *bio_s_mempacket_test(void);
crypto/openssl/test/helpers/ssltestlib.h
49
const BIO_METHOD *bio_s_always_retry(void);
crypto/openssl/test/helpers/ssltestlib.h
59
const BIO_METHOD *bio_s_maybe_retry(void);
crypto/openssl/test/sslcorrupttest.c
105
static BIO_METHOD *method_tls_corrupt = NULL;
crypto/openssl/test/sslcorrupttest.c
108
static const BIO_METHOD *bio_f_tls_corrupt_filter(void)
crypto/openssl/test/testutil/tu_local.h
19
const BIO_METHOD *BIO_f_tap(void);
crypto/openssl/test/tls13ccstest.c
38
static BIO_METHOD *method_watchccs = NULL;
crypto/openssl/test/tls13ccstest.c
40
static const BIO_METHOD *bio_f_watchccs_filter(void)