Lines Matching full:encrypt
33 * @cryptlen: Number of bytes to encrypt or decrypt
80 * IV of exactly that size to perform the encrypt or decrypt operation.
109 * @encrypt: Encrypt a scatterlist of blocks. This function is used to encrypt
120 * @decrypt: Decrypt a single block. This is a reverse counterpart to @encrypt
154 int (*encrypt)(struct skcipher_request *req); member
181 * @encrypt: Encrypt a number of bytes. This function is used to encrypt
192 * @encrypt and the conditions are exactly the same.
205 int (*encrypt)(struct crypto_lskcipher *tfm, const u8 *src, member
683 * crypto_skcipher_encrypt() - encrypt plaintext
687 * Encrypt plaintext data using the skcipher_request handle. That data
742 * crypto_lskcipher_encrypt() - encrypt plaintext
751 * Encrypt plaintext data using the lskcipher handle.
834 * encrypt and decrypt API calls. During the allocation, the provided skcipher