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

/linux-4.1.27/crypto/
H A Dblkcipher.c33 BLKCIPHER_WALK_PHYS = 1 << 0, enumerator in enum:__anon3249
91 } else if (!(walk->flags & BLKCIPHER_WALK_PHYS)) { blkcipher_done_fast()
206 if (walk->flags & BLKCIPHER_WALK_PHYS) blkcipher_next_fast()
266 if (walk->flags & BLKCIPHER_WALK_PHYS) { blkcipher_walk_next()
301 walk->flags &= ~BLKCIPHER_WALK_PHYS; blkcipher_walk_virt()
313 walk->flags |= BLKCIPHER_WALK_PHYS; blkcipher_walk_phys()
351 walk->flags &= ~BLKCIPHER_WALK_PHYS; blkcipher_walk_virt_block()
365 walk->flags &= ~BLKCIPHER_WALK_PHYS; blkcipher_aead_walk_virt_block()

Completed in 74 milliseconds