Lines Matching defs:out
35 * The word 'cryptographic' can be left out if the rouines from the library
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
92 BIO *in=NULL,*out=NULL,*b64=NULL, *derout = NULL;
133 else if (strcmp(*argv,"-out") == 0)
201 BIO_printf(bio_err," -out arg output file (output format is always DER\n");
220 out=BIO_new(BIO_s_file());
221 if ((in == NULL) || (out == NULL))
226 BIO_set_fp(out,stdout,BIO_NOCLOSE|BIO_FP_TEXT);
230 out = BIO_push(tmpbio, out);
365 !ASN1_parse_dump(out,(unsigned char *)&(str[offset]),length,
375 if (out != NULL) BIO_free_all(out);