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

/crypto/
H A Dblkcipher.c33 BLKCIPHER_WALK_PHYS = 1 << 0, enumerator in enum:__anon11
91 } else if (!(walk->flags & BLKCIPHER_WALK_PHYS)) {
206 if (walk->flags & BLKCIPHER_WALK_PHYS)
266 if (walk->flags & BLKCIPHER_WALK_PHYS) {
301 walk->flags &= ~BLKCIPHER_WALK_PHYS;
313 walk->flags |= BLKCIPHER_WALK_PHYS;
351 walk->flags &= ~BLKCIPHER_WALK_PHYS;
365 walk->flags &= ~BLKCIPHER_WALK_PHYS;

Completed in 106 milliseconds