HomeSort by relevance Sort by last modified time
    Searched refs:BUF_MEM_grow (Results 1 - 18 of 18) sorted by null

  /external/openssl/crypto/buffer/
buffer.h 86 int BUF_MEM_grow(BUF_MEM *str, size_t len);
buffer.c 97 int BUF_MEM_grow(BUF_MEM *str, size_t len)
  /external/openssl/include/openssl/
buffer.h 86 int BUF_MEM_grow(BUF_MEM *str, size_t len);
  /external/openssl/crypto/x509/
x509_obj.c 85 if (!BUF_MEM_grow(b,200)) goto err;
164 if (!BUF_MEM_grow(b,l+1)) goto err;
by_dir.c 333 if (!BUF_MEM_grow(b,j))
  /external/openssl/apps/
asn1pars.c 265 if (!BUF_MEM_grow(buf,BUFSIZ*8)) goto end; /* Pre-allocate :-) */
295 if (!BUF_MEM_grow(buf,(int)num+BUFSIZ)) goto end;
421 if (!BUF_MEM_grow(buf,len))
  /external/openssl/crypto/asn1/
x_name.c 195 if(!BUF_MEM_grow(nm.x->bytes, p - q)) goto err;
279 if (!BUF_MEM_grow(a->bytes,len)) goto memerr;
  /external/openssl/crypto/pem/
pem_lib.c 716 if (!BUF_MEM_grow(nameB,i+9))
727 if (!BUF_MEM_grow(headerB,256))
739 if (!BUF_MEM_grow(headerB,hl+i+9))
752 if (!BUF_MEM_grow(dataB,1024))
  /external/openssl/crypto/conf/
conf_def.c 257 if (!BUF_MEM_grow(buff,bufnum+CONFBUFSIZE))
512 if (!BUF_MEM_grow(buf,len)) goto err;
  /external/openssl/crypto/txt_db/
txt_db.c 85 if (!BUF_MEM_grow(buf,size)) goto err;
  /external/openssl/ssl/
s23_srvr.c 191 if (!BUF_MEM_grow(buf,SSL3_RT_MAX_PLAIN_LENGTH))
s23_clnt.c 195 if (!BUF_MEM_grow(buf,SSL3_RT_MAX_PLAIN_LENGTH))
d1_srvr.c 234 if (!BUF_MEM_grow(buf,SSL3_RT_MAX_PLAIN_LENGTH))
    [all...]
s3_srvr.c 287 if (!BUF_MEM_grow(buf,SSL3_RT_MAX_PLAIN_LENGTH))
    [all...]
s2_clnt.c 189 if (!BUF_MEM_grow(buf,
s2_srvr.c 194 if (!BUF_MEM_grow(buf,(int)
d1_clnt.c 229 if (!BUF_MEM_grow(buf,SSL3_RT_MAX_PLAIN_LENGTH))
    [all...]
s3_clnt.c 272 if (!BUF_MEM_grow(buf,SSL3_RT_MAX_PLAIN_LENGTH))
    [all...]

Completed in 319 milliseconds