Home
last modified time | relevance | path

Searched refs:BUF_MEM_grow (Results 1 - 24 of 24) sorted by relevance

/third_party/node/deps/openssl/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()
/third_party/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()
/third_party/node/deps/openssl/openssl/apps/
H A 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/apps/
H A Dasn1parse.c191 if (!BUF_MEM_grow(buf, BUFSIZ * 8)) in asn1parse_main()
215 if (!BUF_MEM_grow(buf, num + BUFSIZ)) in asn1parse_main()
351 if (!BUF_MEM_grow(buf, len)) in do_generate()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A 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()
H A 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()
H A Dby_dir.c274 if (!BUF_MEM_grow(b, j)) { in get_cert_by_subject_ex()
/third_party/openssl/crypto/x509/
H A 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()
H A 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()
H A Dby_dir.c274 if (!BUF_MEM_grow(b, j)) { in get_cert_by_subject_ex()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbuffer.h54 size_t BUF_MEM_grow(BUF_MEM *str, size_t len);
/third_party/openssl/include/openssl/
H A Dbuffer.h54 size_t BUF_MEM_grow(BUF_MEM *str, size_t len);
/third_party/openssl/ohos_lite/include/openssl/
H A Dbuffer.h50 size_t BUF_MEM_grow(BUF_MEM *str, size_t len);
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_quic.c155 if (!BUF_MEM_grow(buf, SSL3_RT_MAX_PLAIN_LENGTH)) { in SSL_provide_quic_data()
175 if (!BUF_MEM_grow(ssl->quic_buf, offset + len)) { in SSL_provide_quic_data()
/third_party/node/deps/openssl/openssl/crypto/buffer/
H A Dbuffer.c73 size_t BUF_MEM_grow(BUF_MEM *str, size_t len) in BUF_MEM_grow() function
/third_party/openssl/crypto/buffer/
H A Dbuffer.c73 size_t BUF_MEM_grow(BUF_MEM *str, size_t len) in BUF_MEM_grow() function
/third_party/node/deps/openssl/openssl/crypto/txt_db/
H A Dtxt_db.c33 if (!BUF_MEM_grow(buf, size)) in TXT_DB_read()
/third_party/openssl/crypto/txt_db/
H A Dtxt_db.c33 if (!BUF_MEM_grow(buf, size)) in TXT_DB_read()
/third_party/node/deps/openssl/openssl/crypto/conf/
H A Dconf_def.c258 if (!BUF_MEM_grow(buff, bufnum + CONFBUFSIZE)) { in def_load_bio()
661 if (!BUF_MEM_grow(buf, len)) in str_copy()
/third_party/openssl/crypto/conf/
H A Dconf_def.c258 if (!BUF_MEM_grow(buff, bufnum + CONFBUFSIZE)) { in def_load_bio()
661 if (!BUF_MEM_grow(buf, len)) in str_copy()
/third_party/node/deps/openssl/openssl/crypto/
H A Dpacket.c65 if (BUF_MEM_grow(pkt->buf, newlen) == 0) in WPACKET_reserve_bytes()
/third_party/openssl/crypto/
H A Dpacket.c65 if (BUF_MEM_grow(pkt->buf, newlen) == 0) in WPACKET_reserve_bytes()
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem.c399 if (!BUF_MEM_grow(buf, SSL3_RT_MAX_PLAIN_LENGTH)) { in state_machine()
/third_party/openssl/ssl/statem/
H A Dstatem.c394 if (!BUF_MEM_grow(buf, SSL3_RT_MAX_PLAIN_LENGTH)) { in state_machine()

Completed in 14 milliseconds