Searched refs:crypto_shash_blocksize (Results 1 – 16 of 16) sorted by relevance
172 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()
20 unsigned int bsize = crypto_shash_blocksize(desc->tfm); in s390_sha_update_blocks()
60 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()
136 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()
173 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()
38 int bs = crypto_shash_blocksize(parent); in hmac_setkey()
35 …:functions: crypto_alloc_shash crypto_free_shash crypto_shash_blocksize crypto_shash_digestsize cr…
58 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()
1103 int bs = crypto_shash_blocksize(bctx->shash); in omap_sham_finish_hmac()1287 int bs = crypto_shash_blocksize(bctx->shash); in omap_sham_setkey()
349 return crypto_shash_statesize(tfm) - crypto_shash_blocksize(tfm) - 1; in crypto_shash_coresize()
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()
789 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()
754 int bs = crypto_shash_blocksize(ctx->hashalg); in aead_hmac_init()
1351 blocksize = crypto_shash_blocksize(hash_tfm); in sec_aead_auth_set_key()
3625 bs = crypto_shash_blocksize(base_hash); in chcr_authenc_setkey()