Home
last modified time | relevance | path

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

/openbmc/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 …]
/openbmc/linux/drivers/crypto/allwinner/sun8i-ss/
H A 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()
/openbmc/linux/include/crypto/
H A Dhash.h360 static inline unsigned int crypto_ahash_blocksize(struct crypto_ahash *tfm) in crypto_ahash_blocksize() function
/openbmc/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()
/openbmc/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()
/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-hash.c492 unsigned int blocksize = crypto_ahash_blocksize(hash); in starfive_hash_setkey()
/openbmc/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()
/openbmc/linux/drivers/crypto/stm32/
H A 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()
/openbmc/linux/crypto/
H A Dtestmgr.c1742 const unsigned int blocksize = crypto_ahash_blocksize(tfm); in test_hash_vs_generic_impl()