Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
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);
38 BUF_MEM_grow() changes the size of an already existing buffer to
42 BUF_MEM_grow_clean() is similar to BUF_MEM_grow() but it sets any free'd
54 BUF_MEM_grow() and BUF_MEM_grow_clean() return
/third_party/openssl/providers/implementations/storemgmt/
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()
/third_party/openssl/apps/
Dasn1parse.c191 if (!BUF_MEM_grow(buf, BUFSIZ * 8)) in asn1parse_main()
215 if (!BUF_MEM_grow(buf, num + BUFSIZ)) in asn1parse_main()
348 if (!BUF_MEM_grow(buf, len)) in do_generate()
/third_party/openssl/crypto/x509/
Dx509_obj.c45 if (!BUF_MEM_grow(b, 200)) in X509_NAME_oneline()
126 if (!BUF_MEM_grow(b, l + 1)) in X509_NAME_oneline()
Dx_name.c177 if (!BUF_MEM_grow(nm.x->bytes, p - q)) in x509_name_ex_d2i()
267 if (!BUF_MEM_grow(a->bytes, len)) in x509_name_encode()
Dby_dir.c274 if (!BUF_MEM_grow(b, j)) { in get_cert_by_subject_ex()
/third_party/openssl/ohos_lite/include/openssl/
Dbuffer.h50 size_t BUF_MEM_grow(BUF_MEM *str, size_t len);
/third_party/openssl/include/openssl/
Dbuffer.h54 size_t BUF_MEM_grow(BUF_MEM *str, size_t len);
/third_party/openssl/crypto/buffer/
Dbuffer.c73 size_t BUF_MEM_grow(BUF_MEM *str, size_t len) in BUF_MEM_grow() function
/third_party/openssl/crypto/conf/
Dconf_def.c255 if (!BUF_MEM_grow(buff, bufnum + CONFBUFSIZE)) { in def_load_bio()
644 if (!BUF_MEM_grow(buf, len)) in str_copy()
/third_party/openssl/crypto/txt_db/
Dtxt_db.c33 if (!BUF_MEM_grow(buf, size)) in TXT_DB_read()
/third_party/openssl/crypto/
Dpacket.c65 if (BUF_MEM_grow(pkt->buf, newlen) == 0) in WPACKET_reserve_bytes()
/third_party/openssl/ssl/statem/
Dstatem.c394 if (!BUF_MEM_grow(buf, SSL3_RT_MAX_PLAIN_LENGTH)) { in state_machine()
/third_party/openssl/util/
Dlibcrypto.num275 BUF_MEM_grow 281 3_0_0 EXIST::FUNCTION:
/third_party/openssl/
DCHANGES.md12697 * Make BUF_MEM_grow() behaviour more consistent: Initialise to zero