Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dblkcipher.c33 BLKCIPHER_WALK_PHYS = 1 << 0, enumerator
90 } else if (!(walk->flags & BLKCIPHER_WALK_PHYS)) { in blkcipher_done_fast()
204 if (walk->flags & BLKCIPHER_WALK_PHYS) in blkcipher_next_fast()
265 if (walk->flags & BLKCIPHER_WALK_PHYS) { in blkcipher_walk_next()
300 walk->flags &= ~BLKCIPHER_WALK_PHYS; in blkcipher_walk_virt()
312 walk->flags |= BLKCIPHER_WALK_PHYS; in blkcipher_walk_phys()
350 walk->flags &= ~BLKCIPHER_WALK_PHYS; in blkcipher_walk_virt_block()
364 walk->flags &= ~BLKCIPHER_WALK_PHYS; in blkcipher_aead_walk_virt_block()