Searched refs:blocksize (Results 1 – 6 of 6) sorted by relevance
354 bsize = min(walk->stride, max(n, walk->blocksize)); in skcipher_walk_next()359 if (unlikely(walk->total < walk->blocksize)) in skcipher_walk_next()469 walk->blocksize = crypto_skcipher_blocksize(tfm); in skcipher_walk_skcipher()534 walk->blocksize = crypto_aead_blocksize(tfm); in skcipher_walk_aead_common()715 rblkcipher.blocksize = alg->cra_blocksize; in crypto_skcipher_report()
156 raead.blocksize = alg->cra_blocksize; in crypto_aead_report()
80 rcipher.blocksize = alg->cra_blocksize; in crypto_report_cipher()
471 rhash.blocksize = alg->cra_blocksize; in crypto_shash_report()
508 rhash.blocksize = alg->cra_blocksize; in crypto_ahash_report()
1640 const unsigned int blocksize = crypto_ahash_blocksize(tfm); in test_hash_vs_generic_impl() local1704 if (blocksize != crypto_shash_blocksize(generic_tfm)) { in test_hash_vs_generic_impl()1706 driver, blocksize, crypto_shash_blocksize(generic_tfm)); in test_hash_vs_generic_impl()2958 const unsigned int blocksize = crypto_skcipher_blocksize(tfm); in test_skcipher_vs_generic_impl() local3040 if (blocksize != crypto_skcipher_blocksize(generic_tfm)) { in test_skcipher_vs_generic_impl()3042 driver, blocksize, in test_skcipher_vs_generic_impl()