Home
last modified time | relevance | path

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

/linux-2.6.39/crypto/
Dblkcipher.c65 static inline u8 *blkcipher_get_spot(u8 *start, unsigned int len) in blkcipher_get_spot() function
79 addr = blkcipher_get_spot(addr, bsize); in blkcipher_done_slow()
171 walk->dst.virt.addr = blkcipher_get_spot(walk->dst.virt.addr, bsize); in blkcipher_next_slow()
172 walk->src.virt.addr = blkcipher_get_spot(walk->dst.virt.addr + in blkcipher_next_slow()
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()
297 iv = blkcipher_get_spot(iv, ivsize); in blkcipher_copy_iv()