Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/inside-secure/
Dsafexcel_hash.c2418 crypto_ahash_blocksize(ctx->fback) / 2); in safexcel_sha3_fbcheck()
2420 crypto_ahash_blocksize(ctx->fback) / 2, in safexcel_sha3_fbcheck()
2422 crypto_ahash_blocksize(ctx->fback) / 2); in safexcel_sha3_fbcheck()
2424 crypto_ahash_blocksize(ctx->fback)); in safexcel_sha3_fbcheck()
2426 crypto_ahash_blocksize(ctx->fback)); in safexcel_sha3_fbcheck()
2788 if (keylen > crypto_ahash_blocksize(tfm)) { in safexcel_hmac_sha3_setkey()
2801 if (keylen > crypto_ahash_blocksize(tfm) / 2) in safexcel_hmac_sha3_setkey()
2805 crypto_ahash_blocksize(tfm) / 2, in safexcel_hmac_sha3_setkey()
2806 keylen - crypto_ahash_blocksize(tfm) / 2); in safexcel_hmac_sha3_setkey()
2813 if (keylen <= crypto_ahash_blocksize(tfm) / 2) { in safexcel_hmac_sha3_setkey()
[all …]
/Linux-v6.1/fs/verity/
Dhash_algs.c87 if (WARN_ON(alg->block_size != crypto_ahash_blocksize(tfm))) in fsverity_get_hash_alg()
/Linux-v6.1/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-hash.c66 int bs = crypto_ahash_blocksize(ahash); in sun8i_ss_hmac_setkey()
492 int bs = crypto_ahash_blocksize(tfm); in sun8i_ss_hash_run()
/Linux-v6.1/include/crypto/
Dhash.h329 static inline unsigned int crypto_ahash_blocksize(struct crypto_ahash *tfm) in crypto_ahash_blocksize() function
/Linux-v6.1/drivers/crypto/marvell/cesa/
Dhash.c848 blocksize = crypto_ahash_blocksize(ahash); in mv_cesa_ahash_export()
872 blocksize = crypto_ahash_blocksize(ahash); in mv_cesa_ahash_import()
/Linux-v6.1/drivers/crypto/caam/
Dcaamhash.c824 int blocksize = crypto_ahash_blocksize(ahash); in ahash_update_ctx()
1200 int blocksize = crypto_ahash_blocksize(ahash); in ahash_update_no_ctx()
1398 int blocksize = crypto_ahash_blocksize(ahash); in ahash_update_first()
/Linux-v6.1/drivers/crypto/keembay/
Dkeembay-ocs-hcu-core.c752 size_t blk_sz = crypto_ahash_blocksize(tfm); in kmb_ocs_hcu_setkey()
/Linux-v6.1/crypto/
Dtestmgr.c1687 const unsigned int blocksize = crypto_ahash_blocksize(tfm); in test_hash_vs_generic_impl()