Lines Matching defs:tfm
34 static inline bool crypto_ahash_block_only(struct crypto_ahash *tfm) in crypto_ahash_block_only()
40 static inline bool crypto_ahash_final_nonzero(struct crypto_ahash *tfm) in crypto_ahash_final_nonzero()
46 static inline bool crypto_ahash_need_fallback(struct crypto_ahash *tfm) in crypto_ahash_need_fallback()
157 static inline struct crypto_shash *ahash_to_shash(struct crypto_ahash *tfm) in ahash_to_shash()
163 struct crypto_ahash *tfm) in prepare_shash_desc()
244 static void crypto_exit_ahash_using_shash(struct crypto_tfm *tfm) in crypto_exit_ahash_using_shash()
251 static int crypto_init_ahash_using_shash(struct crypto_tfm *tfm) in crypto_init_ahash_using_shash()
277 static int ahash_nosetkey(struct crypto_ahash *tfm, const u8 *key, in ahash_nosetkey()
283 static void ahash_set_needkey(struct crypto_ahash *tfm, struct ahash_alg *alg) in ahash_set_needkey()
290 int crypto_ahash_setkey(struct crypto_ahash *tfm, const u8 *key, in crypto_ahash_setkey()
325 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_do_req_chain() local
373 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_init() local
407 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_update_finish() local
445 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_update() local
496 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_finup_finish() local
526 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_finup() local
568 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_digest() local
593 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_def_finup_finish1() local
629 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_export_core() local
639 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_export() local
657 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_import_core() local
670 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_import() local
686 static void crypto_ahash_exit_tfm(struct crypto_tfm *tfm) in crypto_ahash_exit_tfm()
700 static int crypto_ahash_init_tfm(struct crypto_tfm *tfm) in crypto_ahash_init_tfm()
855 struct crypto_tfm *tfm = crypto_ahash_tfm(hash); in crypto_clone_ahash() local
1062 int crypto_hash_digest(struct crypto_ahash *tfm, const u8 *data, in crypto_hash_digest()