Lines Matching refs:crypto_ahash_tfm
1571 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_ahash_update()
1652 u8 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_ahash_final()
1656 if (is_hmac(crypto_ahash_tfm(rtfm))) in chcr_ahash_final()
1664 if (is_hmac(crypto_ahash_tfm(rtfm))) { in chcr_ahash_final()
1708 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_ahash_finup()
1724 if (is_hmac(crypto_ahash_tfm(rtfm))) { in chcr_ahash_finup()
1734 if (is_hmac(crypto_ahash_tfm(rtfm))) { in chcr_ahash_finup()
1791 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_ahash_digest()
1808 if (is_hmac(crypto_ahash_tfm(rtfm))) { in chcr_ahash_digest()
1817 if (is_hmac(crypto_ahash_tfm(rtfm))) { in chcr_ahash_digest()
1871 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_ahash_continue()
1875 if (is_hmac(crypto_ahash_tfm(rtfm))) { in chcr_ahash_continue()
1888 if (is_hmac(crypto_ahash_tfm(rtfm))) { in chcr_ahash_continue()
2035 unsigned int bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in chcr_ahash_setkey()
2141 unsigned int bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_hmac_init()
2145 if (is_hmac(crypto_ahash_tfm(rtfm))) { in chcr_hmac_init()