Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dblkcipher.c34 BLKCIPHER_WALK_PHYS = 1 << 0, enumerator
92 } else if (!(walk->flags & BLKCIPHER_WALK_PHYS)) { in blkcipher_done_fast()
207 if (walk->flags & BLKCIPHER_WALK_PHYS) in blkcipher_next_fast()
267 if (walk->flags & BLKCIPHER_WALK_PHYS) { in blkcipher_walk_next()
302 walk->flags &= ~BLKCIPHER_WALK_PHYS; in blkcipher_walk_virt()
314 walk->flags |= BLKCIPHER_WALK_PHYS; in blkcipher_walk_phys()
352 walk->flags &= ~BLKCIPHER_WALK_PHYS; in blkcipher_walk_virt_block()
366 walk->flags &= ~BLKCIPHER_WALK_PHYS; in blkcipher_aead_walk_virt_block()