Lines Matching full:decrypt
33 * @cryptlen: Number of bytes to encrypt or decrypt
80 * IV of exactly that size to perform the encrypt or decrypt operation.
120 * @decrypt: Decrypt a single block. This is a reverse counterpart to @encrypt
155 int (*decrypt)(struct skcipher_request *req); member
191 * @decrypt: Decrypt a number of bytes. This is a reverse counterpart to
207 int (*decrypt)(struct crypto_lskcipher *tfm, const u8 *src, member
696 * crypto_skcipher_decrypt() - decrypt ciphertext
700 * Decrypt ciphertext data using the skcipher_request handle. That data
761 * crypto_lskcipher_decrypt() - decrypt ciphertext
771 * Decrypt ciphertext data using the lskcipher handle.
834 * encrypt and decrypt API calls. During the allocation, the provided skcipher