Searched refs:tmpbio (Results 26 - 39 of 39) sorted by relevance

12

/external/openssl/apps/
H A Drsa.c311 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); local
312 out = BIO_push(tmpbio, out);
H A Ddgst.c333 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); local
334 out = BIO_push(tmpbio, out);
H A Decparam.c325 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); local
326 out = BIO_push(tmpbio, out);
H A Dengine.c365 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); local
366 bio_out = BIO_push(tmpbio, bio_out);
H A Dpasswd.c90 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); local
91 out = BIO_push(tmpbio, out);
H A Dpkeyutl.c283 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); local
284 out = BIO_push(tmpbio, out);
H A Dx509.c226 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); local
227 STDout = BIO_push(tmpbio, STDout);
687 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); local
688 out = BIO_push(tmpbio, out);
H A Denc.c475 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); local
476 out = BIO_push(tmpbio, out);
H A Dsmime.c664 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); local
665 out = BIO_push(tmpbio, out);
H A Dreq.c722 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); local
723 out = BIO_push(tmpbio, out);
974 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); local
975 out = BIO_push(tmpbio, out);
H A Dcms.c883 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); local
884 out = BIO_push(tmpbio, out);
H A Dpkcs12.c403 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); local
404 out = BIO_push(tmpbio, out);
H A Dca.c948 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); local
949 out = BIO_push(tmpbio, out);
1031 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); local
1032 Sout = BIO_push(tmpbio, Sout);
/external/openssl/crypto/asn1/
H A Dasn_mime.c377 BIO *tmpbio; local
418 tmpbio = BIO_pop(sarg.ndef_bio);
420 sarg.ndef_bio = tmpbio;

Completed in 185 milliseconds

12