Home
last modified time | relevance | path

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

/Linux-v5.15/crypto/
Dcmac.c55 unsigned int bs = crypto_shash_blocksize(parent); in crypto_cmac_digest_setkey()
109 int bs = crypto_shash_blocksize(pdesc->tfm); in crypto_cmac_digest_init()
126 int bs = crypto_shash_blocksize(parent); in crypto_cmac_digest_update()
172 int bs = crypto_shash_blocksize(parent); in crypto_cmac_digest_final()
Dxcbc.c76 int bs = crypto_shash_blocksize(pdesc->tfm); in crypto_xcbc_digest_init()
93 int bs = crypto_shash_blocksize(parent); in crypto_xcbc_digest_update()
139 int bs = crypto_shash_blocksize(parent); in crypto_xcbc_digest_final()
Dhmac.c43 int bs = crypto_shash_blocksize(parent); in hmac_setkey()
Dtestmgr.c1704 if (blocksize != crypto_shash_blocksize(generic_tfm)) { in test_hash_vs_generic_impl()
1706 driver, blocksize, crypto_shash_blocksize(generic_tfm)); in test_hash_vs_generic_impl()
/Linux-v5.15/arch/s390/crypto/
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-v5.15/Documentation/crypto/
Dapi-digest.rst35 …:functions: crypto_alloc_shash crypto_free_shash crypto_shash_blocksize crypto_shash_digestsize cr…
/Linux-v5.15/include/crypto/
Dhash.h762 static inline unsigned int crypto_shash_blocksize(struct crypto_shash *tfm) in crypto_shash_blocksize() function
/Linux-v5.15/drivers/crypto/qat/qat_common/
Dqat_algs.c130 int block_size = crypto_shash_blocksize(ctx->hash_tfm); in qat_alg_do_precomputes()
275 cpu_to_be32(crypto_shash_blocksize(ctx->hash_tfm)); in qat_alg_aead_init_enc_session()
362 cpu_to_be32(crypto_shash_blocksize(ctx->hash_tfm)); in qat_alg_aead_init_dec_session()
/Linux-v5.15/drivers/crypto/ccp/
Dccp-crypto-sha.c277 unsigned int block_size = crypto_shash_blocksize(shash); in ccp_sha_setkey()
/Linux-v5.15/drivers/crypto/
Domap-sham.c1104 int bs = crypto_shash_blocksize(bctx->shash); in omap_sham_finish_hmac()
1289 int bs = crypto_shash_blocksize(bctx->shash); in omap_sham_setkey()
Dsa2ul.c438 int block_size = crypto_shash_blocksize(data->ctx->shash); in sa_prepare_iopads()
1453 int bs = crypto_shash_blocksize(ctx->shash); in sa_sha_setup()
Dn2_core.c473 bs = crypto_shash_blocksize(child_shash); in n2_hmac_async_setkey()
/Linux-v5.15/drivers/crypto/marvell/octeontx/
Dotx_cptvf_algs.c745 int bs = crypto_shash_blocksize(ctx->hashalg); in aead_hmac_init()
/Linux-v5.15/drivers/crypto/marvell/octeontx2/
Dotx2_cptvf_algs.c800 int bs = crypto_shash_blocksize(ctx->hashalg); in aead_hmac_init()
/Linux-v5.15/drivers/crypto/hisilicon/sec2/
Dsec_crypto.c1052 blocksize = crypto_shash_blocksize(hash_tfm); in sec_aead_auth_set_key()
/Linux-v5.15/drivers/crypto/chelsio/
Dchcr_algo.c3616 bs = crypto_shash_blocksize(base_hash); in chcr_authenc_setkey()