Lines Matching full:to

44  * @key: buffer to store the key
62 * @in: plaintext pending to be encrypted
63 * @in_len: length of plaintext, less or equal to the size reported
64 * by a call to qcrypto_akcipher_max_plaintext_len()
65 * @out: buffer to store the ciphertext
66 * @out_len: length of ciphertext, less or equal to the size reported
67 * by a call to qcrypto_akcipher_max_ciphertext_len()
82 * @in: ciphertext to be decrypted
83 * @in_len: the length of ciphertext, less or equal to the size reported
84 * by a call to qcrypto_akcipher_max_ciphertext_len()
85 * @out: buffer to store the plaintext
86 * @out_len: length of the plaintext buffer, less or equal to the size
87 * reported by a call to qcrypto_akcipher_max_plaintext_len()
102 * @in: data to be signed
103 * @in_len: the length of data, less or equal to the size reported
104 * by a call to qcrypto_akcipher_max_dgst_len()
105 * @out: buffer to store the signature
106 * @out_len: length of the signature buffer, less or equal to the size
107 * by a call to qcrypto_akcipher_max_signature_len()
122 * @in: pointer to the signature
123 * @in_len: length of signature, ess or equal to the size reported
124 * by a call to qcrypto_akcipher_max_signature_len()
125 * @in2: pointer to original data
126 * @in2_len: the length of original data, less or equal to the size
127 * by a call to qcrypto_akcipher_max_dgst_len()
158 * @opts: the options of the akcipher to be exported.
159 * @key: the original key of the akcipher to be exported.
161 * @dst: output parameter, if export succeed, *dst is set to the