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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/asn1/
H A Df_enum.c109 bufsize=BIO_gets(bp,buf,size);
192 bufsize=BIO_gets(bp,buf,size);
H A Df_string.c105 bufsize=BIO_gets(bp,buf,size);
197 bufsize=BIO_gets(bp,buf,size);
H A Df_int.c113 bufsize=BIO_gets(bp,buf,size);
204 bufsize=BIO_gets(bp,buf,size);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/ocsp/
H A Docsp_ht.c107 if(BIO_gets(mem, tmpbuf, 512) <= 0) {
157 while(BIO_gets(mem, tmpbuf, 512) > 0)
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bio/
H A Dbf_null.c65 * BIO_gets returns the digest */
173 return(BIO_gets(bp->next_bio,buf,size));
H A Dbf_nbio.c66 * BIO_gets returns the digest */
245 return(BIO_gets(bp->next_bio,buf,size));
H A Dbf_lbuf.c390 return(BIO_gets(b->next_bio,buf,size));
H A Dbio_lib.c244 int BIO_gets(BIO *b, char *in, int inl) function
H A Dbio.h573 int BIO_gets(BIO *bp,char *buf, int size);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pem/
H A Dpem_lib.c640 i=BIO_gets(bp,buf,254);
673 i=BIO_gets(bp,buf,254);
700 i=BIO_gets(bp,buf,254);
721 i=BIO_gets(bp,buf,254);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pkcs7/
H A Dpk7_mime.c393 while ((len = BIO_gets(in, linebuf, MAX_SMLEN)) > 0) {
450 while ((len = BIO_gets(bio, linebuf, MAX_SMLEN)) > 0) {
497 while ((len = BIO_gets(bio, linebuf, MAX_SMLEN)) > 0) {
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Dpasswd.c259 int r = BIO_gets(in, passwd, pw_maxlen + 1);
270 r = BIO_gets(in, trash, sizeof trash);
H A Ddgst.c461 len=BIO_gets(bp,(char *)buf,BUFSIZE);
H A Dapps.c646 /* Can't do BIO_gets on an fd BIO so add a buffering BIO */
660 i = BIO_gets(pwdbio, tpass, APP_PASS_LEN);
H A Docsp.c1181 len = BIO_gets(cbio, inbuf, sizeof inbuf);
H A Ds_server.c505 /* return(BIO_gets(bp->next_bio,buf,size));*/
1676 i=BIO_gets(io,buf,bufsize-1);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/txt_db/
H A Dtxt_db.c114 BIO_gets(in,&(buf->data[offset]),size-offset);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/conf/
H A Dconf_def.c266 BIO_gets(in, p, CONFBUFSIZE-1);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/objects/
H A Dobj_dat.c623 i=BIO_gets(in,buf,512);
/opensolaris-onvv-gate/usr/src/lib/libpkg/common/
H A Dpkgweb.c1128 if (BIO_gets(mem, time, ATTR_MAX) <= 0) {
1325 * (socket bio's don't support BIO_gets)
1345 if (BIO_gets(mem, ocspbuf, OCSP_BUFSIZ) <= 0) {
1403 while (BIO_gets(mem, ocspbuf, OCSP_BUFSIZ) > 0) {
3200 if (((passlen = BIO_gets(pwdbio, buf, size)) < 1) ||
H A Dkeystore.c2427 if (BIO_gets(mem, time, ATTR_MAX) <= 0) {
/opensolaris-onvv-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c2064 len = BIO_gets(mem, resultStr, KMF_CERT_PRINTABLE_LEN);
2070 len = BIO_gets(mem, resultStr, KMF_CERT_PRINTABLE_LEN);
2083 len = BIO_gets(mem, &resultStr[2],
2090 len = BIO_gets(mem, resultStr, KMF_CERT_PRINTABLE_LEN);
2095 len = BIO_gets(mem, resultStr, KMF_CERT_PRINTABLE_LEN);
2146 len = BIO_gets(mem, resultStr, KMF_CERT_PRINTABLE_LEN);

Completed in 280 milliseconds