Lines Matching defs:tfm

27 static int shash_no_setkey(struct crypto_shash *tfm, const u8 *key,  in shash_no_setkey()
33 static int shash_setkey_unaligned(struct crypto_shash *tfm, const u8 *key, in shash_setkey_unaligned()
54 int crypto_shash_setkey(struct crypto_shash *tfm, const u8 *key, in crypto_shash_setkey()
77 struct crypto_shash *tfm = desc->tfm; in shash_update_unaligned() local
101 struct crypto_shash *tfm = desc->tfm; in crypto_shash_update() local
114 struct crypto_shash *tfm = desc->tfm; in shash_final_unaligned() local
136 struct crypto_shash *tfm = desc->tfm; in crypto_shash_final() local
157 struct crypto_shash *tfm = desc->tfm; in crypto_shash_finup() local
178 struct crypto_shash *tfm = desc->tfm; in crypto_shash_digest() local
201 static int shash_async_setkey(struct crypto_ahash *tfm, const u8 *key, in shash_async_setkey()
325 static void crypto_exit_shash_ops_async(struct crypto_tfm *tfm) in crypto_exit_shash_ops_async()
332 int crypto_init_shash_ops_async(struct crypto_tfm *tfm) in crypto_init_shash_ops_async()
371 static int shash_compat_setkey(struct crypto_hash *tfm, const u8 *key, in shash_compat_setkey()
446 static void crypto_exit_shash_ops_compat(struct crypto_tfm *tfm) in crypto_exit_shash_ops_compat()
455 static int crypto_init_shash_ops_compat(struct crypto_tfm *tfm) in crypto_init_shash_ops_compat()
495 static int crypto_init_shash_ops(struct crypto_tfm *tfm, u32 type, u32 mask) in crypto_init_shash_ops()
516 static int crypto_shash_init_tfm(struct crypto_tfm *tfm) in crypto_shash_init_tfm()