Home
last modified time | relevance | path

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

/crypto/
Dskcipher.c227 bool phys = walk->flags & SKCIPHER_WALK_PHYS; in skcipher_next_slow() local
235 if (!phys) { in skcipher_next_slow()
247 if (phys) { in skcipher_next_slow()
263 if (phys) { in skcipher_next_slow()
322 walk->src.phys.page = scatterwalk_page(&walk->in); in skcipher_next_fast()
323 walk->src.phys.offset = offset_in_page(walk->in.offset); in skcipher_next_fast()
324 walk->dst.phys.page = scatterwalk_page(&walk->out); in skcipher_next_fast()
325 walk->dst.phys.offset = offset_in_page(walk->out.offset); in skcipher_next_fast()
330 diff = walk->src.phys.offset - walk->dst.phys.offset; in skcipher_next_fast()
389 walk->src.phys.page = virt_to_page(walk->src.virt.addr); in skcipher_walk_next()
[all …]