Lines Matching defs:cipher
9 #include <crypto/internal/cipher.h>
25 struct crypto_cipher *cipher;
29 cipher = skcipher_cipher_simple(skcipher);
30 tfm = crypto_cipher_tfm(cipher);
31 fn = crypto_cipher_alg(cipher)->cia_encrypt;
52 struct crypto_cipher *cipher;
56 cipher = skcipher_cipher_simple(skcipher);
57 tfm = crypto_cipher_tfm(cipher);
58 fn = crypto_cipher_alg(cipher)->cia_encrypt;
100 struct crypto_cipher *cipher;
104 cipher = skcipher_cipher_simple(skcipher);
105 tfm = crypto_cipher_tfm(cipher);
106 fn = crypto_cipher_alg(cipher)->cia_decrypt;
130 struct crypto_cipher *cipher;
133 cipher = skcipher_cipher_simple(skcipher);
134 tfm = crypto_cipher_tfm(cipher);
135 fn = crypto_cipher_alg(cipher)->cia_decrypt;
222 MODULE_DESCRIPTION("CBC block cipher mode of operation");