Lines Matching defs:tfm
50 static inline struct crypto_shash *ahash_to_shash(struct crypto_ahash *tfm) in ahash_to_shash()
56 struct crypto_ahash *tfm) in prepare_shash_desc()
122 static void crypto_exit_ahash_using_shash(struct crypto_tfm *tfm) in crypto_exit_ahash_using_shash()
129 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
361 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_final() local
376 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_finup() local
395 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_digest() local
470 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_def_finup() local
486 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_export() local
496 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_import() local
506 static void crypto_ahash_exit_tfm(struct crypto_tfm *tfm) in crypto_ahash_exit_tfm()
514 static int crypto_ahash_init_tfm(struct crypto_tfm *tfm) in crypto_ahash_init_tfm()
624 struct crypto_tfm *tfm = crypto_ahash_tfm(hash); in crypto_clone_ahash() local