Home
last modified time | relevance | path

Searched refs:BUF_MEM (Results 1 – 25 of 32) sorted by relevance

12

/NextBSD/crypto/openssl/crypto/bio/
HDbss_mem.c97 BUF_MEM *b; in BIO_new_mem_buf()
107 b = (BUF_MEM *)ret->ptr; in BIO_new_mem_buf()
119 BUF_MEM *b; in mem_new()
136 BUF_MEM *b; in mem_free()
137 b = (BUF_MEM *)a->ptr; in mem_free()
150 BUF_MEM *bm; in mem_read()
152 bm = (BUF_MEM *)b->ptr; in mem_read()
175 BUF_MEM *bm; in mem_write()
177 bm = (BUF_MEM *)b->ptr; in mem_write()
203 BUF_MEM *bm = (BUF_MEM *)b->ptr; in mem_ctrl()
[all …]
/NextBSD/crypto/openssl/crypto/buffer/
HDbuffer.c70 BUF_MEM *BUF_MEM_new(void) in BUF_MEM_new()
72 BUF_MEM *ret; in BUF_MEM_new()
74 ret = OPENSSL_malloc(sizeof(BUF_MEM)); in BUF_MEM_new()
85 void BUF_MEM_free(BUF_MEM *a) in BUF_MEM_free()
97 int BUF_MEM_grow(BUF_MEM *str, size_t len) in BUF_MEM_grow()
133 int BUF_MEM_grow_clean(BUF_MEM *str, size_t len) in BUF_MEM_grow_clean()
HDbuffer.h83 BUF_MEM *BUF_MEM_new(void);
84 void BUF_MEM_free(BUF_MEM *a);
85 int BUF_MEM_grow(BUF_MEM *str, size_t len);
86 int BUF_MEM_grow_clean(BUF_MEM *str, size_t len);
/NextBSD/crypto/openssl/doc/crypto/
HDBIO_s_mem.pod16 BIO_set_mem_buf(BIO *b,BUF_MEM *bm,int c)
17 BIO_get_mem_ptr(BIO *b,BUF_MEM **pp)
26 written to a memory BIO is stored in a BUF_MEM structure which is extended
36 BUF_MEM structure is also freed.
56 BIO_set_mem_buf() sets the internal BUF_MEM structure to B<bm> and sets the
60 BIO_get_mem_ptr() places the underlying BUF_MEM structure in B<pp>. It is
105 Extract the BUF_MEM structure from a memory BIO and then free up the BIO:
107 BUF_MEM *bptr;
109 BIO_set_close(mem, BIO_NOCLOSE); /* So BIO_free() leaves BUF_MEM alone */
HDbuffer.pod15 BUF_MEM *BUF_MEM_new(void);
17 void BUF_MEM_free(BUF_MEM *a);
19 int BUF_MEM_grow(BUF_MEM *str, int len);
/NextBSD/crypto/openssl/crypto/asn1/
HDa_d2i_fp.c65 static int asn1_d2i_read_bio(BIO *in, BUF_MEM **pb);
88 BUF_MEM *b = NULL; in ASN1_d2i_bio()
109 BUF_MEM *b = NULL; in ASN1_item_d2i_bio()
144 static int asn1_d2i_read_bio(BIO *in, BUF_MEM **pb) in asn1_d2i_read_bio()
146 BUF_MEM *b; in asn1_d2i_read_bio()
HDtasn_dec.c71 static int asn1_collect(BUF_MEM *buf, const unsigned char **in, long len,
74 static int collect_data(BUF_MEM *buf, const unsigned char **p, long plen);
720 BUF_MEM buf; in asn1_d2i_ex_primitive()
1055 static int asn1_collect(BUF_MEM *buf, const unsigned char **in, long len, in asn1_collect()
1112 static int collect_data(BUF_MEM *buf, const unsigned char **p, long plen) in collect_data()
HDa_bytes.c248 BUF_MEM b; in asn1_collate_primitive()
/NextBSD/crypto/openssl/apps/
HDasn1pars.c87 static int do_generate(BIO *bio, char *genstr, char *genconf, BUF_MEM *buf);
100 BUF_MEM *buf = NULL; in MAIN()
374 static int do_generate(BIO *bio, char *genstr, char *genconf, BUF_MEM *buf) in do_generate()
/NextBSD/crypto/openssl/crypto/store/
HDstore.h245 BUF_MEM *arbitrary;
343 int STORE_store_arbitrary(STORE *e, BUF_MEM *data, OPENSSL_ITEM attributes[],
350 BUF_MEM *STORE_get_arbitrary(STORE *e, OPENSSL_ITEM attributes[],
HDstr_lib.c1070 int STORE_store_arbitrary(STORE *s, BUF_MEM *data, OPENSSL_ITEM attributes[], in STORE_store_arbitrary()
1120 BUF_MEM *STORE_get_arbitrary(STORE *s, OPENSSL_ITEM attributes[], in STORE_get_arbitrary()
1124 BUF_MEM *b; in STORE_get_arbitrary()
/NextBSD/crypto/openssl/crypto/x509/
HDby_dir.c87 BUF_MEM *buffer;
271 BUF_MEM *b = NULL; in get_cert_by_subject()
HDx509_obj.c74 BUF_MEM *b = NULL; in X509_NAME_oneline()
/NextBSD/crypto/openssl/crypto/txt_db/
HDtxt_db.c82 BUF_MEM *buf = NULL; in TXT_DB_read()
261 BUF_MEM *buf = NULL; in TXT_DB_write()
/NextBSD/crypto/openssl/crypto/
HDossl_typ.h127 typedef struct buf_mem_st BUF_MEM; typedef
/NextBSD/crypto/openssl/crypto/pem/
HDpem_lib.c681 BUF_MEM *nameB; in PEM_read_bio()
682 BUF_MEM *headerB; in PEM_read_bio()
683 BUF_MEM *dataB, *tmpB; in PEM_read_bio()
/NextBSD/crypto/openssl/crypto/conf/
HDconf_def.c212 BUF_MEM *buff = NULL; in def_load_bio()
478 BUF_MEM *buf; in str_copy()
/NextBSD/crypto/openssl/ssl/
HDs23_srvr.c150 BUF_MEM *buf; in IMPLEMENT_ssl23_meth_func()
HDssl_cert.c1054 static int ssl_add_cert_to_buf(BUF_MEM *buf, unsigned long *l, X509 *x) in ssl_add_cert_to_buf()
1075 BUF_MEM *buf = s->init_buf; in ssl_add_cert_chain()
HDs23_clnt.c148 BUF_MEM *buf = NULL; in IMPLEMENT_ssl23_meth_func()
HDd1_clnt.c166 BUF_MEM *buf = NULL; in IMPLEMENT_dtls1_meth_func()
HDd1_srvr.c164 BUF_MEM *buf; in IMPLEMENT_dtls1_meth_func()
HDs3_srvr.c214 BUF_MEM *buf; in ssl3_accept()
1615 BUF_MEM *buf; in ssl3_send_server_key_exchange()
2043 BUF_MEM *buf; in ssl3_send_certificate_request()
/NextBSD/contrib/wpa/hs20/client/
HDest.c486 BUF_MEM *ptr; in generate_csr()
/NextBSD/crypto/openssl/util/
HDindent.pro130 -T BUF_MEM

12