Lines Matching defs:tfm
29 struct crypto_tfm *tfm = crypto_hash_tfm(desc->tfm); in init() local
38 struct crypto_tfm *tfm = crypto_hash_tfm(desc->tfm); in update2() local
97 struct crypto_tfm *tfm = crypto_hash_tfm(desc->tfm); in final() local
115 static int nosetkey(struct crypto_hash *tfm, const u8 *key, unsigned int keylen) in nosetkey()
123 struct crypto_tfm *tfm = crypto_hash_tfm(hash); in setkey() local
140 int crypto_init_digest_ops(struct crypto_tfm *tfm) in crypto_init_digest_ops()
158 void crypto_exit_digest_ops(struct crypto_tfm *tfm) in crypto_exit_digest_ops()
172 struct crypto_tfm *tfm = crypto_ahash_tfm(tfm_async); in digest_async_setkey() local
181 struct crypto_tfm *tfm = req->base.tfm; in digest_async_init() local
190 struct crypto_tfm *tfm = req->base.tfm; in digest_async_update() local
202 struct crypto_tfm *tfm = req->base.tfm; in digest_async_final() local
214 struct crypto_tfm *tfm = req->base.tfm; in digest_async_digest() local
223 int crypto_init_digest_ops_async(struct crypto_tfm *tfm) in crypto_init_digest_ops_async()