Home
last modified time | relevance | path

Searched refs:crypto_ahash_blocksize (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-6.6/drivers/crypto/inside-secure/
H A 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(tf in safexcel_hmac_sha3_setkey()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c2437 crypto_ahash_blocksize(ctx->fback) / 2); in safexcel_sha3_fbcheck()
2439 crypto_ahash_blocksize(ctx->fback) / 2, in safexcel_sha3_fbcheck()
2441 crypto_ahash_blocksize(ctx->fback) / 2); in safexcel_sha3_fbcheck()
2443 crypto_ahash_blocksize(ctx->fback)); in safexcel_sha3_fbcheck()
2445 crypto_ahash_blocksize(ctx->fback)); in safexcel_sha3_fbcheck()
2807 if (keylen > crypto_ahash_blocksize(tfm)) { in safexcel_hmac_sha3_setkey()
2820 if (keylen > crypto_ahash_blocksize(tfm) / 2) in safexcel_hmac_sha3_setkey()
2824 crypto_ahash_blocksize(tfm) / 2, in safexcel_hmac_sha3_setkey()
2825 keylen - crypto_ahash_blocksize(tfm) / 2); in safexcel_hmac_sha3_setkey()
2832 if (keylen <= crypto_ahash_blocksize(tf in safexcel_hmac_sha3_setkey()
[all...]
/kernel/linux/linux-5.10/fs/verity/
H A Dhash_algs.c89 if (WARN_ON(alg->block_size != crypto_ahash_blocksize(tfm))) in fsverity_get_hash_alg()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/include/crypto/
H A Dhash.h321 * crypto_ahash_blocksize() - obtain block size for cipher
329 static inline unsigned int crypto_ahash_blocksize(struct crypto_ahash *tfm) in crypto_ahash_blocksize() function
/kernel/linux/linux-6.6/include/crypto/
H A Dhash.h352 * crypto_ahash_blocksize() - obtain block size for cipher
360 static inline unsigned int crypto_ahash_blocksize(struct crypto_ahash *tfm) in crypto_ahash_blocksize() function
/kernel/linux/linux-5.10/drivers/crypto/marvell/cesa/
H A Dhash.c824 blocksize = crypto_ahash_blocksize(ahash); in mv_cesa_ahash_export()
848 blocksize = crypto_ahash_blocksize(ahash); in mv_cesa_ahash_import()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/crypto/caam/
H 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/crypto/starfive/
H A Djh7110-hash.c492 unsigned int blocksize = crypto_ahash_blocksize(hash); in starfive_hash_setkey()
/kernel/linux/linux-6.6/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-hcu-core.c752 size_t blk_sz = crypto_ahash_blocksize(tfm); in kmb_ocs_hcu_setkey()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/crypto/
H A Dtestmgr.c1646 const unsigned int blocksize = crypto_ahash_blocksize(tfm); in test_hash_vs_generic_impl()
/kernel/linux/linux-6.6/crypto/
H A Dtestmgr.c1742 const unsigned int blocksize = crypto_ahash_blocksize(tfm); in test_hash_vs_generic_impl()

Completed in 36 milliseconds