Searched refs:BIO_gets (Results 1 - 24 of 24) sorted by relevance

/freebsd-10.3-release/crypto/openssl/crypto/asn1/
H A Df_enum.c108 bufsize = BIO_gets(bp, buf, size);
190 bufsize = BIO_gets(bp, buf, size);
H A Df_string.c104 bufsize = BIO_gets(bp, buf, size);
196 bufsize = BIO_gets(bp, buf, size);
H A Df_int.c112 bufsize = BIO_gets(bp, buf, size);
202 bufsize = BIO_gets(bp, buf, size);
H A Dasn_mime.c545 while ((len = BIO_gets(in, linebuf, MAX_SMLEN)) > 0) {
610 while ((len = BIO_gets(bio, linebuf, MAX_SMLEN)) > 0) {
659 while ((len = BIO_gets(bio, linebuf, MAX_SMLEN)) > 0) {
H A Dbio_asn1.c349 return BIO_gets(b->next_bio, str, size);
/freebsd-10.3-release/crypto/openssl/crypto/bio/
H A Dbf_null.c65 * BIO_put and BIO_get both add to the digest, BIO_gets returns the digest
181 return (BIO_gets(bp->next_bio, buf, size));
H A Dbf_nbio.c66 * BIO_put and BIO_get both add to the digest, BIO_gets returns the digest
245 return (BIO_gets(bp->next_bio, buf, size));
H A Dbf_lbuf.c385 return (BIO_gets(b->next_bio, buf, size));
H A Dbio_lib.c283 int BIO_gets(BIO *b, char *in, int inl) function
H A Dbio.h663 int BIO_gets(BIO *bp, char *buf, int size);
/freebsd-10.3-release/crypto/openssl/apps/
H A Dpasswd.c246 int r = BIO_gets(in, passwd, pw_maxlen + 1);
255 r = BIO_gets(in, trash, sizeof trash);
H A Ds_client.c1384 * packet or not. We therefore have to use BIO_gets() which does need a
1395 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ);
1403 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ);
1425 BIO_gets(fbio, mbuf, BUFSIZZ);
1431 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ);
1450 mbuf_len = BIO_gets(fbio, mbuf, BUFSIZZ);
H A Ddgst.c570 len = BIO_gets(bp, (char *)buf, BUFSIZE);
H A Dapps.c690 * Can't do BIO_gets on an fd BIO so add a buffering BIO
706 i = BIO_gets(pwdbio, tpass, APP_PASS_LEN);
2464 l = BIO_gets(bconn, buf, sizeof buf);
H A Docsp.c1157 len = BIO_gets(cbio, inbuf, sizeof inbuf);
H A Ds_server.c788 /* return(BIO_gets(bp->next_bio,buf,size));*/
2659 i = BIO_gets(io, buf, bufsize - 1);
/freebsd-10.3-release/crypto/openssl/crypto/ocsp/
H A Docsp_ht.c327 * Due to &%^*$" memory BIO behaviour with BIO_gets we have to check
328 * there's a complete line in there before calling BIO_gets or we'll
339 n = BIO_gets(rctx->mem, (char *)rctx->iobuf, rctx->iobuflen);
/freebsd-10.3-release/crypto/openssl/crypto/pem/
H A Dpem_lib.c693 i = BIO_gets(bp, buf, 254);
726 i = BIO_gets(bp, buf, 254);
758 i = BIO_gets(bp, buf, 254);
782 i = BIO_gets(bp, buf, 254);
/freebsd-10.3-release/crypto/openssl/crypto/txt_db/
H A Dtxt_db.c115 BIO_gets(in, &(buf->data[offset]), size - offset);
/freebsd-10.3-release/crypto/openssl/crypto/conf/
H A Dconf_def.c254 BIO_gets(in, p, CONFBUFSIZE - 1);
/freebsd-10.3-release/crypto/openssl/crypto/objects/
H A Dobj_dat.c736 i = BIO_gets(in, buf, 512);
/freebsd-10.3-release/contrib/ntp/util/
H A Dntp-keygen.c552 BIO_gets(bp, pathbuf,
/freebsd-10.3-release/secure/lib/libcrypto/
H A DMakefile.man261 MLINKS+= BIO_read.3 BIO_gets.3
/freebsd-10.3-release/contrib/ntp/ntpd/
H A Dntp_crypto.c3546 BIO_gets(bp, pathbuf, sizeof(pathbuf));

Completed in 272 milliseconds