Lines Matching defs:tfm
27 int shash_no_setkey(struct crypto_shash *tfm, const u8 *key, in shash_no_setkey()
34 static int shash_setkey_unaligned(struct crypto_shash *tfm, const u8 *key, in shash_setkey_unaligned()
55 int crypto_shash_setkey(struct crypto_shash *tfm, const u8 *key, in crypto_shash_setkey()
85 struct crypto_shash *tfm = desc->tfm; in shash_update_unaligned() local
109 struct crypto_shash *tfm = desc->tfm; in crypto_shash_update() local
122 struct crypto_shash *tfm = desc->tfm; in shash_final_unaligned() local
144 struct crypto_shash *tfm = desc->tfm; in crypto_shash_final() local
165 struct crypto_shash *tfm = desc->tfm; in crypto_shash_finup() local
186 struct crypto_shash *tfm = desc->tfm; in crypto_shash_digest() local
212 static int shash_async_setkey(struct crypto_ahash *tfm, const u8 *key, in shash_async_setkey()
338 static void crypto_exit_shash_ops_async(struct crypto_tfm *tfm) in crypto_exit_shash_ops_async()
345 int crypto_init_shash_ops_async(struct crypto_tfm *tfm) in crypto_init_shash_ops_async()
385 static int crypto_shash_init_tfm(struct crypto_tfm *tfm) in crypto_shash_init_tfm()