Home
last modified time | relevance | path

Searched refs:aligned_bsize (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/crypto/
Dblkcipher.c150 unsigned aligned_bsize = ALIGN(bsize, alignmask + 1); in blkcipher_next_slow() local
159 n = aligned_bsize * 3 - (alignmask + 1) + in blkcipher_next_slow()
170 aligned_bsize, bsize); in blkcipher_next_slow()
Dablkcipher.c148 unsigned aligned_bsize = ALIGN(bsize, alignmask + 1); in ablkcipher_next_slow() local
154 n += (aligned_bsize * 3 - (alignmask + 1) + in ablkcipher_next_slow()