/third_party/node/deps/openssl/openssl/crypto/buffer/ |
H A D | buffer.c | 21 BUF_MEM *BUF_MEM_new_ex(unsigned long flags) in BUF_MEM_new_ex() 23 BUF_MEM *ret; in BUF_MEM_new_ex() 31 BUF_MEM *BUF_MEM_new(void) in BUF_MEM_new() 33 BUF_MEM *ret; in BUF_MEM_new() 43 void BUF_MEM_free(BUF_MEM *a) in BUF_MEM_free() 58 static char *sec_alloc_realloc(BUF_MEM *str, size_t len) in sec_alloc_realloc() 73 size_t BUF_MEM_grow(BUF_MEM *str, size_t len) in BUF_MEM_grow() 110 size_t BUF_MEM_grow_clean(BUF_MEM *str, size_t len) in BUF_MEM_grow_clean()
|
/third_party/openssl/crypto/buffer/ |
H A D | buffer.c | 21 BUF_MEM *BUF_MEM_new_ex(unsigned long flags) in BUF_MEM_new_ex() 23 BUF_MEM *ret; in BUF_MEM_new_ex() 31 BUF_MEM *BUF_MEM_new(void) in BUF_MEM_new() 33 BUF_MEM *ret; in BUF_MEM_new() 43 void BUF_MEM_free(BUF_MEM *a) in BUF_MEM_free() 58 static char *sec_alloc_realloc(BUF_MEM *str, size_t len) in sec_alloc_realloc() 73 size_t BUF_MEM_grow(BUF_MEM *str, size_t len) in BUF_MEM_grow() 110 size_t BUF_MEM_grow_clean(BUF_MEM *str, size_t len) in BUF_MEM_grow_clean()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | buffer.h | 51 BUF_MEM *BUF_MEM_new(void); 52 BUF_MEM *BUF_MEM_new_ex(unsigned long flags); 53 void BUF_MEM_free(BUF_MEM *a); 54 size_t BUF_MEM_grow(BUF_MEM *str, size_t len); 55 size_t BUF_MEM_grow_clean(BUF_MEM *str, size_t len);
|
/third_party/openssl/include/openssl/ |
H A D | buffer.h | 51 BUF_MEM *BUF_MEM_new(void); 52 BUF_MEM *BUF_MEM_new_ex(unsigned long flags); 53 void BUF_MEM_free(BUF_MEM *a); 54 size_t BUF_MEM_grow(BUF_MEM *str, size_t len); 55 size_t BUF_MEM_grow_clean(BUF_MEM *str, size_t len);
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | buffer.h | 47 BUF_MEM *BUF_MEM_new(void); 48 BUF_MEM *BUF_MEM_new_ex(unsigned long flags); 49 void BUF_MEM_free(BUF_MEM *a); 50 size_t BUF_MEM_grow(BUF_MEM *str, size_t len); 51 size_t BUF_MEM_grow_clean(BUF_MEM *str, size_t len);
|
/third_party/openssl/test/ |
H A D | bio_memleak_test.c | 20 BUF_MEM bufmem; in test_bio_memleak() 47 BUF_MEM *bufmem = NULL; in test_bio_get_mem() 75 BUF_MEM *bufmem; in test_bio_new_mem_buf() 110 BUF_MEM *bufmem; in test_bio_rdonly_mem_buf() 241 BUF_MEM bufmem; in test_bio_i2d_ASN1_mime()
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_d2i_fp.c | 40 BUF_MEM *b = NULL; in ASN1_d2i_bio() 61 BUF_MEM *b = NULL; in ASN1_item_d2i_bio_ex() 109 int asn1_d2i_read_bio(BIO *in, BUF_MEM **pb) in asn1_d2i_read_bio() 111 BUF_MEM *b; in asn1_d2i_read_bio()
|
H A D | tasn_dec.c | 37 static int asn1_collect(BUF_MEM *buf, const unsigned char **in, long len, 40 static int collect_data(BUF_MEM *buf, const unsigned char **p, long plen); 707 BUF_MEM buf = { 0, NULL, 0, 0 }; in asn1_d2i_ex_primitive() 1040 static int asn1_collect(BUF_MEM *buf, const unsigned char **in, long len, in asn1_collect() 1097 static int collect_data(BUF_MEM *buf, const unsigned char **p, long plen) in collect_data()
|
H A D | d2i_param.c | 51 BUF_MEM *b = NULL; in d2i_KeyParams_bio()
|
/third_party/node/deps/openssl/openssl/providers/implementations/storemgmt/ |
H A D | file_store_any2obj.c | 57 static int any2obj_decode_final(void *provctx, int objtype, BUF_MEM *mem, in any2obj_decode_final() 88 BUF_MEM *mem = NULL; in der2obj_decode() 114 BUF_MEM *mem = NULL; in msblob2obj_decode() 183 BUF_MEM *mem = NULL; in pvk2obj_decode()
|
/third_party/openssl/crypto/asn1/ |
H A D | a_d2i_fp.c | 40 BUF_MEM *b = NULL; in ASN1_d2i_bio() 61 BUF_MEM *b = NULL; in ASN1_item_d2i_bio_ex() 109 int asn1_d2i_read_bio(BIO *in, BUF_MEM **pb) in asn1_d2i_read_bio() 111 BUF_MEM *b; in asn1_d2i_read_bio()
|
H A D | tasn_dec.c | 37 static int asn1_collect(BUF_MEM *buf, const unsigned char **in, long len, 40 static int collect_data(BUF_MEM *buf, const unsigned char **p, long plen); 707 BUF_MEM buf = { 0, NULL, 0, 0 }; in asn1_d2i_ex_primitive() 1040 static int asn1_collect(BUF_MEM *buf, const unsigned char **in, long len, in asn1_collect() 1097 static int collect_data(BUF_MEM *buf, const unsigned char **p, long plen) in collect_data()
|
H A D | d2i_param.c | 51 BUF_MEM *b = NULL; in d2i_KeyParams_bio()
|
/third_party/openssl/providers/implementations/storemgmt/ |
H A D | file_store_any2obj.c | 57 static int any2obj_decode_final(void *provctx, int objtype, BUF_MEM *mem, in any2obj_decode_final() 88 BUF_MEM *mem = NULL; in der2obj_decode() 114 BUF_MEM *mem = NULL; in msblob2obj_decode() 183 BUF_MEM *mem = NULL; in pvk2obj_decode()
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bss_mem.c | 85 BUF_MEM *b; in BIO_new_mem_buf() 164 BUF_MEM *b = bb->buf; in mem_buf_free() 195 BUF_MEM *bm = bbm->readp; in mem_read() 247 BUF_MEM *bm, *bo; /* bio_mem, bio_other */ in mem_ctrl() 347 BUF_MEM *bm = bbm->readp; in mem_gets()
|
/third_party/openssl/crypto/bio/ |
H A D | bss_mem.c | 85 BUF_MEM *b; in BIO_new_mem_buf() 164 BUF_MEM *b = bb->buf; in mem_buf_free() 195 BUF_MEM *bm = bbm->readp; in mem_read() 247 BUF_MEM *bm, *bo; /* bio_mem, bio_other */ in mem_ctrl() 347 BUF_MEM *bm = bbm->readp; in mem_gets()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | asn1parse.c | 59 static int do_generate(char *genstr, const char *genconf, BUF_MEM *buf); 65 BUF_MEM *buf = NULL; in asn1parse_main() 318 static int do_generate(char *genstr, const char *genconf, BUF_MEM *buf) in do_generate()
|
/third_party/openssl/apps/ |
H A D | asn1parse.c | 59 static int do_generate(char *genstr, const char *genconf, BUF_MEM *buf); 65 BUF_MEM *buf = NULL; in asn1parse_main() 321 static int do_generate(char *genstr, const char *genconf, BUF_MEM *buf) in do_generate()
|
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | asn1.h | 14 int asn1_d2i_read_bio(BIO *in, BUF_MEM **pb);
|
H A D | packet.h | 656 BUF_MEM *buf; 701 int WPACKET_init_len(WPACKET *pkt, BUF_MEM *buf, size_t lenbytes); 707 int WPACKET_init(WPACKET *pkt, BUF_MEM *buf); 723 * Same as WPACKET_init_len except we do not use a growable BUF_MEM structure.
|
/third_party/openssl/include/internal/ |
H A D | asn1.h | 14 int asn1_d2i_read_bio(BIO *in, BUF_MEM **pb);
|
H A D | packet.h | 656 BUF_MEM *buf; 701 int WPACKET_init_len(WPACKET *pkt, BUF_MEM *buf, size_t lenbytes); 707 int WPACKET_init(WPACKET *pkt, BUF_MEM *buf); 723 * Same as WPACKET_init_len except we do not use a growable BUF_MEM structure.
|
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
H A D | endecoder_common.c | 90 BUF_MEM *mem = NULL; in ossl_read_der()
|
/third_party/openssl/providers/implementations/encode_decode/ |
H A D | endecoder_common.c | 90 BUF_MEM *mem = NULL; in ossl_read_der()
|
/third_party/node/deps/openssl/openssl/crypto/txt_db/ |
H A D | txt_db.c | 29 BUF_MEM *buf = NULL; in TXT_DB_read() 192 BUF_MEM *buf = NULL; in TXT_DB_write()
|