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
242 const uint8_t *in = *inp;
244 params = d2i_ECPKPARAMETERS(NULL, &in, len);
264 *inp = in;
290 const uint8_t *in = *inp;
291 priv_key = d2i_EC_PRIVATEKEY(NULL, &in, len);
375 *inp = in;