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

  /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);
bio_asn1.c 362 return BIO_gets(b->next_bio, str , size);
asn_mime.c 559 while ((len = BIO_gets(in, linebuf, MAX_SMLEN)) > 0)
623 while ((len = BIO_gets(bio, linebuf, MAX_SMLEN)) > 0) {
670 while ((len = BIO_gets(bio, linebuf, MAX_SMLEN)) > 0) {
  /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)
bio.h 642 int BIO_gets(BIO *bp,char *buf, int size);
    [all...]
  /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);
apps.c 686 /* Can't do BIO_gets on an fd BIO so add a buffering BIO */
701 i = BIO_gets(pwdbio, tpass, APP_PASS_LEN);
    [all...]
ocsp.c 1229 len = BIO_gets(cbio, inbuf, sizeof inbuf);
    [all...]
s_server.c 696 /* return(BIO_gets(bp->next_bio,buf,size));*/
    [all...]
  /external/openssl/crypto/ocsp/
ocsp_ht.c 336 /* Due to &%^*$" memory BIO behaviour with BIO_gets we
338 * calling BIO_gets or we'll just get a partial read.
350 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/openssl/crypto/conf/
conf_def.c 264 BIO_gets(in, p, CONFBUFSIZE-1);
  /external/openssl/crypto/objects/
obj_dat.c 744 i=BIO_gets(in,buf,512);
  /external/openssl/include/openssl/
bio.h 642 int BIO_gets(BIO *bp,char *buf, int size);
    [all...]

Completed in 1417 milliseconds