Home
last modified time | relevance | path

Searched refs:blocksize (Results 1 – 6 of 6) sorted by relevance

/crypto/
Dskcipher.c354 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()
Daead.c156 raead.blocksize = alg->cra_blocksize; in crypto_aead_report()
Dcrypto_user_base.c80 rcipher.blocksize = alg->cra_blocksize; in crypto_report_cipher()
Dshash.c471 rhash.blocksize = alg->cra_blocksize; in crypto_shash_report()
Dahash.c508 rhash.blocksize = alg->cra_blocksize; in crypto_ahash_report()
Dtestmgr.c1640 const unsigned int blocksize = crypto_ahash_blocksize(tfm); in test_hash_vs_generic_impl() local
1704 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() local
3040 if (blocksize != crypto_skcipher_blocksize(generic_tfm)) { in test_skcipher_vs_generic_impl()
3042 driver, blocksize, in test_skcipher_vs_generic_impl()