Lines Matching defs:in
11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
49 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
59 /* Part of the code in here was originally in conf.c, which is now removed */
187 BIO *in=NULL;
190 in=BIO_new_file(name, "r");
192 in=BIO_new_file(name, "rb");
194 if (in == NULL)
203 ret = def_load_bio(conf, in, line);
204 BIO_free(in);
209 static int def_load_bio(CONF *conf, BIO *in, long *line)
211 /* The macro BUFSIZE conflicts with a system macro in VxWorks */
264 BIO_gets(in, p, CONFBUFSIZE-1);
631 /* In case there were no braces or parenthesis around