Home
last modified time | relevance | path

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

/crypto/
Dblkcipher.c284 unsigned aligned_bs = ALIGN(bs, alignmask + 1); in blkcipher_copy_iv() local
285 unsigned int size = aligned_bs * 2 + ivsize + max(aligned_bs, ivsize) - in blkcipher_copy_iv()
295 iv = blkcipher_get_spot(iv, bs) + aligned_bs; in blkcipher_copy_iv()
296 iv = blkcipher_get_spot(iv, bs) + aligned_bs; in blkcipher_copy_iv()