Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/crypto/
H A 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()
H A 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()
H A Dhmac.c43 int bs = crypto_shash_blocksize(parent); in hmac_setkey()
H A Dtestmgr.c1712 if (blocksize != crypto_shash_blocksize(generic_tfm)) { in test_hash_vs_generic_impl()
1714 driver, blocksize, crypto_shash_blocksize(generic_tfm)); in test_hash_vs_generic_impl()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-digest.rst35 …:functions: crypto_alloc_shash crypto_free_shash crypto_shash_blocksize crypto_shash_digestsize cr…
/OK3568_Linux_fs/kernel/include/crypto/
H A Dhash.h762 static inline unsigned int crypto_shash_blocksize(struct crypto_shash *tfm) in crypto_shash_blocksize() function
/OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/
H A Dqat_algs.c104 int block_size = crypto_shash_blocksize(ctx->hash_tfm); in qat_alg_do_precomputes()
266 cpu_to_be32(crypto_shash_blocksize(ctx->hash_tfm)); in qat_alg_aead_init_enc_session()
353 cpu_to_be32(crypto_shash_blocksize(ctx->hash_tfm)); in qat_alg_aead_init_dec_session()
/OK3568_Linux_fs/kernel/drivers/crypto/ccp/
H A Dccp-crypto-sha.c276 unsigned int block_size = crypto_shash_blocksize(shash); in ccp_sha_setkey()
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Domap-sham.c1119 int bs = crypto_shash_blocksize(bctx->shash); in omap_sham_finish_hmac()
1304 int bs = crypto_shash_blocksize(bctx->shash); in omap_sham_setkey()
H A Dsa2ul.c417 int block_size = crypto_shash_blocksize(data->ctx->shash); in sa_prepare_iopads()
1431 int bs = crypto_shash_blocksize(ctx->shash); in sa_sha_setup()
H A Dn2_core.c472 bs = crypto_shash_blocksize(child_shash); in n2_hmac_async_setkey()
/OK3568_Linux_fs/kernel/drivers/crypto/mediatek/
H A Dmtk-sha.c804 size_t bs = crypto_shash_blocksize(bctx->shash); in mtk_sha_setkey()
/OK3568_Linux_fs/kernel/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c744 int bs = crypto_shash_blocksize(ctx->hashalg); in aead_hmac_init()
/OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c864 blocksize = crypto_shash_blocksize(hash_tfm); in sec_aead_auth_set_key()
/OK3568_Linux_fs/kernel/drivers/crypto/chelsio/
H A Dchcr_algo.c3622 bs = crypto_shash_blocksize(base_hash); in chcr_authenc_setkey()