SKCIPHER_WALK_PHYS  100 crypto/skcipher.c 			       (walk->flags & SKCIPHER_WALK_PHYS) ? 2 : 1);
SKCIPHER_WALK_PHYS  117 crypto/skcipher.c 	if (likely(!(walk->flags & (SKCIPHER_WALK_PHYS |
SKCIPHER_WALK_PHYS  166 crypto/skcipher.c 	if (walk->flags & SKCIPHER_WALK_PHYS)
SKCIPHER_WALK_PHYS  226 crypto/skcipher.c 	bool phys = walk->flags & SKCIPHER_WALK_PHYS;
SKCIPHER_WALK_PHYS  297 crypto/skcipher.c 	if (!(walk->flags & SKCIPHER_WALK_PHYS))
SKCIPHER_WALK_PHYS  326 crypto/skcipher.c 	if (walk->flags & SKCIPHER_WALK_PHYS)
SKCIPHER_WALK_PHYS  387 crypto/skcipher.c 	if (!err && (walk->flags & SKCIPHER_WALK_PHYS)) {
SKCIPHER_WALK_PHYS  411 crypto/skcipher.c 	if (walk->flags & SKCIPHER_WALK_PHYS)
SKCIPHER_WALK_PHYS  483 crypto/skcipher.c 	walk->flags &= ~SKCIPHER_WALK_PHYS;
SKCIPHER_WALK_PHYS  502 crypto/skcipher.c 	walk->flags |= SKCIPHER_WALK_PHYS;
SKCIPHER_WALK_PHYS  523 crypto/skcipher.c 	walk->flags &= ~SKCIPHER_WALK_PHYS;