Home
last modified time | relevance | path

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

/linux/drivers/crypto/inside-secure/
A Dsafexcel_hash.c2445 crypto_ahash_blocksize(ctx->fback)); in safexcel_sha3_fbcheck()
2447 crypto_ahash_blocksize(ctx->fback)); in safexcel_sha3_fbcheck()
2809 if (keylen > crypto_ahash_blocksize(tfm)) { in safexcel_hmac_sha3_setkey()
2822 if (keylen > crypto_ahash_blocksize(tfm) / 2) in safexcel_hmac_sha3_setkey()
2826 crypto_ahash_blocksize(tfm) / 2, in safexcel_hmac_sha3_setkey()
2827 keylen - crypto_ahash_blocksize(tfm) / 2); in safexcel_hmac_sha3_setkey()
2838 crypto_ahash_blocksize(tfm) / 2); in safexcel_hmac_sha3_setkey()
2840 key + crypto_ahash_blocksize(tfm) / 2, in safexcel_hmac_sha3_setkey()
2846 if (keylen <= crypto_ahash_blocksize(tfm) / 2) { in safexcel_hmac_sha3_setkey()
2852 crypto_ahash_blocksize(tfm) / 2, 0, in safexcel_hmac_sha3_setkey()
[all …]
/linux/fs/verity/
A Dhash_algs.c87 if (WARN_ON(alg->block_size != crypto_ahash_blocksize(tfm))) in fsverity_get_hash_alg()
/linux/include/crypto/
A Dhash.h329 static inline unsigned int crypto_ahash_blocksize(struct crypto_ahash *tfm) in crypto_ahash_blocksize() function
/linux/drivers/crypto/caam/
A 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()
/linux/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/drivers/crypto/keembay/
A Dkeembay-ocs-hcu-core.c752 size_t blk_sz = crypto_ahash_blocksize(tfm); in kmb_ocs_hcu_setkey()
/linux/crypto/
A Dtestmgr.c1640 const unsigned int blocksize = crypto_ahash_blocksize(tfm); in test_hash_vs_generic_impl()

Completed in 28 milliseconds