Home
last modified time | relevance | path

Searched refs:crypto_shash_blocksize (Results 1 – 18 of 18) sorted by relevance

/linux-6.14.4/arch/s390/crypto/
Dhmac_s390.c159 unsigned int bs = crypto_shash_blocksize(tfm); in s390_hmac_sha2_setkey()
174 unsigned int bs = crypto_shash_blocksize(desc->tfm); in s390_hmac_sha2_init()
205 unsigned int bs = crypto_shash_blocksize(desc->tfm); in s390_hmac_sha2_update()
243 unsigned int bs = crypto_shash_blocksize(desc->tfm); in s390_hmac_sha2_final()
266 crypto_shash_blocksize(desc->tfm)); in s390_hmac_sha2_digest()
Dsha_common.c19 unsigned int bsize = crypto_shash_blocksize(desc->tfm); in s390_sha_update()
83 unsigned int bsize = crypto_shash_blocksize(desc->tfm); in s390_sha_final()
/linux-6.14.4/crypto/
Dcmac.c54 unsigned int bs = crypto_shash_blocksize(parent); in crypto_cmac_digest_setkey()
106 int bs = crypto_shash_blocksize(pdesc->tfm); in crypto_cmac_digest_init()
122 int bs = crypto_shash_blocksize(parent); in crypto_cmac_digest_update()
167 int bs = crypto_shash_blocksize(parent); in crypto_cmac_digest_final()
Dxcbc.c74 int bs = crypto_shash_blocksize(pdesc->tfm); in crypto_xcbc_digest_init()
90 int bs = crypto_shash_blocksize(parent); in crypto_xcbc_digest_update()
135 int bs = crypto_shash_blocksize(parent); in crypto_xcbc_digest_final()
Dhmac.c34 int bs = crypto_shash_blocksize(parent); in hmac_setkey()
Dtestmgr.c1839 if (blocksize != crypto_shash_blocksize(generic_tfm)) { in test_hash_vs_generic_impl()
1841 driver, blocksize, crypto_shash_blocksize(generic_tfm)); in test_hash_vs_generic_impl()
/linux-6.14.4/Documentation/crypto/
Dapi-digest.rst35 …:functions: crypto_alloc_shash crypto_free_shash crypto_shash_blocksize crypto_shash_digestsize cr…
/linux-6.14.4/fs/verity/
Dhash_algs.c84 if (WARN_ON_ONCE(alg->block_size != crypto_shash_blocksize(tfm))) in fsverity_get_hash_alg()
/linux-6.14.4/include/crypto/
Dhash.h721 static inline unsigned int crypto_shash_blocksize(struct crypto_shash *tfm) in crypto_shash_blocksize() function
/linux-6.14.4/drivers/crypto/intel/qat/qat_common/
Dqat_algs.c117 int block_size = crypto_shash_blocksize(ctx->hash_tfm); in qat_alg_do_precomputes()
262 cpu_to_be32(crypto_shash_blocksize(ctx->hash_tfm)); in qat_alg_aead_init_enc_session()
349 cpu_to_be32(crypto_shash_blocksize(ctx->hash_tfm)); in qat_alg_aead_init_dec_session()
/linux-6.14.4/drivers/crypto/ccp/
Dccp-crypto-sha.c277 unsigned int block_size = crypto_shash_blocksize(shash); in ccp_sha_setkey()
/linux-6.14.4/drivers/crypto/
Domap-sham.c1103 int bs = crypto_shash_blocksize(bctx->shash); in omap_sham_finish_hmac()
1288 int bs = crypto_shash_blocksize(bctx->shash); in omap_sham_setkey()
Dsa2ul.c439 int block_size = crypto_shash_blocksize(data->ctx->shash); in sa_prepare_iopads()
1454 int bs = crypto_shash_blocksize(ctx->shash); in sa_sha_setup()
/linux-6.14.4/drivers/crypto/aspeed/
Daspeed-hace-hash.c758 int bs = crypto_shash_blocksize(bctx->shash); in aspeed_sham_setkey()
/linux-6.14.4/drivers/crypto/marvell/octeontx/
Dotx_cptvf_algs.c754 int bs = crypto_shash_blocksize(ctx->hashalg); in aead_hmac_init()
/linux-6.14.4/drivers/crypto/marvell/octeontx2/
Dotx2_cptvf_algs.c842 int bs = crypto_shash_blocksize(ctx->hashalg); in aead_hmac_init()
/linux-6.14.4/drivers/crypto/hisilicon/sec2/
Dsec_crypto.c1088 blocksize = crypto_shash_blocksize(hash_tfm); in sec_aead_auth_set_key()
/linux-6.14.4/drivers/crypto/chelsio/
Dchcr_algo.c3625 bs = crypto_shash_blocksize(base_hash); in chcr_authenc_setkey()