Lines Matching defs:tfm
50 static int simd_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, in simd_skcipher_setkey()
64 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in simd_skcipher_encrypt() local
85 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in simd_skcipher_decrypt() local
104 static void simd_skcipher_exit(struct crypto_skcipher *tfm) in simd_skcipher_exit()
111 static int simd_skcipher_init(struct crypto_skcipher *tfm) in simd_skcipher_init()
268 static int simd_aead_setkey(struct crypto_aead *tfm, const u8 *key, in simd_aead_setkey()
280 static int simd_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize) in simd_aead_setauthsize()
290 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in simd_aead_encrypt() local
311 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in simd_aead_decrypt() local
330 static void simd_aead_exit(struct crypto_aead *tfm) in simd_aead_exit()
337 static int simd_aead_init(struct crypto_aead *tfm) in simd_aead_init()