Home
last modified time | relevance | path

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

/linux/drivers/crypto/inside-secure/
H 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/include/crypto/
H A Dhash.h319 static inline unsigned int crypto_ahash_blocksize(struct crypto_ahash *tfm) in crypto_ahash_blocksize() function
/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c52 int bs = crypto_ahash_blocksize(ahash); in sun8i_ss_hmac_setkey()
483 int bs = crypto_ahash_blocksize(tfm); in sun8i_ss_hash_run()
/linux/drivers/crypto/tegra/
H A Dtegra-se-hash.c401 dma_free_coherent(se->dev, crypto_ahash_blocksize(tfm), in tegra_sha_do_final()
516 rctx->blk_size = crypto_ahash_blocksize(tfm); in tegra_sha_init()
H A Dtegra-se-aes.c1572 dma_free_coherent(se->dev, crypto_ahash_blocksize(tfm) * 2, in tegra_cmac_do_final()
1672 rctx->blk_size = crypto_ahash_blocksize(tfm); in tegra_cmac_init()
/linux/drivers/crypto/marvell/cesa/
H 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/caam/
H A 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/drivers/crypto/stm32/
H A Dstm32-hash.c331 if (ctx->keylen > crypto_ahash_blocksize(tfm)) in stm32_hash_write_ctrl()
875 rctx->state.blocklen = crypto_ahash_blocksize(tfm) + sizeof(u32); in stm32_hash_init()
1270 bs = crypto_ahash_blocksize(tfm); in stm32_hash_prepare_request()
/linux/drivers/crypto/starfive/
H A Djh7110-hash.c458 unsigned int blocksize = crypto_ahash_blocksize(hash); in starfive_hash_setkey()
/linux/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-hcu-core.c752 size_t blk_sz = crypto_ahash_blocksize(tfm); in kmb_ocs_hcu_setkey()
/linux/crypto/
H A Dtestmgr.c1738 const unsigned int blocksize = crypto_ahash_blocksize(tfm); in test_hash_vs_generic_impl()