Home
last modified time | relevance | path

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

/crypto/
Dblkcipher.c28 BLKCIPHER_WALK_PHYS = 1 << 0, enumerator
85 } else if (!(walk->flags & BLKCIPHER_WALK_PHYS)) { in blkcipher_done_fast()
199 if (walk->flags & BLKCIPHER_WALK_PHYS) in blkcipher_next_fast()
260 if (walk->flags & BLKCIPHER_WALK_PHYS) { in blkcipher_walk_next()
295 walk->flags &= ~BLKCIPHER_WALK_PHYS; in blkcipher_walk_virt()
307 walk->flags |= BLKCIPHER_WALK_PHYS; in blkcipher_walk_phys()
345 walk->flags &= ~BLKCIPHER_WALK_PHYS; in blkcipher_walk_virt_block()
359 walk->flags &= ~BLKCIPHER_WALK_PHYS; in blkcipher_aead_walk_virt_block()