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

/linux-4.1.27/crypto/
H A Dblkcipher.c67 static inline u8 *blkcipher_get_spot(u8 *start, unsigned int len) blkcipher_get_spot() function
79 addr = blkcipher_get_spot(addr, bsize); blkcipher_done_slow()
170 walk->dst.virt.addr = blkcipher_get_spot(walk->dst.virt.addr, bsize); blkcipher_next_slow()
171 walk->src.virt.addr = blkcipher_get_spot(walk->dst.virt.addr + blkcipher_next_slow()
290 iv = blkcipher_get_spot(iv, bs) + aligned_bs; blkcipher_copy_iv()
291 iv = blkcipher_get_spot(iv, bs) + aligned_bs; blkcipher_copy_iv()
292 iv = blkcipher_get_spot(iv, walk->ivsize); blkcipher_copy_iv()

Completed in 40 milliseconds