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 92 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;
420 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;
277 if (!BUF_MEM_grow(a->bytes,len)) goto memerr;
  /external/openssl/crypto/pem/
pem_lib.c 711 if (!BUF_MEM_grow(nameB,i+9))
722 if (!BUF_MEM_grow(headerB,256))
734 if (!BUF_MEM_grow(headerB,hl+i+9))
747 if (!BUF_MEM_grow(dataB,1024))
  /external/openssl/crypto/conf/
conf_def.c 259 if (!BUF_MEM_grow(buff,bufnum+CONFBUFSIZE))
523 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 184 if (!BUF_MEM_grow(buf,SSL3_RT_MAX_PLAIN_LENGTH))
s23_clnt.c 191 if (!BUF_MEM_grow(buf,SSL3_RT_MAX_PLAIN_LENGTH))
d1_srvr.c 205 if (!BUF_MEM_grow(buf,SSL3_RT_MAX_PLAIN_LENGTH))
    [all...]
s3_srvr.c 246 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 204 if (!BUF_MEM_grow(buf,SSL3_RT_MAX_PLAIN_LENGTH))
    [all...]
s3_clnt.c 251 if (!BUF_MEM_grow(buf,SSL3_RT_MAX_PLAIN_LENGTH))
    [all...]

Completed in 283 milliseconds