Lines Matching defs:tfm
550 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in hash_init() local
855 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in hash_dma_final() local
961 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in hash_hw_final() local
1068 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in hash_hw_update() local
1330 static int hash_setkey(struct crypto_ahash *tfm, in hash_setkey()
1352 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_sha1_init() local
1365 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_sha256_init() local
1408 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in hmac_sha1_init() local
1421 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in hmac_sha256_init() local
1462 static int hmac_sha1_setkey(struct crypto_ahash *tfm, in hmac_sha1_setkey()
1468 static int hmac_sha256_setkey(struct crypto_ahash *tfm, in hmac_sha256_setkey()
1479 static int hash_cra_init(struct crypto_tfm *tfm) in hash_cra_init()