Lines Matching defs:in
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
42 soft_rsa_encrypt(soft_object_t *key, CK_BYTE_PTR in, uint32_t in_len,
81 rv = rsa_encrypt(&k, in, in_len, out);
92 soft_rsa_decrypt(soft_object_t *key, CK_BYTE_PTR in, uint32_t in_len,
122 rv = soft_rsa_encrypt(key, in, in_len, out, 0);
132 rv = soft_rsa_encrypt(key, in, in_len, out, 0);
142 rv = soft_rsa_encrypt(key, in, in_len, out, 0);
152 rv = soft_rsa_encrypt(key, in, in_len, out, 0);
162 rv = soft_rsa_encrypt(key, in, in_len, out, 0);
183 rv = rsa_decrypt(&k, in, in_len, out);
213 * in the RSA crypto context since it will be used later for
685 * Strip off the encoded padding bytes in front of the
710 * Strip off the encoded padding bytes in front of the
815 /* Copy the attribute in the key object. */
880 k.modulus_bits = modulus_len; /* save modulus len in bits */
909 * Add modulus in public template, and add all eight key fields
910 * in private template.
1223 * Strip off the encoded padding bytes in front of the