Lines Matching defs:in
5 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in
20 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
28 * nor may "OpenSSL" appear in their names without prior written
34 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
39 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
44 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
46 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
137 const unsigned char *iv,int in,
149 if(in)
150 hexdump(stdout,"IV",iv,in);
245 const unsigned char *iv,int in,
256 test1(c,key,kn,iv,in,plaintext,pn,ciphertext,cn,encdec);
347 /* Load all compiled-in ENGINEs */
371 int kn,in,pn,cn;
392 in=convert(iv);
396 if(!test_cipher(cipher,key,kn,iv,in,plaintext,pn,ciphertext,cn,encdec)