Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/crypto/inside-secure/
A Dsafexcel_hash.c2398 crypto_ahash_blocksize(ctx->fback)); in safexcel_sha3_fbcheck()
2400 crypto_ahash_blocksize(ctx->fback)); in safexcel_sha3_fbcheck()
2763 if (keylen > crypto_ahash_blocksize(tfm)) { in safexcel_hmac_sha3_setkey()
2776 if (keylen > crypto_ahash_blocksize(tfm) / 2) in safexcel_hmac_sha3_setkey()
2780 crypto_ahash_blocksize(tfm) / 2, in safexcel_hmac_sha3_setkey()
2781 keylen - crypto_ahash_blocksize(tfm) / 2); in safexcel_hmac_sha3_setkey()
2792 crypto_ahash_blocksize(tfm) / 2); in safexcel_hmac_sha3_setkey()
2794 key + crypto_ahash_blocksize(tfm) / 2, in safexcel_hmac_sha3_setkey()
2800 if (keylen <= crypto_ahash_blocksize(tfm) / 2) { in safexcel_hmac_sha3_setkey()
2806 crypto_ahash_blocksize(tfm) / 2, 0, in safexcel_hmac_sha3_setkey()
[all …]
/linux-6.3-rc2/fs/verity/
A Dhash_algs.c89 if (WARN_ON(alg->block_size != crypto_ahash_blocksize(tfm))) in fsverity_get_hash_alg()
/linux-6.3-rc2/drivers/crypto/allwinner/sun8i-ss/
A 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-6.3-rc2/include/crypto/
A Dhash.h329 static inline unsigned int crypto_ahash_blocksize(struct crypto_ahash *tfm) in crypto_ahash_blocksize() function
/linux-6.3-rc2/drivers/crypto/marvell/cesa/
A Dhash.c848 blocksize = crypto_ahash_blocksize(ahash); in mv_cesa_ahash_export()
872 blocksize = crypto_ahash_blocksize(ahash); in mv_cesa_ahash_import()
/linux-6.3-rc2/drivers/crypto/caam/
A Dcaamhash.c832 int blocksize = crypto_ahash_blocksize(ahash); in ahash_update_ctx()
1208 int blocksize = crypto_ahash_blocksize(ahash); in ahash_update_no_ctx()
1406 int blocksize = crypto_ahash_blocksize(ahash); in ahash_update_first()
/linux-6.3-rc2/drivers/crypto/keembay/
A Dkeembay-ocs-hcu-core.c752 size_t blk_sz = crypto_ahash_blocksize(tfm); in kmb_ocs_hcu_setkey()
/linux-6.3-rc2/crypto/
A Dtestmgr.c1695 const unsigned int blocksize = crypto_ahash_blocksize(tfm); in test_hash_vs_generic_impl()

Completed in 26 milliseconds