Home
last modified time | relevance | path

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

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