Lines Matching defs:tfm
121 static inline struct crypto_shash *ahash_to_shash(struct crypto_ahash *tfm) in ahash_to_shash()
127 struct crypto_ahash *tfm) in prepare_shash_desc()
193 static void crypto_exit_ahash_using_shash(struct crypto_tfm *tfm) in crypto_exit_ahash_using_shash()
200 static int crypto_init_ahash_using_shash(struct crypto_tfm *tfm) in crypto_init_ahash_using_shash()
227 static int ahash_nosetkey(struct crypto_ahash *tfm, const u8 *key, in ahash_nosetkey()
233 static void ahash_set_needkey(struct crypto_ahash *tfm, struct ahash_alg *alg) in ahash_set_needkey()
240 int crypto_ahash_setkey(struct crypto_ahash *tfm, const u8 *key, in crypto_ahash_setkey()
271 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_init() local
284 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_save_req() local
346 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_update() local
357 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_final() local
368 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_finup() local
379 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_digest() local
442 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_def_finup() local
458 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_export() local
468 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_import() local
478 static void crypto_ahash_exit_tfm(struct crypto_tfm *tfm) in crypto_ahash_exit_tfm()
486 static int crypto_ahash_init_tfm(struct crypto_tfm *tfm) in crypto_ahash_init_tfm()
597 struct crypto_tfm *tfm = crypto_ahash_tfm(hash); in crypto_clone_ahash() local