Searched refs:BIO_f_buffer (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pkcs7/
H A Dpk7_smime.c458 if(!(tmpbuf = BIO_new(BIO_f_buffer()))) {
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bio/
H A Dbf_buff.c88 BIO_METHOD *BIO_f_buffer(void) function
H A Dbio.h489 /* For the BIO_f_buffer() type */
513 /* For the BIO_f_buffer() type */
615 BIO_METHOD *BIO_f_buffer(void);
/opensolaris-onvv-gate/usr/src/common/openssl/ssl/
H A Dbio_ssl.c519 if ((buf=BIO_new(BIO_f_buffer())) == NULL)
H A Dssl_lib.c2319 bbio=BIO_new(BIO_f_buffer());
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Docsp.c1134 bufbio = BIO_new(BIO_f_buffer());
H A Ds_server.c1589 io=BIO_new(BIO_f_buffer());
H A Dapps.c647 btmp = BIO_new(BIO_f_buffer());

Completed in 174 milliseconds