| /freebsd-10-stable/crypto/openssl/crypto/bio/ |
| D | bss_mem.c | 97 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 …]
|
| /freebsd-10-stable/crypto/openssl/crypto/buffer/ |
| D | buffer.c | 70 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()
|
| D | buffer.h | 83 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);
|
| /freebsd-10-stable/crypto/openssl/doc/crypto/ |
| D | BIO_s_mem.pod | 16 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 */
|
| D | buffer.pod | 15 BUF_MEM *BUF_MEM_new(void); 17 void BUF_MEM_free(BUF_MEM *a); 19 int BUF_MEM_grow(BUF_MEM *str, int len);
|
| /freebsd-10-stable/crypto/openssl/crypto/asn1/ |
| D | a_d2i_fp.c | 65 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() 145 static int asn1_d2i_read_bio(BIO *in, BUF_MEM **pb) in asn1_d2i_read_bio() 147 BUF_MEM *b; in asn1_d2i_read_bio()
|
| D | tasn_dec.c | 71 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() 1053 static int asn1_collect(BUF_MEM *buf, const unsigned char **in, long len, in asn1_collect() 1110 static int collect_data(BUF_MEM *buf, const unsigned char **p, long plen) in collect_data()
|
| D | a_bytes.c | 278 BUF_MEM b; in asn1_collate_primitive()
|
| /freebsd-10-stable/crypto/openssl/apps/ |
| D | asn1pars.c | 87 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()
|
| /freebsd-10-stable/crypto/openssl/crypto/store/ |
| D | store.h | 245 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[],
|
| D | str_lib.c | 1070 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()
|
| /freebsd-10-stable/crypto/openssl/crypto/x509/ |
| D | by_dir.c | 87 BUF_MEM *buffer; 271 BUF_MEM *b = NULL; in get_cert_by_subject()
|
| D | x509_obj.c | 81 BUF_MEM *b = NULL; in X509_NAME_oneline()
|
| /freebsd-10-stable/crypto/openssl/crypto/txt_db/ |
| D | txt_db.c | 82 BUF_MEM *buf = NULL; in TXT_DB_read() 261 BUF_MEM *buf = NULL; in TXT_DB_write()
|
| /freebsd-10-stable/crypto/openssl/crypto/pem/ |
| D | pem_lib.c | 676 BUF_MEM *nameB; in PEM_read_bio() 677 BUF_MEM *headerB; in PEM_read_bio() 678 BUF_MEM *dataB, *tmpB; in PEM_read_bio()
|
| /freebsd-10-stable/crypto/openssl/crypto/ |
| D | ossl_typ.h | 125 typedef struct buf_mem_st BUF_MEM; typedef
|
| /freebsd-10-stable/crypto/openssl/crypto/conf/ |
| D | conf_def.c | 212 BUF_MEM *buff = NULL; in def_load_bio() 478 BUF_MEM *buf; in str_copy()
|
| /freebsd-10-stable/crypto/openssl/ssl/ |
| D | s3_both.c | 329 static int ssl3_add_cert_to_buf(BUF_MEM *buf, unsigned long *l, X509 *x) in ssl3_add_cert_to_buf() 352 BUF_MEM *buf; in ssl3_output_cert_chain()
|
| D | d1_srvr.c | 146 BUF_MEM *buf; in IMPLEMENT_dtls1_meth_func() 1118 BUF_MEM *buf; in dtls1_send_server_key_exchange() 1525 BUF_MEM *buf; in dtls1_send_certificate_request()
|
| D | s23_srvr.c | 150 BUF_MEM *buf; in IMPLEMENT_ssl23_meth_func()
|
| D | s23_clnt.c | 148 BUF_MEM *buf = NULL; in IMPLEMENT_ssl23_meth_func()
|
| D | d1_both.c | 1117 static int dtls1_add_cert_to_buf(BUF_MEM *buf, unsigned long *l, X509 *x) in dtls1_add_cert_to_buf() 1140 BUF_MEM *buf; in dtls1_output_cert_chain()
|
| D | s3_srvr.c | 214 BUF_MEM *buf; in ssl3_accept() 1663 BUF_MEM *buf; in ssl3_send_server_key_exchange() 2084 BUF_MEM *buf; in ssl3_send_certificate_request()
|
| D | s2_clnt.c | 147 BUF_MEM *buf = NULL; in IMPLEMENT_ssl2_meth_func()
|
| /freebsd-10-stable/crypto/openssl/util/ |
| D | indent.pro | 130 -T BUF_MEM
|