Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dblkcipher.c67 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()
168 walk->dst.virt.addr = blkcipher_get_spot(walk->dst.virt.addr, bsize); in blkcipher_next_slow()
169 walk->src.virt.addr = blkcipher_get_spot(walk->dst.virt.addr + in blkcipher_next_slow()
289 iv = blkcipher_get_spot(iv, bs) + aligned_bs; in blkcipher_copy_iv()
290 iv = blkcipher_get_spot(iv, bs) + aligned_bs; in blkcipher_copy_iv()
291 iv = blkcipher_get_spot(iv, walk->ivsize); in blkcipher_copy_iv()