Lines Matching defs:tfm
660 struct crypto_tfm *tfm = crypto_ahash_tfm(ahash); in handle_ahash_req() local
1908 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_enqueue() local
1965 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in __ahash_init() local
2021 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_init() local
2094 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_update() local
2149 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_final() local
2188 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_finup() local
2421 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_hmac_init() local
2471 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_hmac_digest() local
2595 struct crypto_tfm *tfm = crypto_aead_tfm(aead); in aead_do_fallback() local
2763 struct crypto_tfm *tfm = crypto_aead_tfm(cipher); in aead_authenc_setkey() local
2858 struct crypto_tfm *tfm = crypto_aead_tfm(cipher); in aead_gcm_ccm_setkey() local
4183 static int generic_cra_init(struct crypto_tfm *tfm, in generic_cra_init()
4212 struct crypto_tfm *tfm = crypto_skcipher_tfm(skcipher); in skcipher_init_tfm() local
4224 static int ahash_cra_init(struct crypto_tfm *tfm) in ahash_cra_init()
4248 struct crypto_tfm *tfm = crypto_aead_tfm(aead); in aead_cra_init() local
4287 static void generic_cra_exit(struct crypto_tfm *tfm) in generic_cra_exit()
4292 static void skcipher_exit_tfm(struct crypto_skcipher *tfm) in skcipher_exit_tfm()
4299 struct crypto_tfm *tfm = crypto_aead_tfm(aead); in aead_cra_exit() local