Lines Matching defs:tfm
23 int shash_no_setkey(struct crypto_shash *tfm, const u8 *key, in shash_no_setkey()
30 static int shash_setkey_unaligned(struct crypto_shash *tfm, const u8 *key, in shash_setkey_unaligned()
51 static void shash_set_needkey(struct crypto_shash *tfm, struct shash_alg *alg) in shash_set_needkey()
58 int crypto_shash_setkey(struct crypto_shash *tfm, const u8 *key, in crypto_shash_setkey()
83 struct crypto_shash *tfm = desc->tfm; in shash_update_unaligned() local
113 struct crypto_shash *tfm = desc->tfm; in crypto_shash_update() local
126 struct crypto_shash *tfm = desc->tfm; in shash_final_unaligned() local
154 struct crypto_shash *tfm = desc->tfm; in crypto_shash_final() local
175 struct crypto_shash *tfm = desc->tfm; in crypto_shash_finup() local
196 struct crypto_shash *tfm = desc->tfm; in crypto_shash_digest() local
222 static int shash_async_setkey(struct crypto_ahash *tfm, const u8 *key, in shash_async_setkey()
343 static void crypto_exit_shash_ops_async(struct crypto_tfm *tfm) in crypto_exit_shash_ops_async()
350 int crypto_init_shash_ops_async(struct crypto_tfm *tfm) in crypto_init_shash_ops_async()
389 static int crypto_shash_init_tfm(struct crypto_tfm *tfm) in crypto_shash_init_tfm()