Searched refs:BUF_MEM_grow_clean (Results 1 - 20 of 20) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_d2i_fp.c | 136 if (len + want < len || !BUF_MEM_grow_clean(b, len + want)) { in asn1_d2i_read_bio() 208 if (!BUF_MEM_grow_clean(b, len + chunk)) { in asn1_d2i_read_bio()
|
H A D | tasn_dec.c | 804 if (!BUF_MEM_grow_clean(&buf, len + 1)) { in asn1_d2i_ex_primitive() 1102 if (!BUF_MEM_grow_clean(buf, len + plen)) { in collect_data()
|
/third_party/openssl/crypto/asn1/ |
H A D | a_d2i_fp.c | 136 if (len + want < len || !BUF_MEM_grow_clean(b, len + want)) { in asn1_d2i_read_bio() 208 if (!BUF_MEM_grow_clean(b, len + chunk)) { in asn1_d2i_read_bio()
|
H A D | tasn_dec.c | 804 if (!BUF_MEM_grow_clean(&buf, len + 1)) { in asn1_d2i_ex_primitive() 1102 if (!BUF_MEM_grow_clean(buf, len + plen)) { in collect_data()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | buffer.h | 55 size_t BUF_MEM_grow_clean(BUF_MEM *str, size_t len);
|
/third_party/openssl/include/openssl/ |
H A D | buffer.h | 55 size_t BUF_MEM_grow_clean(BUF_MEM *str, size_t len);
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | buffer.h | 51 size_t BUF_MEM_grow_clean(BUF_MEM *str, size_t len);
|
/third_party/node/deps/openssl/openssl/crypto/txt_db/ |
H A D | txt_db.c | 58 if (!BUF_MEM_grow_clean(buf, size)) in TXT_DB_read() 207 if (!BUF_MEM_grow_clean(buf, (int)(l * 2 + nn))) in TXT_DB_write()
|
/third_party/openssl/crypto/txt_db/ |
H A D | txt_db.c | 58 if (!BUF_MEM_grow_clean(buf, size)) in TXT_DB_read() 207 if (!BUF_MEM_grow_clean(buf, (int)(l * 2 + nn))) in TXT_DB_write()
|
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | statem_quic.c | 39 if (!BUF_MEM_grow_clean(s->init_buf, (int)qd->length)) { in quic_get_message()
|
H A D | statem.c | 514 if (!BUF_MEM_grow_clean(s->init_buf, (int)size)) in grow_init_buf()
|
H A D | statem_dtls.c | 455 if (!BUF_MEM_grow_clean(s->init_buf, msg_len + DTLS1_HM_HEADER_LENGTH)) { in dtls1_preprocess_fragment()
|
/third_party/node/deps/openssl/openssl/crypto/buffer/ |
H A D | buffer.c | 110 size_t BUF_MEM_grow_clean(BUF_MEM *str, size_t len) in BUF_MEM_grow_clean() function
|
/third_party/openssl/crypto/buffer/ |
H A D | buffer.c | 110 size_t BUF_MEM_grow_clean(BUF_MEM *str, size_t len) in BUF_MEM_grow_clean() function
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bss_mem.c | 233 if (BUF_MEM_grow_clean(bbm->buf, blen + inl) == 0) in mem_write()
|
/third_party/openssl/crypto/bio/ |
H A D | bss_mem.c | 233 if (BUF_MEM_grow_clean(bbm->buf, blen + inl) == 0) in mem_write()
|
/third_party/openssl/ssl/statem/ |
H A D | statem.c | 509 if (!BUF_MEM_grow_clean(s->init_buf, (int)size)) in grow_init_buf()
|
H A D | statem_dtls.c | 459 if (!BUF_MEM_grow_clean(s->init_buf, msg_len + DTLS1_HM_HEADER_LENGTH)) { in dtls1_preprocess_fragment()
|
/third_party/node/deps/openssl/openssl/crypto/conf/ |
H A D | conf_def.c | 776 if (!BUF_MEM_grow_clean(buf, newsize)) { in str_copy()
|
/third_party/openssl/crypto/conf/ |
H A D | conf_def.c | 776 if (!BUF_MEM_grow_clean(buf, newsize)) { in str_copy()
|
Completed in 15 milliseconds