Searched refs:phys (Results 1 – 2 of 2) sorted by relevance
194 walk->src.phys.page = scatterwalk_page(&walk->in); in blkcipher_next_fast()195 walk->src.phys.offset = offset_in_page(walk->in.offset); in blkcipher_next_fast()196 walk->dst.phys.page = scatterwalk_page(&walk->out); in blkcipher_next_fast()197 walk->dst.phys.offset = offset_in_page(walk->out.offset); in blkcipher_next_fast()202 diff = walk->src.phys.offset - walk->dst.phys.offset; in blkcipher_next_fast()261 walk->src.phys.page = virt_to_page(walk->src.virt.addr); in blkcipher_walk_next()262 walk->dst.phys.page = virt_to_page(walk->dst.virt.addr); in blkcipher_walk_next()263 walk->src.phys.offset &= PAGE_SIZE - 1; in blkcipher_walk_next()264 walk->dst.phys.offset &= PAGE_SIZE - 1; in blkcipher_walk_next()
226 bool phys = walk->flags & SKCIPHER_WALK_PHYS; in skcipher_next_slow() local234 if (!phys) { in skcipher_next_slow()246 if (phys) { in skcipher_next_slow()262 if (phys) { in skcipher_next_slow()321 walk->src.phys.page = scatterwalk_page(&walk->in); in skcipher_next_fast()322 walk->src.phys.offset = offset_in_page(walk->in.offset); in skcipher_next_fast()323 walk->dst.phys.page = scatterwalk_page(&walk->out); in skcipher_next_fast()324 walk->dst.phys.offset = offset_in_page(walk->out.offset); in skcipher_next_fast()329 diff = walk->src.phys.offset - walk->dst.phys.offset; in skcipher_next_fast()388 walk->src.phys.page = virt_to_page(walk->src.virt.addr); in skcipher_walk_next()[all …]