Lines Matching defs:tfm
484 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_init() local
549 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_update() local
564 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_final() local
578 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_finup() local
594 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_import() local
607 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_export() local
619 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_digest() local
673 static int img_hash_cra_init(struct crypto_tfm *tfm, const char *alg_name) in img_hash_cra_init()
696 static int img_hash_cra_md5_init(struct crypto_tfm *tfm) in img_hash_cra_md5_init()
701 static int img_hash_cra_sha1_init(struct crypto_tfm *tfm) in img_hash_cra_sha1_init()
706 static int img_hash_cra_sha224_init(struct crypto_tfm *tfm) in img_hash_cra_sha224_init()
711 static int img_hash_cra_sha256_init(struct crypto_tfm *tfm) in img_hash_cra_sha256_init()
716 static void img_hash_cra_exit(struct crypto_tfm *tfm) in img_hash_cra_exit()