Lines Matching defs:cipher
24 struct crypto_cipher *cipher;
28 cipher = skcipher_cipher_simple(skcipher);
29 tfm = crypto_cipher_tfm(cipher);
30 fn = crypto_cipher_alg(cipher)->cia_encrypt;
51 struct crypto_cipher *cipher;
55 cipher = skcipher_cipher_simple(skcipher);
56 tfm = crypto_cipher_tfm(cipher);
57 fn = crypto_cipher_alg(cipher)->cia_encrypt;
99 struct crypto_cipher *cipher;
103 cipher = skcipher_cipher_simple(skcipher);
104 tfm = crypto_cipher_tfm(cipher);
105 fn = crypto_cipher_alg(cipher)->cia_decrypt;
129 struct crypto_cipher *cipher;
132 cipher = skcipher_cipher_simple(skcipher);
133 tfm = crypto_cipher_tfm(cipher);
134 fn = crypto_cipher_alg(cipher)->cia_decrypt;
221 MODULE_DESCRIPTION("CBC block cipher mode of operation");