Searched refs:crypto_shash_blocksize (Results 1 – 18 of 18) sorted by relevance
55 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()
76 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()
44 int bs = crypto_shash_blocksize(parent); in hmac_setkey()
1809 if (blocksize != crypto_shash_blocksize(generic_tfm)) { in test_hash_vs_generic_impl()1811 driver, blocksize, crypto_shash_blocksize(generic_tfm)); in test_hash_vs_generic_impl()
19 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()
35 …:functions: crypto_alloc_shash crypto_free_shash crypto_shash_blocksize crypto_shash_digestsize cr…
84 if (WARN_ON_ONCE(alg->block_size != crypto_shash_blocksize(tfm))) in fsverity_get_hash_alg()
117 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()
816 static inline unsigned int crypto_shash_blocksize(struct crypto_shash *tfm) in crypto_shash_blocksize() function
277 unsigned int block_size = crypto_shash_blocksize(shash); in ccp_sha_setkey()
1103 int bs = crypto_shash_blocksize(bctx->shash); in omap_sham_finish_hmac()1288 int bs = crypto_shash_blocksize(bctx->shash); in omap_sham_setkey()
439 int block_size = crypto_shash_blocksize(data->ctx->shash); in sa_prepare_iopads()1454 int bs = crypto_shash_blocksize(ctx->shash); in sa_sha_setup()
474 bs = crypto_shash_blocksize(child_shash); in n2_hmac_async_setkey()
758 int bs = crypto_shash_blocksize(bctx->shash); in aspeed_sham_setkey()
814 int bs = crypto_shash_blocksize(ctx->hashalg); in aead_hmac_init()
760 int bs = crypto_shash_blocksize(ctx->hashalg); in aead_hmac_init()
1102 blocksize = crypto_shash_blocksize(hash_tfm); in sec_aead_auth_set_key()
3618 bs = crypto_shash_blocksize(base_hash); in chcr_authenc_setkey()