Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dxcbc.c66 int bs = crypto_shash_blocksize(parent); in crypto_xcbc_digest_setkey()
86 int bs = crypto_shash_blocksize(pdesc->tfm); in crypto_xcbc_digest_init()
103 int bs = crypto_shash_blocksize(parent); in crypto_xcbc_digest_update()
149 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()
112 int bs = crypto_shash_blocksize(pdesc->tfm); in crypto_cmac_digest_init()
129 int bs = crypto_shash_blocksize(parent); in crypto_cmac_digest_update()
175 int bs = crypto_shash_blocksize(parent); in crypto_cmac_digest_final()
Dhmac.c47 int bs = crypto_shash_blocksize(parent); in hmac_setkey()
/linux-4.1.27/arch/s390/crypto/
Dsha_common.c24 unsigned int bsize = crypto_shash_blocksize(desc->tfm); in s390_sha_update()
66 unsigned int bsize = crypto_shash_blocksize(desc->tfm); in s390_sha_final()
/linux-4.1.27/include/crypto/
Dhash.h656 static inline unsigned int crypto_shash_blocksize(struct crypto_shash *tfm) in crypto_shash_blocksize() function
/linux-4.1.27/drivers/crypto/qat/qat_common/
Dqat_algs.c162 int block_size = crypto_shash_blocksize(ctx->hash_tfm); in qat_alg_do_precomputes()
306 cpu_to_be32(crypto_shash_blocksize(ctx->hash_tfm)); in qat_alg_aead_init_enc_session()
392 cpu_to_be32(crypto_shash_blocksize(ctx->hash_tfm)); in qat_alg_aead_init_dec_session()
/linux-4.1.27/drivers/crypto/ccp/
Dccp-crypto-sha.c245 unsigned int block_size = crypto_shash_blocksize(shash); in ccp_sha_setkey()
/linux-4.1.27/drivers/crypto/
Domap-sham.c951 int bs = crypto_shash_blocksize(bctx->shash); in omap_sham_finish_hmac()
1188 int bs = crypto_shash_blocksize(bctx->shash); in omap_sham_setkey()
Dmv_cesa.c789 bs = crypto_shash_blocksize(ctx->base_hash); in mv_hash_setkey()
Dn2_core.c460 bs = crypto_shash_blocksize(child_shash); in n2_hmac_async_setkey()