Searched refs:blocksize (Results 1 – 8 of 8) sorted by relevance
181 unsigned bs = walk->blocksize; in ablkcipher_copy_iv()231 bsize = min(walk->blocksize, n); in ablkcipher_walk_next()290 walk->blocksize = crypto_tfm_alg_blocksize(req->base.tfm); in ablkcipher_walk_phys()368 rblkcipher.blocksize = alg->cra_blocksize; in crypto_ablkcipher_report()
343 unsigned int blocksize) in blkcipher_walk_virt_block() argument346 walk->walk_blocksize = blocksize; in blkcipher_walk_virt_block()357 unsigned int blocksize) in blkcipher_aead_walk_virt_block() argument360 walk->walk_blocksize = blocksize; in blkcipher_aead_walk_virt_block()510 rblkcipher.blocksize = alg->cra_blocksize; in crypto_blkcipher_report()
353 bsize = min(walk->stride, max(n, walk->blocksize)); in skcipher_walk_next()358 if (unlikely(walk->total < walk->blocksize)) in skcipher_walk_next()468 walk->blocksize = crypto_skcipher_blocksize(tfm); in skcipher_walk_skcipher()539 walk->blocksize = crypto_aead_blocksize(tfm); in skcipher_walk_aead_common()952 rblkcipher.blocksize = alg->cra_blocksize; in crypto_skcipher_report()
1557 const unsigned int blocksize = crypto_ahash_blocksize(tfm); in test_hash_vs_generic_impl() local1620 if (blocksize != crypto_shash_blocksize(generic_tfm)) { in test_hash_vs_generic_impl()1622 driver, blocksize, crypto_shash_blocksize(generic_tfm)); in test_hash_vs_generic_impl()2141 const unsigned int blocksize = crypto_aead_blocksize(tfm); in test_aead_vs_generic_impl() local2211 if (blocksize != crypto_aead_blocksize(generic_tfm)) { in test_aead_vs_generic_impl()2213 driver, blocksize, crypto_aead_blocksize(generic_tfm)); in test_aead_vs_generic_impl()2697 const unsigned int blocksize = crypto_skcipher_blocksize(tfm); in test_skcipher_vs_generic_impl() local2768 if (blocksize != crypto_skcipher_blocksize(generic_tfm)) { in test_skcipher_vs_generic_impl()2770 driver, blocksize, in test_skcipher_vs_generic_impl()
161 raead.blocksize = alg->cra_blocksize; in crypto_aead_report()
80 rcipher.blocksize = alg->cra_blocksize; in crypto_report_cipher()
411 rhash.blocksize = alg->cra_blocksize; in crypto_shash_report()
521 rhash.blocksize = alg->cra_blocksize; in crypto_ahash_report()