Lines Matching defs:tfm
34 static inline struct crypto_shash *ahash_to_shash(struct crypto_ahash *tfm) in ahash_to_shash()
40 struct crypto_ahash *tfm) in prepare_shash_desc()
106 static void crypto_exit_ahash_using_shash(struct crypto_tfm *tfm) in crypto_exit_ahash_using_shash()
113 static int crypto_init_ahash_using_shash(struct crypto_tfm *tfm) in crypto_init_ahash_using_shash()
211 static int ahash_nosetkey(struct crypto_ahash *tfm, const u8 *key, in ahash_nosetkey()
217 static void ahash_set_needkey(struct crypto_ahash *tfm, struct ahash_alg *alg) in ahash_set_needkey()
224 int crypto_ahash_setkey(struct crypto_ahash *tfm, const u8 *key, in crypto_ahash_setkey()
255 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_init() local
268 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_save_req() local
330 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_update() local
341 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_final() local
352 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_finup() local
363 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_digest() local
426 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_def_finup() local
442 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_export() local
452 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_import() local
462 static void crypto_ahash_exit_tfm(struct crypto_tfm *tfm) in crypto_ahash_exit_tfm()
470 static int crypto_ahash_init_tfm(struct crypto_tfm *tfm) in crypto_ahash_init_tfm()
581 struct crypto_tfm *tfm = crypto_ahash_tfm(hash); in crypto_clone_ahash() local