Lines Matching refs:crypto_ahash_tfm
1675 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_ahash_update()
1767 u8 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_ahash_final()
1781 if (is_hmac(crypto_ahash_tfm(rtfm))) in chcr_ahash_final()
1789 if (is_hmac(crypto_ahash_tfm(rtfm))) { in chcr_ahash_final()
1846 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_ahash_finup()
1866 if (is_hmac(crypto_ahash_tfm(rtfm))) { in chcr_ahash_finup()
1876 if (is_hmac(crypto_ahash_tfm(rtfm))) { in chcr_ahash_finup()
1942 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_ahash_digest()
1963 if (is_hmac(crypto_ahash_tfm(rtfm))) { in chcr_ahash_digest()
1972 if (is_hmac(crypto_ahash_tfm(rtfm))) { in chcr_ahash_digest()
2035 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_ahash_continue()
2038 if (is_hmac(crypto_ahash_tfm(rtfm))) { in chcr_ahash_continue()
2051 if (is_hmac(crypto_ahash_tfm(rtfm))) { in chcr_ahash_continue()
2199 unsigned int bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in chcr_ahash_setkey()
2319 unsigned int bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_hmac_init()
2323 if (is_hmac(crypto_ahash_tfm(rtfm))) { in chcr_hmac_init()