Home
last modified time | relevance | path

Searched refs:crypto_ahash_blocksize (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/inside-secure/
Dsafexcel_hash.c2437 crypto_ahash_blocksize(ctx->fback) / 2); in safexcel_sha3_fbcheck()
2439 crypto_ahash_blocksize(ctx->fback) / 2, in safexcel_sha3_fbcheck()
2441 crypto_ahash_blocksize(ctx->fback) / 2); in safexcel_sha3_fbcheck()
2443 crypto_ahash_blocksize(ctx->fback)); in safexcel_sha3_fbcheck()
2445 crypto_ahash_blocksize(ctx->fback)); in safexcel_sha3_fbcheck()
2807 if (keylen > crypto_ahash_blocksize(tfm)) { in safexcel_hmac_sha3_setkey()
2820 if (keylen > crypto_ahash_blocksize(tfm) / 2) in safexcel_hmac_sha3_setkey()
2824 crypto_ahash_blocksize(tfm) / 2, in safexcel_hmac_sha3_setkey()
2825 keylen - crypto_ahash_blocksize(tfm) / 2); in safexcel_hmac_sha3_setkey()
2832 if (keylen <= crypto_ahash_blocksize(tfm) / 2) { in safexcel_hmac_sha3_setkey()
[all …]
/kernel/linux/linux-5.10/fs/verity/
Dhash_algs.c87 if (WARN_ON(alg->block_size != crypto_ahash_blocksize(tfm))) in fsverity_get_hash_alg()
/kernel/linux/linux-5.10/include/crypto/
Dhash.h329 static inline unsigned int crypto_ahash_blocksize(struct crypto_ahash *tfm) in crypto_ahash_blocksize() function
/kernel/linux/linux-5.10/drivers/crypto/marvell/cesa/
Dhash.c824 blocksize = crypto_ahash_blocksize(ahash); in mv_cesa_ahash_export()
848 blocksize = crypto_ahash_blocksize(ahash); in mv_cesa_ahash_import()
/kernel/linux/linux-5.10/drivers/crypto/caam/
Dcaamhash.c821 int blocksize = crypto_ahash_blocksize(ahash); in ahash_update_ctx()
1197 int blocksize = crypto_ahash_blocksize(ahash); in ahash_update_no_ctx()
1395 int blocksize = crypto_ahash_blocksize(ahash); in ahash_update_first()
/kernel/linux/linux-5.10/crypto/
Dtestmgr.c1646 const unsigned int blocksize = crypto_ahash_blocksize(tfm); in test_hash_vs_generic_impl()