Home
last modified time | relevance | path

Searched refs:BUF_MEM_grow (Results 1 – 15 of 15) sorted by relevance

/openssl/doc/man3/
H A DBUF_MEM_new.pod5 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 Dfile_store_any2obj.c127 || !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 Dx509_obj.c44 if (!BUF_MEM_grow(b, 200)) in X509_NAME_oneline()
125 if (!BUF_MEM_grow(b, l + 1)) in X509_NAME_oneline()
H A Dx_name.c180 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 Dby_dir.c270 if (!BUF_MEM_grow(b, j)) { in get_cert_by_subject_ex()
/openssl/apps/
H A Dasn1parse.c190 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 Dbuffer.h54 size_t BUF_MEM_grow(BUF_MEM *str, size_t len);
/openssl/crypto/buffer/
H A Dbuffer.c71 size_t BUF_MEM_grow(BUF_MEM *str, size_t len) in BUF_MEM_grow() function
/openssl/crypto/txt_db/
H A Dtxt_db.c33 if (!BUF_MEM_grow(buf, size)) in TXT_DB_read()
/openssl/crypto/conf/
H A Dconf_def.c256 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 Dpacket.c68 if (BUF_MEM_grow(pkt->buf, newlen) == 0) in WPACKET_reserve_bytes()
/openssl/ssl/statem/
H A Dstatem.c436 if (!BUF_MEM_grow(buf, SSL3_RT_MAX_PLAIN_LENGTH)) { in state_machine()
H A Dstatem_lib.c84 || !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 Dlibcrypto.num275 BUF_MEM_grow 281 3_0_0 EXIST::FUNCTION:
/openssl/
H A DCHANGES.md14072 * Make BUF_MEM_grow() behaviour more consistent: Initialise to zero

Completed in 112 milliseconds