/third_party/node/deps/openssl/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()
|
/third_party/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()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | asn1parse.c | 191 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 D | asn1parse.c | 191 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 D | x509_obj.c | 45 if (!BUF_MEM_grow(b, 200)) in X509_NAME_oneline() 126 if (!BUF_MEM_grow(b, l + 1)) in X509_NAME_oneline()
|
H A D | x_name.c | 177 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 D | by_dir.c | 274 if (!BUF_MEM_grow(b, j)) { in get_cert_by_subject_ex()
|
/third_party/openssl/crypto/x509/ |
H A D | x509_obj.c | 45 if (!BUF_MEM_grow(b, 200)) in X509_NAME_oneline() 126 if (!BUF_MEM_grow(b, l + 1)) in X509_NAME_oneline()
|
H A D | x_name.c | 177 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 D | by_dir.c | 274 if (!BUF_MEM_grow(b, j)) { in get_cert_by_subject_ex()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | buffer.h | 54 size_t BUF_MEM_grow(BUF_MEM *str, size_t len);
|
/third_party/openssl/include/openssl/ |
H A D | buffer.h | 54 size_t BUF_MEM_grow(BUF_MEM *str, size_t len);
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | buffer.h | 50 size_t BUF_MEM_grow(BUF_MEM *str, size_t len);
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_quic.c | 155 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 D | buffer.c | 73 size_t BUF_MEM_grow(BUF_MEM *str, size_t len) in BUF_MEM_grow() function
|
/third_party/openssl/crypto/buffer/ |
H A D | buffer.c | 73 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 D | txt_db.c | 33 if (!BUF_MEM_grow(buf, size)) in TXT_DB_read()
|
/third_party/openssl/crypto/txt_db/ |
H A D | txt_db.c | 33 if (!BUF_MEM_grow(buf, size)) in TXT_DB_read()
|
/third_party/node/deps/openssl/openssl/crypto/conf/ |
H A D | conf_def.c | 258 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 D | conf_def.c | 258 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 D | packet.c | 65 if (BUF_MEM_grow(pkt->buf, newlen) == 0) in WPACKET_reserve_bytes()
|
/third_party/openssl/crypto/ |
H A D | packet.c | 65 if (BUF_MEM_grow(pkt->buf, newlen) == 0) in WPACKET_reserve_bytes()
|
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | statem.c | 399 if (!BUF_MEM_grow(buf, SSL3_RT_MAX_PLAIN_LENGTH)) { in state_machine()
|
/third_party/openssl/ssl/statem/ |
H A D | statem.c | 394 if (!BUF_MEM_grow(buf, SSL3_RT_MAX_PLAIN_LENGTH)) { in state_machine()
|