Lines Matching refs:blocksize
191 unsigned int blocksize; in qce_ahash_update() local
193 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in qce_ahash_update()
199 if (total <= blocksize) { in qce_ahash_update()
218 hash_later = total % blocksize; in qce_ahash_update()
236 hash_later = blocksize; in qce_ahash_update()
335 unsigned int blocksize; in qce_ahash_hmac_setkey() local
341 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in qce_ahash_hmac_setkey()
344 if (keylen <= blocksize) { in qce_ahash_hmac_setkey()
406 unsigned int blocksize; member
417 .blocksize = SHA1_BLOCK_SIZE,
426 .blocksize = SHA256_BLOCK_SIZE,
435 .blocksize = SHA1_BLOCK_SIZE,
444 .blocksize = SHA256_BLOCK_SIZE,
482 base->cra_blocksize = def->blocksize; in qce_ahash_register_one()