Home
last modified time | relevance | path

Searched refs:BUF_MEM_grow_clean (Results 1 - 20 of 20) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_d2i_fp.c136 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 Dtasn_dec.c804 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 Da_d2i_fp.c136 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 Dtasn_dec.c804 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 Dbuffer.h55 size_t BUF_MEM_grow_clean(BUF_MEM *str, size_t len);
/third_party/openssl/include/openssl/
H A Dbuffer.h55 size_t BUF_MEM_grow_clean(BUF_MEM *str, size_t len);
/third_party/openssl/ohos_lite/include/openssl/
H A Dbuffer.h51 size_t BUF_MEM_grow_clean(BUF_MEM *str, size_t len);
/third_party/node/deps/openssl/openssl/crypto/txt_db/
H A Dtxt_db.c58 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 Dtxt_db.c58 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 Dstatem_quic.c39 if (!BUF_MEM_grow_clean(s->init_buf, (int)qd->length)) { in quic_get_message()
H A Dstatem.c514 if (!BUF_MEM_grow_clean(s->init_buf, (int)size)) in grow_init_buf()
H A Dstatem_dtls.c455 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 Dbuffer.c110 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 Dbuffer.c110 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 Dbss_mem.c233 if (BUF_MEM_grow_clean(bbm->buf, blen + inl) == 0) in mem_write()
/third_party/openssl/crypto/bio/
H A Dbss_mem.c233 if (BUF_MEM_grow_clean(bbm->buf, blen + inl) == 0) in mem_write()
/third_party/openssl/ssl/statem/
H A Dstatem.c509 if (!BUF_MEM_grow_clean(s->init_buf, (int)size)) in grow_init_buf()
H A Dstatem_dtls.c459 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 Dconf_def.c776 if (!BUF_MEM_grow_clean(buf, newsize)) { in str_copy()
/third_party/openssl/crypto/conf/
H A Dconf_def.c776 if (!BUF_MEM_grow_clean(buf, newsize)) { in str_copy()

Completed in 15 milliseconds