Lines Matching defs:tfm
50 static int simd_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, in simd_skcipher_setkey()
68 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in simd_skcipher_encrypt() local
89 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in simd_skcipher_decrypt() local
108 static void simd_skcipher_exit(struct crypto_skcipher *tfm) in simd_skcipher_exit()
115 static int simd_skcipher_init(struct crypto_skcipher *tfm) in simd_skcipher_init()
148 struct crypto_skcipher *tfm; in simd_skcipher_create_compat() local
293 static int simd_aead_setkey(struct crypto_aead *tfm, const u8 *key, in simd_aead_setkey()
309 static int simd_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize) in simd_aead_setauthsize()
319 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in simd_aead_encrypt() local
340 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in simd_aead_decrypt() local
359 static void simd_aead_exit(struct crypto_aead *tfm) in simd_aead_exit()
366 static int simd_aead_init(struct crypto_aead *tfm) in simd_aead_init()
398 struct crypto_aead *tfm; in simd_aead_create_compat() local