Lines Matching refs:tfm
35 struct crypto_cipher *tfm, u32 byte_ctr) in crypto_xctr_crypt_final() argument
44 crypto_cipher_encrypt_one(tfm, keystream, walk->iv); in crypto_xctr_crypt_final()
50 struct crypto_cipher *tfm, u32 byte_ctr) in crypto_xctr_crypt_segment() argument
53 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_xctr_crypt_segment()
61 fn(crypto_cipher_tfm(tfm), dst, walk->iv); in crypto_xctr_crypt_segment()
75 struct crypto_cipher *tfm, u32 byte_ctr) in crypto_xctr_crypt_inplace() argument
78 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_xctr_crypt_inplace()
79 unsigned long alignmask = crypto_cipher_alignmask(tfm); in crypto_xctr_crypt_inplace()
88 fn(crypto_cipher_tfm(tfm), keystream, walk->iv); in crypto_xctr_crypt_inplace()
102 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_xctr_crypt() local
103 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_xctr_crypt()