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

/freebsd-9.3-release/crypto/openssl/crypto/buffer/
H A Dbuffer.h86 int BUF_MEM_grow_clean(BUF_MEM *str, int len);
H A Dbuffer.c137 int BUF_MEM_grow_clean(BUF_MEM *str, int len) function
/freebsd-9.3-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.c818 if (!BUF_MEM_grow_clean(&buf, len + 1)) {
1113 if (!BUF_MEM_grow_clean(buf, len + plen)) {
/freebsd-9.3-release/crypto/openssl/ssl/
H A Ds3_both.c303 if (!BUF_MEM_grow_clean(buf, (int)(n + (*l) + 3))) {
330 if (!BUF_MEM_grow_clean(buf, 10)) {
472 if (l && !BUF_MEM_grow_clean(s->init_buf, (int)l + 4)) {
H A Ds23_srvr.c514 if (!BUF_MEM_grow_clean(s->init_buf,
H A Dd1_both.c510 if (!BUF_MEM_grow_clean
1049 if (!BUF_MEM_grow_clean(buf, (int)(n + (*l) + 3))) {
1070 if (!BUF_MEM_grow_clean(buf, 10)) {
H A Ds23_clnt.c496 if (!BUF_MEM_grow_clean(s->init_buf,
H A Dd1_srvr.c999 if (!BUF_MEM_grow_clean(buf, n + DTLS1_HM_HEADER_LENGTH + kn)) {
1126 if (!BUF_MEM_grow_clean
H A Ds3_srvr.c1551 if (!BUF_MEM_grow_clean(buf, n + 4 + kn)) {
1722 if (!BUF_MEM_grow_clean(buf, 4 + n + j + 2)) {
1759 if (!BUF_MEM_grow_clean(buf, s->init_num + 4)) {
/freebsd-9.3-release/crypto/openssl/crypto/txt_db/
H A Dtxt_db.c113 if (!BUF_MEM_grow_clean(buf, size))
276 if (!BUF_MEM_grow_clean(buf, (int)(l * 2 + nn)))
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbss_mem.c195 if (BUF_MEM_grow_clean(bm, blen + inl) != (blen + inl))
/freebsd-9.3-release/crypto/openssl/crypto/conf/
H A Dconf_def.c595 BUF_MEM_grow_clean(buf, (strlen(p) + buf->length - (e - from)));
/freebsd-9.3-release/crypto/openssl/crypto/pem/
H A Dpem_lib.c725 if (!BUF_MEM_grow_clean(dataB, i + bl + 9)) {
/freebsd-9.3-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c731 if (!BUF_MEM_grow_clean(buf, EVP_PKEY_size(si->pkey))) {
/freebsd-9.3-release/crypto/openssl/apps/
H A Dapps.c980 if (!BUF_MEM_grow_clean(buf, size + 1024 * 10))

Completed in 174 milliseconds