Lines Matching refs:cipher
24 struct crypto_cipher *cipher; in crypto_cbc_encrypt_segment() local
28 cipher = skcipher_cipher_simple(skcipher); in crypto_cbc_encrypt_segment()
29 tfm = crypto_cipher_tfm(cipher); in crypto_cbc_encrypt_segment()
30 fn = crypto_cipher_alg(cipher)->cia_encrypt; in crypto_cbc_encrypt_segment()
51 struct crypto_cipher *cipher; in crypto_cbc_encrypt_inplace() local
55 cipher = skcipher_cipher_simple(skcipher); in crypto_cbc_encrypt_inplace()
56 tfm = crypto_cipher_tfm(cipher); in crypto_cbc_encrypt_inplace()
57 fn = crypto_cipher_alg(cipher)->cia_encrypt; in crypto_cbc_encrypt_inplace()
99 struct crypto_cipher *cipher; in crypto_cbc_decrypt_segment() local
103 cipher = skcipher_cipher_simple(skcipher); in crypto_cbc_decrypt_segment()
104 tfm = crypto_cipher_tfm(cipher); in crypto_cbc_decrypt_segment()
105 fn = crypto_cipher_alg(cipher)->cia_decrypt; in crypto_cbc_decrypt_segment()
129 struct crypto_cipher *cipher; in crypto_cbc_decrypt_inplace() local
132 cipher = skcipher_cipher_simple(skcipher); in crypto_cbc_decrypt_inplace()
133 tfm = crypto_cipher_tfm(cipher); in crypto_cbc_decrypt_inplace()
134 fn = crypto_cipher_alg(cipher)->cia_decrypt; in crypto_cbc_decrypt_inplace()