Lines Matching defs:tfm
23 static int shash_no_setkey(struct crypto_shash *tfm, const u8 *key, in shash_no_setkey()
42 static int shash_setkey_unaligned(struct crypto_shash *tfm, const u8 *key, in shash_setkey_unaligned()
63 static void shash_set_needkey(struct crypto_shash *tfm, struct shash_alg *alg) in shash_set_needkey()
69 int crypto_shash_setkey(struct crypto_shash *tfm, const u8 *key, in crypto_shash_setkey()
94 struct crypto_shash *tfm = desc->tfm; in shash_update_unaligned() local
124 struct crypto_shash *tfm = desc->tfm; in crypto_shash_update() local
137 struct crypto_shash *tfm = desc->tfm; in shash_final_unaligned() local
165 struct crypto_shash *tfm = desc->tfm; in crypto_shash_final() local
186 struct crypto_shash *tfm = desc->tfm; in crypto_shash_finup() local
207 struct crypto_shash *tfm = desc->tfm; in crypto_shash_digest() local
221 int crypto_shash_tfm_digest(struct crypto_shash *tfm, const u8 *data, in crypto_shash_tfm_digest()
249 static int shash_async_setkey(struct crypto_ahash *tfm, const u8 *key, in shash_async_setkey()
370 static void crypto_exit_shash_ops_async(struct crypto_tfm *tfm) in crypto_exit_shash_ops_async()
377 int crypto_init_shash_ops_async(struct crypto_tfm *tfm) in crypto_init_shash_ops_async()
416 static void crypto_shash_exit_tfm(struct crypto_tfm *tfm) in crypto_shash_exit_tfm()
424 static int crypto_shash_init_tfm(struct crypto_tfm *tfm) in crypto_shash_init_tfm()