Home
last modified time | relevance | path

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

/linux/arch/s390/crypto/
H A Dhmac_s390.c172 unsigned int bs = crypto_shash_blocksize(tfm); in s390_hmac_sha2_setkey()
187 unsigned int bs = crypto_shash_blocksize(desc->tfm); in s390_hmac_sha2_init()
219 unsigned int bs = crypto_shash_blocksize(desc->tfm); in s390_hmac_sha2_update()
236 unsigned int bs = crypto_shash_blocksize(desc->tfm); in s390_hmac_sha2_finup()
263 crypto_shash_blocksize(desc->tfm)); in s390_hmac_sha2_digest()
279 bs = crypto_shash_blocksize(tfm); in s390_hmac_export_zero()
291 unsigned int bs = crypto_shash_blocksize(desc->tfm); in s390_hmac_export()
315 unsigned int bs = crypto_shash_blocksize(desc->tfm); in s390_hmac_import()
H A Dsha_common.c20 unsigned int bsize = crypto_shash_blocksize(desc->tfm); in s390_sha_update_blocks()
/linux/crypto/
H A Dxcbc.c60 int bs = crypto_shash_blocksize(pdesc->tfm); in crypto_xcbc_digest_init()
73 int bs = crypto_shash_blocksize(parent); in crypto_xcbc_digest_update()
91 int bs = crypto_shash_blocksize(parent); in crypto_xcbc_digest_finup()
H A Dshash.c136 bs = crypto_shash_blocksize(tfm); in crypto_shash_finup()
214 plen = crypto_shash_blocksize(tfm) + 1; in __crypto_shash_export()
238 unsigned int plen = crypto_shash_blocksize(tfm) + 1; in crypto_shash_export()
262 plen = crypto_shash_blocksize(tfm) + 1; in __crypto_shash_import()
289 unsigned int plen = crypto_shash_blocksize(tfm) + 1; in crypto_shash_import()
H A Dsha3_generic.c173 unsigned int rsiz = crypto_shash_blocksize(desc->tfm); in crypto_sha3_update()
194 unsigned int rsiz = crypto_shash_blocksize(desc->tfm); in crypto_sha3_finup()
H A Dhmac.c38 int bs = crypto_shash_blocksize(parent); in hmac_setkey()
/linux/Documentation/crypto/
H A Dapi-digest.rst35 …:functions: crypto_alloc_shash crypto_free_shash crypto_shash_blocksize crypto_shash_digestsize cr…
/linux/drivers/crypto/
H A Dpadlock-sha.c58 remain = length - round_down(length, crypto_shash_blocksize(tfm)); in padlock_sha_update()
83 unsigned int bs = crypto_shash_blocksize(desc->tfm); in padlock_sha_import()
H A Domap-sham.c1103 int bs = crypto_shash_blocksize(bctx->shash); in omap_sham_finish_hmac()
1287 int bs = crypto_shash_blocksize(bctx->shash); in omap_sham_setkey()
/linux/include/crypto/internal/
H A Dhash.h349 return crypto_shash_statesize(tfm) - crypto_shash_blocksize(tfm) - 1; in crypto_shash_coresize()
/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/include/crypto/
H A Dhash.h789 static inline unsigned int crypto_shash_blocksize(struct crypto_shash *tfm) in crypto_shash_blocksize() function
/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/marvell/octeontx/
H A Dotx_cptvf_algs.c754 int bs = crypto_shash_blocksize(ctx->hashalg); in aead_hmac_init()
/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c1351 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()