HomeSort by relevance Sort by last modified time
    Searched refs:BIO_gets (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/boringssl/src/crypto/asn1/
f_string.c 105 bufsize=BIO_gets(bp,buf,size);
188 bufsize=BIO_gets(bp,buf,size);
f_enum.c 107 bufsize=BIO_gets(bp,buf,size);
190 bufsize=BIO_gets(bp,buf,size);
f_int.c 112 bufsize=BIO_gets(bp,buf,size);
194 bufsize=BIO_gets(bp,buf,size);
bio_asn1.c 362 return BIO_gets(b->next_bio, str , size);
  /external/openssl/crypto/asn1/
f_enum.c 109 bufsize=BIO_gets(bp,buf,size);
192 bufsize=BIO_gets(bp,buf,size);
f_string.c 105 bufsize=BIO_gets(bp,buf,size);
197 bufsize=BIO_gets(bp,buf,size);
f_int.c 113 bufsize=BIO_gets(bp,buf,size);
204 bufsize=BIO_gets(bp,buf,size);
asn_mime.c 559 while ((len = BIO_gets(in, linebuf, MAX_SMLEN)) > 0)
623 while ((len = BIO_gets(bio, linebuf, MAX_SMLEN)) > 0) {
672 while ((len = BIO_gets(bio, linebuf, MAX_SMLEN)) > 0) {
bio_asn1.c 365 return BIO_gets(b->next_bio, str , size);
  /external/openssl/crypto/bio/
bf_null.c 65 * BIO_gets returns the digest */
173 return(BIO_gets(bp->next_bio,buf,size));
bf_nbio.c 66 * BIO_gets returns the digest */
243 return(BIO_gets(bp->next_bio,buf,size));
bf_lbuf.c 390 return(BIO_gets(b->next_bio,buf,size));
bio_lib.c 290 int BIO_gets(BIO *b, char *in, int inl)
  /external/chromium_org/third_party/boringssl/src/crypto/pem/
pem_lib.c 651 i=BIO_gets(bp,buf,254);
684 i=BIO_gets(bp,buf,254);
711 i=BIO_gets(bp,buf,254);
732 i=BIO_gets(bp,buf,254);
  /external/openssl/apps/
passwd.c 259 int r = BIO_gets(in, passwd, pw_maxlen + 1);
270 r = BIO_gets(in, trash, sizeof trash);
s_client.c     [all...]
dgst.c 611 len=BIO_gets(bp,(char *)buf,BUFSIZE);
  /external/openssl/crypto/ocsp/
ocsp_ht.c 341 /* Due to &%^*$" memory BIO behaviour with BIO_gets we
343 * calling BIO_gets or we'll just get a partial read.
355 n = BIO_gets(rctx->mem, (char *)rctx->iobuf, rctx->iobuflen);
  /external/openssl/crypto/pem/
pem_lib.c 699 i=BIO_gets(bp,buf,254);
732 i=BIO_gets(bp,buf,254);
759 i=BIO_gets(bp,buf,254);
780 i=BIO_gets(bp,buf,254);
  /external/openssl/crypto/txt_db/
txt_db.c 115 BIO_gets(in,&(buf->data[offset]),size-offset);
  /external/chromium_org/third_party/boringssl/src/crypto/bio/
bio.c 196 int BIO_gets(BIO *bio, char *buf, int len) {
  /external/chromium_org/third_party/boringssl/src/include/openssl/
bio.h 106 /* BIO_gets "reads a line" from |bio| and puts at most |size| bytes into |buf|.
110 * return the digest in response to a |BIO_gets| call.
114 OPENSSL_EXPORT int BIO_gets(BIO *bio, char *buf, int size);
355 * Memory BIOs support |BIO_gets| and |BIO_puts|.
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/conf/
conf.c 530 BIO_gets(in, p, CONFBUFSIZE - 1);
  /external/openssl/crypto/conf/
conf_def.c 264 BIO_gets(in, p, CONFBUFSIZE-1);
  /external/openssl/crypto/objects/
obj_dat.c 747 i=BIO_gets(in,buf,512);

Completed in 428 milliseconds

1 2