Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/crypto/inside-secure/
Dsafexcel_hash.c2392 crypto_ahash_blocksize(ctx->fback) / 2); in safexcel_sha3_fbcheck()
2394 crypto_ahash_blocksize(ctx->fback) / 2, in safexcel_sha3_fbcheck()
2396 crypto_ahash_blocksize(ctx->fback) / 2); in safexcel_sha3_fbcheck()
2398 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()
2788 if (keylen <= crypto_ahash_blocksize(tfm) / 2) { in safexcel_hmac_sha3_setkey()
[all …]
/linux-6.6.21/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-hash.c69 int bs = crypto_ahash_blocksize(ahash); in sun8i_ss_hmac_setkey()
500 int bs = crypto_ahash_blocksize(tfm); in sun8i_ss_hash_run()
/linux-6.6.21/include/crypto/
Dhash.h360 static inline unsigned int crypto_ahash_blocksize(struct crypto_ahash *tfm) in crypto_ahash_blocksize() function
/linux-6.6.21/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-6.6.21/drivers/crypto/caam/
Dcaamhash.c828 int blocksize = crypto_ahash_blocksize(ahash); in ahash_update_ctx()
1204 int blocksize = crypto_ahash_blocksize(ahash); in ahash_update_no_ctx()
1402 int blocksize = crypto_ahash_blocksize(ahash); in ahash_update_first()
/linux-6.6.21/drivers/crypto/starfive/
Djh7110-hash.c492 unsigned int blocksize = crypto_ahash_blocksize(hash); in starfive_hash_setkey()
/linux-6.6.21/drivers/crypto/intel/keembay/
Dkeembay-ocs-hcu-core.c752 size_t blk_sz = crypto_ahash_blocksize(tfm); in kmb_ocs_hcu_setkey()
/linux-6.6.21/drivers/crypto/stm32/
Dstm32-hash.c311 if (ctx->keylen > crypto_ahash_blocksize(tfm)) in stm32_hash_write_ctrl()
855 rctx->state.blocklen = crypto_ahash_blocksize(tfm) + sizeof(u32); in stm32_hash_init()
/linux-6.6.21/crypto/
Dtestmgr.c1742 const unsigned int blocksize = crypto_ahash_blocksize(tfm); in test_hash_vs_generic_impl()