Home | History | Annotate | Download | only in apps

Lines Matching defs:in

8  * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
16 * notice, this list of conditions and the following disclaimer in
23 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
31 * nor may "OpenSSL" appear in their names without prior written
37 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
42 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
88 BIO *in = NULL, *out = NULL;
121 if (!strcmp(*argv,"-in")) {
235 if(!(in = BIO_new_file(infile, "rb"))) {
240 } else in = BIO_new_fp(stdin, BIO_NOCLOSE);
264 rsa_inlen = BIO_read(in, rsa_in, keysize * 2);
312 BIO_free(in);
323 BIO_printf(bio_err, "-in file input file\n");