Lines Matching refs:cipher
25 struct crypto_cipher *cipher; in crypto_cbc_encrypt_segment() local
29 cipher = skcipher_cipher_simple(skcipher); in crypto_cbc_encrypt_segment()
30 tfm = crypto_cipher_tfm(cipher); in crypto_cbc_encrypt_segment()
31 fn = crypto_cipher_alg(cipher)->cia_encrypt; in crypto_cbc_encrypt_segment()
52 struct crypto_cipher *cipher; in crypto_cbc_encrypt_inplace() local
56 cipher = skcipher_cipher_simple(skcipher); in crypto_cbc_encrypt_inplace()
57 tfm = crypto_cipher_tfm(cipher); in crypto_cbc_encrypt_inplace()
58 fn = crypto_cipher_alg(cipher)->cia_encrypt; in crypto_cbc_encrypt_inplace()
100 struct crypto_cipher *cipher; in crypto_cbc_decrypt_segment() local
104 cipher = skcipher_cipher_simple(skcipher); in crypto_cbc_decrypt_segment()
105 tfm = crypto_cipher_tfm(cipher); in crypto_cbc_decrypt_segment()
106 fn = crypto_cipher_alg(cipher)->cia_decrypt; in crypto_cbc_decrypt_segment()
130 struct crypto_cipher *cipher; in crypto_cbc_decrypt_inplace() local
133 cipher = skcipher_cipher_simple(skcipher); in crypto_cbc_decrypt_inplace()
134 tfm = crypto_cipher_tfm(cipher); in crypto_cbc_decrypt_inplace()
135 fn = crypto_cipher_alg(cipher)->cia_decrypt; in crypto_cbc_decrypt_inplace()