Searched refs:BUF_MEM_grow (Results 1 – 15 of 15) sorted by relevance
/openssl/doc/man3/ |
H A D | BUF_MEM_new.pod | 5 BUF_MEM_new, BUF_MEM_new_ex, BUF_MEM_free, BUF_MEM_grow, 19 int BUF_MEM_grow(BUF_MEM *str, int len); 39 BUF_MEM_grow() changes the size of an already existing buffer to 43 BUF_MEM_grow_clean() is similar to BUF_MEM_grow() but it sets any free'd 55 BUF_MEM_grow() and BUF_MEM_grow_clean() return
|
/openssl/providers/implementations/storemgmt/ |
H A D | file_store_any2obj.c | 127 || !BUF_MEM_grow(mem, mem_want)) { in msblob2obj_decode() 149 if (!BUF_MEM_grow(mem, mem_len + mem_want)) { in msblob2obj_decode() 194 || !BUF_MEM_grow(mem, mem_want)) { in pvk2obj_decode() 216 if (!BUF_MEM_grow(mem, mem_len + mem_want)) { in pvk2obj_decode()
|
/openssl/crypto/x509/ |
H A D | x509_obj.c | 44 if (!BUF_MEM_grow(b, 200)) in X509_NAME_oneline() 125 if (!BUF_MEM_grow(b, l + 1)) in X509_NAME_oneline()
|
H A D | x_name.c | 180 if (!BUF_MEM_grow(nm.x->bytes, p - q)) in x509_name_ex_d2i() 270 if (!BUF_MEM_grow(a->bytes, len)) { in x509_name_encode()
|
H A D | by_dir.c | 270 if (!BUF_MEM_grow(b, j)) { in get_cert_by_subject_ex()
|
/openssl/apps/ |
H A D | asn1parse.c | 190 if (!BUF_MEM_grow(buf, BUFSIZ * 8)) in asn1parse_main() 214 if (!BUF_MEM_grow(buf, num + BUFSIZ)) in asn1parse_main() 350 if (!BUF_MEM_grow(buf, len)) in do_generate()
|
/openssl/include/openssl/ |
H A D | buffer.h | 54 size_t BUF_MEM_grow(BUF_MEM *str, size_t len);
|
/openssl/crypto/buffer/ |
H A D | buffer.c | 71 size_t BUF_MEM_grow(BUF_MEM *str, size_t len) in BUF_MEM_grow() function
|
/openssl/crypto/txt_db/ |
H A D | txt_db.c | 33 if (!BUF_MEM_grow(buf, size)) in TXT_DB_read()
|
/openssl/crypto/conf/ |
H A D | conf_def.c | 256 if (!BUF_MEM_grow(buff, bufnum + CONFBUFSIZE)) { in def_load_bio() 652 if (!BUF_MEM_grow(buf, len)) in str_copy()
|
/openssl/crypto/ |
H A D | packet.c | 68 if (BUF_MEM_grow(pkt->buf, newlen) == 0) in WPACKET_reserve_bytes()
|
/openssl/ssl/statem/ |
H A D | statem.c | 436 if (!BUF_MEM_grow(buf, SSL3_RT_MAX_PLAIN_LENGTH)) { in state_machine()
|
H A D | statem_lib.c | 84 || !BUF_MEM_grow(s->init_buf, msglen)) in ssl3_do_write() 2897 if (!BUF_MEM_grow(buf, expected_length) in tls13_process_compressed_certificate()
|
/openssl/util/ |
H A D | libcrypto.num | 275 BUF_MEM_grow 281 3_0_0 EXIST::FUNCTION:
|
/openssl/ |
H A D | CHANGES.md | 14072 * Make BUF_MEM_grow() behaviour more consistent: Initialise to zero
|
Completed in 112 milliseconds