Searched refs:phys (Results 1 – 1 of 1) sorted by relevance
245 bool phys = walk->flags & SKCIPHER_WALK_PHYS; in skcipher_next_slow() local253 if (!phys) { in skcipher_next_slow()265 if (phys) { in skcipher_next_slow()281 if (phys) { in skcipher_next_slow()340 walk->src.phys.page = scatterwalk_page(&walk->in); in skcipher_next_fast()341 walk->src.phys.offset = offset_in_page(walk->in.offset); in skcipher_next_fast()342 walk->dst.phys.page = scatterwalk_page(&walk->out); in skcipher_next_fast()343 walk->dst.phys.offset = offset_in_page(walk->out.offset); in skcipher_next_fast()348 diff = walk->src.phys.offset - walk->dst.phys.offset; in skcipher_next_fast()407 walk->src.phys.page = virt_to_page(walk->src.virt.addr); in skcipher_walk_next()[all …]