Searched refs:BIO_s_mem (Results 1 - 17 of 17) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/demos/eay/
H A Dbase64.c15 mbio=BIO_new(BIO_s_mem());
/barrelfish-master/lib/openssl-1.0.0d/demos/tunala/
H A Dsm.c65 if((machine->bio_intossl = BIO_new(BIO_s_mem())) == NULL)
67 if((machine->bio_fromssl = BIO_new(BIO_s_mem())) == NULL)
/barrelfish-master/lib/openssl-1.0.0d/crypto/bio/
H A Dbss_mem.c88 BIO_METHOD *BIO_s_mem(void) function
104 if(!(ret = BIO_new(BIO_s_mem())) ) return NULL;
H A Dbio.h603 BIO_METHOD *BIO_s_mem(void);
/barrelfish-master/lib/openssl-1.0.0d/demos/state_machine/
H A Dstate_machine.c134 pMachine->pbioRead=BIO_new(BIO_s_mem());
136 pMachine->pbioWrite=BIO_new(BIO_s_mem());
/barrelfish-master/lib/openssl-1.0.0d/crypto/ocsp/
H A Docsp_ht.c162 rctx->mem = BIO_new(BIO_s_mem());
/barrelfish-master/lib/openssl-1.0.0d/crypto/pkcs7/
H A Dpk7_doit.c378 bio=BIO_new(BIO_s_mem());
605 bio=BIO_new(BIO_s_mem());
617 bio=BIO_new(BIO_s_mem());
H A Dpk7_smime.c378 if(!(tmpout = BIO_new(BIO_s_mem()))) {
/barrelfish-master/lib/openssl-1.0.0d/crypto/cms/
H A Dcms_lib.c100 return BIO_new(BIO_s_mem());
H A Dcms_smime.c72 tmpout = BIO_new(BIO_s_mem());
/barrelfish-master/lib/openssl-1.0.0d/crypto/threads/
H A Dmttest.c451 c_to_s=BIO_new(BIO_s_mem());
452 s_to_c=BIO_new(BIO_s_mem());
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dssltest.c1441 c_to_s=BIO_new(BIO_s_mem());
1442 s_to_c=BIO_new(BIO_s_mem());
H A Ds3_enc.c555 s->s3->handshake_buffer=BIO_new(BIO_s_mem());
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Dssltest.c1441 c_to_s=BIO_new(BIO_s_mem());
1442 s_to_c=BIO_new(BIO_s_mem());
/barrelfish-master/lib/openssl-1.0.0d/crypto/asn1/
H A Dasn_mime.c633 bpart = BIO_new(BIO_s_mem());
/barrelfish-master/include/openssl/
H A Dbio.h603 BIO_METHOD *BIO_s_mem(void);
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dapps.c2379 mem = BIO_new(BIO_s_mem());

Completed in 229 milliseconds