Lines Matching refs:crypto_ahash
430 static int cryptd_hash_init_tfm(struct crypto_ahash *tfm) in cryptd_hash_init_tfm()
449 static int cryptd_hash_clone_tfm(struct crypto_ahash *ntfm, in cryptd_hash_clone_tfm()
450 struct crypto_ahash *tfm) in cryptd_hash_clone_tfm()
464 static void cryptd_hash_exit_tfm(struct crypto_ahash *tfm) in cryptd_hash_exit_tfm()
471 static int cryptd_hash_setkey(struct crypto_ahash *parent, in cryptd_hash_setkey()
487 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cryptd_hash_enqueue()
516 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cryptd_hash_complete()
534 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cryptd_hash_init()
610 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cryptd_hash_digest()
641 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cryptd_hash_import()
1006 struct crypto_ahash *tfm; in cryptd_alloc_ahash()