Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dxcbc.c65 int bs = crypto_shash_blocksize(parent); in crypto_xcbc_digest_setkey()
85 int bs = crypto_shash_blocksize(pdesc->tfm); in crypto_xcbc_digest_init()
102 int bs = crypto_shash_blocksize(parent); in crypto_xcbc_digest_update()
148 int bs = crypto_shash_blocksize(parent); in crypto_xcbc_digest_final()
Dcmac.c59 unsigned int bs = crypto_shash_blocksize(parent); in crypto_cmac_digest_setkey()
113 int bs = crypto_shash_blocksize(pdesc->tfm); in crypto_cmac_digest_init()
130 int bs = crypto_shash_blocksize(parent); in crypto_cmac_digest_update()
176 int bs = crypto_shash_blocksize(parent); in crypto_cmac_digest_final()
Dhmac.c48 int bs = crypto_shash_blocksize(parent); in hmac_setkey()
/Linux-v4.19/arch/s390/crypto/
Dsha_common.c19 unsigned int bsize = crypto_shash_blocksize(desc->tfm); in s390_sha_update()
56 unsigned int bsize = crypto_shash_blocksize(desc->tfm); in s390_sha_final()
/Linux-v4.19/Documentation/crypto/
Dapi-digest.rst35 …:functions: crypto_alloc_shash crypto_free_shash crypto_shash_blocksize crypto_shash_digestsize cr…
/Linux-v4.19/include/crypto/
Dhash.h726 static inline unsigned int crypto_shash_blocksize(struct crypto_shash *tfm) in crypto_shash_blocksize() function
/Linux-v4.19/drivers/crypto/qat/qat_common/
Dqat_algs.c154 int block_size = crypto_shash_blocksize(ctx->hash_tfm); in qat_alg_do_precomputes()
299 cpu_to_be32(crypto_shash_blocksize(ctx->hash_tfm)); in qat_alg_aead_init_enc_session()
386 cpu_to_be32(crypto_shash_blocksize(ctx->hash_tfm)); in qat_alg_aead_init_dec_session()
/Linux-v4.19/drivers/crypto/ccp/
Dccp-crypto-sha.c281 unsigned int block_size = crypto_shash_blocksize(shash); in ccp_sha_setkey()
/Linux-v4.19/drivers/crypto/
Domap-sham.c1053 int bs = crypto_shash_blocksize(bctx->shash); in omap_sham_finish_hmac()
1308 int bs = crypto_shash_blocksize(bctx->shash); in omap_sham_setkey()
Dn2_core.c475 bs = crypto_shash_blocksize(child_shash); in n2_hmac_async_setkey()
/Linux-v4.19/drivers/crypto/mediatek/
Dmtk-sha.c806 size_t bs = crypto_shash_blocksize(bctx->shash); in mtk_sha_setkey()
/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_algo.c3442 bs = crypto_shash_blocksize(base_hash); in chcr_authenc_setkey()