Lines Matching defs:in
9 * Redistribution and use in source and binary forms, with or without
16 * 2. Redistributions in binary form must reproduce the above copyright
17 * notice, this list of conditions and the following disclaimer in
24 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
32 * nor may "OpenSSL" appear in their names without prior written
38 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
43 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
50 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
375 BIO *in = BIO_new(BIO_s_file());
379 if (in == NULL || BIO_read_filename(in,verifier_file) <= 0)
384 if ((tmpdb =TXT_DB_read(in,DB_NUMBER)) == NULL)
399 /*we add this couple in the internal Stack */
469 if (in) BIO_free_all(in);
525 create a verifier (*salt,*verifier,g and N are in base64)