Symbol: BUF_MEM
crypto/openssl/apps/asn1parse.c
331
static int do_generate(char *genstr, const char *genconf, BUF_MEM *buf)
crypto/openssl/apps/asn1parse.c
70
static int do_generate(char *genstr, const char *genconf, BUF_MEM *buf);
crypto/openssl/apps/asn1parse.c
76
BUF_MEM *buf = NULL;
crypto/openssl/apps/lib/apps.c
2029
BUF_MEM *bufm;
crypto/openssl/apps/lib/apps.c
3204
BUF_MEM *mem_buffer = NULL;
crypto/openssl/crypto/asn1/a_d2i_fp.c
109
int asn1_d2i_read_bio(BIO *in, BUF_MEM **pb)
crypto/openssl/crypto/asn1/a_d2i_fp.c
111
BUF_MEM *b;
crypto/openssl/crypto/asn1/a_d2i_fp.c
40
BUF_MEM *b = NULL;
crypto/openssl/crypto/asn1/a_d2i_fp.c
61
BUF_MEM *b = NULL;
crypto/openssl/crypto/asn1/d2i_param.c
51
BUF_MEM *b = NULL;
crypto/openssl/crypto/asn1/tasn_dec.c
1073
static int asn1_collect(BUF_MEM *buf, const unsigned char **in, long len,
crypto/openssl/crypto/asn1/tasn_dec.c
1130
static int collect_data(BUF_MEM *buf, const unsigned char **p, long plen)
crypto/openssl/crypto/asn1/tasn_dec.c
32
static int asn1_collect(BUF_MEM *buf, const unsigned char **in, long len,
crypto/openssl/crypto/asn1/tasn_dec.c
35
static int collect_data(BUF_MEM *buf, const unsigned char **p, long plen);
crypto/openssl/crypto/asn1/tasn_dec.c
734
BUF_MEM buf = { 0, NULL, 0, 0 };
crypto/openssl/crypto/bio/bss_mem.c
164
BUF_MEM *b = bb->buf;
crypto/openssl/crypto/bio/bss_mem.c
195
BUF_MEM *bm = bbm->readp;
crypto/openssl/crypto/bio/bss_mem.c
247
BUF_MEM *bm, *bo; /* bio_mem, bio_other */
crypto/openssl/crypto/bio/bss_mem.c
347
BUF_MEM *bm = bbm->readp;
crypto/openssl/crypto/bio/bss_mem.c
85
BUF_MEM *b;
crypto/openssl/crypto/buffer/buffer.c
107
size_t BUF_MEM_grow_clean(BUF_MEM *str, size_t len)
crypto/openssl/crypto/buffer/buffer.c
21
BUF_MEM *BUF_MEM_new_ex(unsigned long flags)
crypto/openssl/crypto/buffer/buffer.c
23
BUF_MEM *ret;
crypto/openssl/crypto/buffer/buffer.c
31
BUF_MEM *BUF_MEM_new(void)
crypto/openssl/crypto/buffer/buffer.c
33
BUF_MEM *ret;
crypto/openssl/crypto/buffer/buffer.c
41
void BUF_MEM_free(BUF_MEM *a)
crypto/openssl/crypto/buffer/buffer.c
56
static char *sec_alloc_realloc(BUF_MEM *str, size_t len)
crypto/openssl/crypto/buffer/buffer.c
71
size_t BUF_MEM_grow(BUF_MEM *str, size_t len)
crypto/openssl/crypto/conf/conf_def.c
212
BUF_MEM *buff = NULL;
crypto/openssl/crypto/conf/conf_def.c
645
BUF_MEM *buf;
crypto/openssl/crypto/dsa/dsa_sign.c
80
BUF_MEM *buf = NULL;
crypto/openssl/crypto/ec/ec_asn1.c
1229
BUF_MEM *buf = NULL;
crypto/openssl/crypto/encode_decode/encoder_lib.c
123
BUF_MEM *buf = NULL;
crypto/openssl/crypto/encode_decode/encoder_lib.c
692
BUF_MEM *buf;
crypto/openssl/crypto/packet.c
160
int WPACKET_init_len(WPACKET *pkt, BUF_MEM *buf, size_t lenbytes)
crypto/openssl/crypto/packet.c
174
int WPACKET_init(WPACKET *pkt, BUF_MEM *buf)
crypto/openssl/crypto/pem/pem_lib.c
950
BUF_MEM *buf_mem;
crypto/openssl/crypto/txt_db/txt_db.c
191
BUF_MEM *buf = NULL;
crypto/openssl/crypto/txt_db/txt_db.c
29
BUF_MEM *buf = NULL;
crypto/openssl/crypto/x509/by_dir.c
234
BUF_MEM *b = NULL;
crypto/openssl/crypto/x509/by_dir.c
46
BUF_MEM *buffer;
crypto/openssl/crypto/x509/x509_obj.c
34
BUF_MEM *b = NULL;
crypto/openssl/crypto/x509/x_all.c
816
BUF_MEM *b = NULL;
crypto/openssl/crypto/x509/x_all.c
840
BUF_MEM *b = NULL;
crypto/openssl/crypto/x509/x_pubkey.c
576
BUF_MEM *buf = NULL;
crypto/openssl/engines/e_loader_attic.c
1166
BUF_MEM *new_mem = NULL;
crypto/openssl/engines/e_loader_attic.c
1400
BUF_MEM *mem = NULL;
crypto/openssl/engines/e_loader_attic.c
168
BUF_MEM *blob;
crypto/openssl/engines/e_loader_attic.c
191
BUF_MEM *embedded)
crypto/openssl/engines/e_loader_attic.c
448
BUF_MEM *mem = NULL;
crypto/openssl/include/crypto/x509.h
42
BUF_MEM *bytes; /* cached encoding: cannot be NULL */
crypto/openssl/include/internal/asn1.h
16
int asn1_d2i_read_bio(BIO *in, BUF_MEM **pb);
crypto/openssl/include/internal/packet.h
649
BUF_MEM *buf;
crypto/openssl/include/internal/packet.h
696
int WPACKET_init_len(WPACKET *pkt, BUF_MEM *buf, size_t lenbytes);
crypto/openssl/include/internal/packet.h
702
int WPACKET_init(WPACKET *pkt, BUF_MEM *buf);
crypto/openssl/include/openssl/buffer.h
50
BUF_MEM *BUF_MEM_new(void);
crypto/openssl/include/openssl/buffer.h
51
BUF_MEM *BUF_MEM_new_ex(unsigned long flags);
crypto/openssl/include/openssl/buffer.h
52
void BUF_MEM_free(BUF_MEM *a);
crypto/openssl/include/openssl/buffer.h
53
size_t BUF_MEM_grow(BUF_MEM *str, size_t len);
crypto/openssl/include/openssl/buffer.h
54
size_t BUF_MEM_grow_clean(BUF_MEM *str, size_t len);
crypto/openssl/providers/implementations/encode_decode/decode_epki2pki.c
89
BUF_MEM *mem = NULL;
crypto/openssl/providers/implementations/encode_decode/endecoder_common.c
89
BUF_MEM *mem = NULL;
crypto/openssl/providers/implementations/storemgmt/file_store_any2obj.c
133
BUF_MEM *mem = NULL;
crypto/openssl/providers/implementations/storemgmt/file_store_any2obj.c
160
BUF_MEM *mem = NULL;
crypto/openssl/providers/implementations/storemgmt/file_store_any2obj.c
230
BUF_MEM *mem = NULL;
crypto/openssl/providers/implementations/storemgmt/file_store_any2obj.c
93
const char *data_type, BUF_MEM *mem,
crypto/openssl/ssl/quic/quic_channel.c
1855
BUF_MEM *buf_mem = NULL;
crypto/openssl/ssl/quic/quic_channel.c
3234
BUF_MEM *buf_mem = NULL;
crypto/openssl/ssl/quic/quic_channel.c
559
BUF_MEM_free((BUF_MEM *)arg);
crypto/openssl/ssl/quic/quic_channel.c
569
BUF_MEM *buf_mem = NULL;
crypto/openssl/ssl/quic/quic_port.c
896
BUF_MEM *buf_mem = BUF_MEM_new();
crypto/openssl/ssl/ssl_cert_comp.c
199
BUF_MEM buf = { 0 };
crypto/openssl/ssl/ssl_local.h
1300
BUF_MEM *init_buf; /* buffer used during init */
crypto/openssl/ssl/statem/statem.c
357
BUF_MEM *buf = NULL;
crypto/openssl/ssl/statem/statem_clnt.c
2192
BUF_MEM *buf = BUF_MEM_new();
crypto/openssl/ssl/statem/statem_clnt.c
3868
BUF_MEM *buf = NULL;
crypto/openssl/ssl/statem/statem_lib.c
2863
BUF_MEM *buf)
crypto/openssl/ssl/statem/statem_local.h
139
BUF_MEM *buf);
crypto/openssl/ssl/statem/statem_srvr.c
3845
BUF_MEM *buf = BUF_MEM_new();
crypto/openssl/test/bio_base64_test.c
158
BUF_MEM *bptr;
crypto/openssl/test/bio_memleak_test.c
110
BUF_MEM *bufmem;
crypto/openssl/test/bio_memleak_test.c
20
BUF_MEM bufmem;
crypto/openssl/test/bio_memleak_test.c
241
BUF_MEM bufmem;
crypto/openssl/test/bio_memleak_test.c
47
BUF_MEM *bufmem = NULL;
crypto/openssl/test/bio_memleak_test.c
75
BUF_MEM *bufmem;
crypto/openssl/test/bio_pw_callback_test.c
159
BUF_MEM *bptr = NULL;
crypto/openssl/test/endecode_test.c
252
BUF_MEM *mem_buf = NULL;
crypto/openssl/test/endecode_test.c
368
BUF_MEM *mem_buf = NULL;
crypto/openssl/test/endecode_test.c
408
BUF_MEM *mem_buf = NULL;
crypto/openssl/test/endecode_test.c
453
BUF_MEM *mem_buf = NULL;
crypto/openssl/test/fake_rsaprov.c
806
BUF_MEM *mem = NULL;
crypto/openssl/test/helpers/quictestlib.c
1083
BUF_MEM *old_ext)
crypto/openssl/test/helpers/quictestlib.h
211
BUF_MEM *old_ext);
crypto/openssl/test/json_test.c
554
BUF_MEM *bufp = NULL;
crypto/openssl/test/punycode_test.c
203
BUF_MEM *in;
crypto/openssl/test/quic_multistream_test.c
4962
BUF_MEM *buf = NULL;
crypto/openssl/test/quic_txp_test.c
423
BUF_MEM_free((BUF_MEM *)arg);
crypto/openssl/test/quic_txp_test.c
431
BUF_MEM *buf_mem = NULL;
crypto/openssl/test/quic_txp_test.c
512
BUF_MEM *buf_mem = NULL;
crypto/openssl/test/quic_wire_test.c
1283
BUF_MEM *buf = NULL;
crypto/openssl/test/quicapitest.c
2188
BUF_MEM *old_bufm = NULL, *new_bufm = NULL;
crypto/openssl/test/tls-provider.c
2193
BUF_MEM *mem = NULL;
crypto/openssl/test/wpackettest.c
57
static BUF_MEM *buf;