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
84 * assembler support was in general requested... */
114 const unsigned char *in, size_t inl)
117 DES_ecb3_encrypt((const_DES_cblock *)(in + i),
125 const unsigned char *in, size_t inl)
128 DES_ede3_ofb64_encrypt(in, out, (long)EVP_MAXCHUNK,
133 in += EVP_MAXCHUNK;
137 DES_ede3_ofb64_encrypt(in, out, (long)inl,
146 const unsigned char *in, size_t inl)
162 (*dat->stream.cbc) (in, out, inl, dat->ks.ks, ctx->iv);
167 DES_ede3_cbc_encrypt(in, out, (long)EVP_MAXCHUNK,
171 in += EVP_MAXCHUNK;
175 DES_ede3_cbc_encrypt(in, out, (long)inl,
182 const unsigned char *in, size_t inl)
185 DES_ede3_cfb64_encrypt(in, out, (long)EVP_MAXCHUNK,
190 in += EVP_MAXCHUNK;
194 DES_ede3_cfb64_encrypt(in, out, (long)inl,
206 const unsigned char *in, size_t inl)
212 c[0] = (in[n / 8] & (1 << (7 - n % 8))) ? 0x80 : 0;
225 const unsigned char *in, size_t inl)
228 DES_ede3_cfb_encrypt(in, out, 8, (long)EVP_MAXCHUNK,
233 in += EVP_MAXCHUNK;
237 DES_ede3_cfb_encrypt(in, out, 8, (long)inl,