Lines Matching refs:SKCIPHER_WALK_PHYS
32 SKCIPHER_WALK_PHYS = 1 << 0, enumerator
105 (walk->flags & SKCIPHER_WALK_PHYS) ? 2 : 1); in skcipher_done_slow()
120 if (likely(!(walk->flags & (SKCIPHER_WALK_PHYS | in skcipher_walk_done()
162 if (walk->flags & SKCIPHER_WALK_PHYS) in skcipher_walk_done()
222 bool phys = walk->flags & SKCIPHER_WALK_PHYS; in skcipher_next_slow()
293 if (!(walk->flags & SKCIPHER_WALK_PHYS)) in skcipher_next_copy()
322 if (walk->flags & SKCIPHER_WALK_PHYS) in skcipher_next_fast()
383 if (!err && (walk->flags & SKCIPHER_WALK_PHYS)) { in skcipher_walk_next()
407 if (walk->flags & SKCIPHER_WALK_PHYS) in skcipher_copy_iv()
477 walk->flags &= ~SKCIPHER_WALK_PHYS; in skcipher_walk_virt()
496 walk->flags |= SKCIPHER_WALK_PHYS; in skcipher_walk_async()
517 walk->flags &= ~SKCIPHER_WALK_PHYS; in skcipher_walk_aead_common()