Searched refs:BIO_pop (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pkcs7/
H A Dpk7_mime.c125 bio = BIO_pop(bio);
142 bio = BIO_pop(bio);
263 tmpbio = BIO_pop(p7bio);
H A Dpk7_smime.c308 if (indata) BIO_pop(p7bio);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bio/
H A Dbio_lib.c391 BIO *BIO_pop(BIO *b) function
H A Dbio.h582 BIO * BIO_pop(BIO *b);
/opensolaris-onvv-gate/usr/src/common/openssl/ssl/
H A Dssl_lib.c466 s->wbio=BIO_pop(s->wbio);
2327 s->wbio=BIO_pop(s->wbio);
2344 s->wbio=BIO_pop(bbio);
2356 s->wbio=BIO_pop(s->wbio);
H A Ds2_srvr.c279 s->wbio=BIO_pop(s->wbio);
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Docsp.c1176 cbio = BIO_pop(acbio);

Completed in 204 milliseconds