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

/freebsd-10.1-release/crypto/openssl/crypto/buffer/
H A Dbuffer.h86 int BUF_MEM_grow_clean(BUF_MEM *str, size_t len);
H A Dbuffer.c133 int BUF_MEM_grow_clean(BUF_MEM *str, size_t len) function
/freebsd-10.1-release/crypto/openssl/crypto/asn1/
H A Da_d2i_fp.c166 if (len + want < len || !BUF_MEM_grow_clean(b, len + want)) {
226 if (!BUF_MEM_grow_clean(b, len + want)) {
H A Da_bytes.c279 if (!BUF_MEM_grow_clean(&b, num + os->length)) {
H A Dtasn_dec.c820 if (!BUF_MEM_grow_clean(&buf, len + 1)) {
1115 if (!BUF_MEM_grow_clean(buf, len + plen)) {
/freebsd-10.1-release/crypto/openssl/crypto/txt_db/
H A Dtxt_db.c111 if (!BUF_MEM_grow_clean(buf, size))
276 if (!BUF_MEM_grow_clean(buf, (int)(l * 2 + nn)))
/freebsd-10.1-release/crypto/openssl/ssl/
H A Ds3_both.c335 if (!BUF_MEM_grow_clean(buf, (int)(n + (*l) + 3))) {
362 if (!BUF_MEM_grow_clean(buf, 10)) {
505 if (l && !BUF_MEM_grow_clean(s->init_buf, (int)l + 4)) {
H A Dd1_both.c553 if (!BUF_MEM_grow_clean
1092 if (!BUF_MEM_grow_clean(buf, (int)(n + (*l) + 3))) {
1113 if (!BUF_MEM_grow_clean(buf, 10)) {
H A Ds23_srvr.c559 if (!BUF_MEM_grow_clean(s->init_buf,
H A Ds23_clnt.c667 if (!BUF_MEM_grow_clean(s->init_buf,
H A Dd1_srvr.c1344 if (!BUF_MEM_grow_clean(buf, n + DTLS1_HM_HEADER_LENGTH + kn)) {
1529 if (!BUF_MEM_grow_clean
H A Ds3_srvr.c1923 if (!BUF_MEM_grow_clean(buf, n + 4 + kn)) {
2114 if (!BUF_MEM_grow_clean(buf, 4 + n + j + 2)) {
2151 if (!BUF_MEM_grow_clean(buf, s->init_num + 4)) {
/freebsd-10.1-release/crypto/openssl/crypto/bio/
H A Dbss_mem.c190 if (BUF_MEM_grow_clean(bm, blen + inl) != (blen + inl))
/freebsd-10.1-release/crypto/openssl/crypto/conf/
H A Dconf_def.c588 if (!BUF_MEM_grow_clean(buf,
/freebsd-10.1-release/crypto/openssl/crypto/pem/
H A Dpem_lib.c773 if (!BUF_MEM_grow_clean(dataB, i + bl + 9)) {
/freebsd-10.1-release/crypto/openssl/apps/
H A Dapps.c1045 if (!BUF_MEM_grow_clean(buf, size + 1024 * 10))

Completed in 118 milliseconds