Home
last modified time | relevance | path

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

/linux/crypto/
H A 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()
H A 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()
H A Dhmac.c34 int bs = crypto_shash_blocksize(parent); in hmac_setkey()
H A Dtestmgr.c1805 if (blocksize != crypto_shash_blocksize(generic_tfm)) { in test_hash_vs_generic_impl()
1807 driver, blocksize, crypto_shash_blocksize(generic_tfm)); in test_hash_vs_generic_impl()
/linux/arch/s390/crypto/
H A Dsha_common.c19 unsigned int bsize = crypto_shash_blocksize(desc->tfm); in s390_sha_update()
75 unsigned int bsize = crypto_shash_blocksize(desc->tfm); in s390_sha_final()
/linux/Documentation/crypto/
H A Dapi-digest.rst35 …:functions: crypto_alloc_shash crypto_free_shash crypto_shash_blocksize crypto_shash_digestsize cr…
/linux/fs/verity/
H A Dhash_algs.c84 if (WARN_ON_ONCE(alg->block_size != crypto_shash_blocksize(tfm))) in fsverity_get_hash_alg()
/linux/include/crypto/
H A Dhash.h721 static inline unsigned int crypto_shash_blocksize(struct crypto_shash *tfm) in crypto_shash_blocksize() function
/linux/drivers/crypto/intel/qat/qat_common/
H A 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/drivers/crypto/ccp/
H A Dccp-crypto-sha.c277 unsigned int block_size = crypto_shash_blocksize(shash); in ccp_sha_setkey()
/linux/drivers/crypto/
H A 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()
H A 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()
H A Dn2_core.c474 bs = crypto_shash_blocksize(child_shash); in n2_hmac_async_setkey()
/linux/drivers/crypto/aspeed/
H A Daspeed-hace-hash.c758 int bs = crypto_shash_blocksize(bctx->shash); in aspeed_sham_setkey()
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c740 int bs = crypto_shash_blocksize(ctx->hashalg); in aead_hmac_init()
/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c829 int bs = crypto_shash_blocksize(ctx->hashalg); in aead_hmac_init()
/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c1099 blocksize = crypto_shash_blocksize(hash_tfm); in sec_aead_auth_set_key()
/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c3625 bs = crypto_shash_blocksize(base_hash); in chcr_authenc_setkey()