Home | History | Annotate | Download | only in apps

Lines Matching defs:bio

63 #include <openssl/bio.h>
84 BIO *bio=bio_;
90 BIO_printf(bio,"-%-25s",name->name);
93 BIO_printf(bio,"\n");
97 BIO_printf(bio," ");
119 BIO *bzl = NULL;
125 BIO *in=NULL,*out=NULL,*b64=NULL,*benc=NULL,*rbio=NULL,*wbio=NULL;
467 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
522 * write to output BIO. If decrypting read salt from
523 * input BIO.