Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Dskcipher.c27 SKCIPHER_WALK_PHYS = 1 << 0, enumerator
100 (walk->flags & SKCIPHER_WALK_PHYS) ? 2 : 1); in skcipher_done_slow()
117 if (likely(!(walk->flags & (SKCIPHER_WALK_PHYS | in skcipher_walk_done()
166 if (walk->flags & SKCIPHER_WALK_PHYS) in skcipher_walk_done()
226 bool phys = walk->flags & SKCIPHER_WALK_PHYS; in skcipher_next_slow()
297 if (!(walk->flags & SKCIPHER_WALK_PHYS)) in skcipher_next_copy()
326 if (walk->flags & SKCIPHER_WALK_PHYS) in skcipher_next_fast()
387 if (!err && (walk->flags & SKCIPHER_WALK_PHYS)) { in skcipher_walk_next()
411 if (walk->flags & SKCIPHER_WALK_PHYS) in skcipher_copy_iv()
483 walk->flags &= ~SKCIPHER_WALK_PHYS; in skcipher_walk_virt()
[all...]
/kernel/linux/linux-6.6/crypto/
H A Dskcipher.c31 SKCIPHER_WALK_PHYS = 1 << 0, enumerator
119 (walk->flags & SKCIPHER_WALK_PHYS) ? 2 : 1); in skcipher_done_slow()
136 if (likely(!(walk->flags & (SKCIPHER_WALK_PHYS | in skcipher_walk_done()
185 if (walk->flags & SKCIPHER_WALK_PHYS) in skcipher_walk_done()
245 bool phys = walk->flags & SKCIPHER_WALK_PHYS; in skcipher_next_slow()
316 if (!(walk->flags & SKCIPHER_WALK_PHYS)) in skcipher_next_copy()
345 if (walk->flags & SKCIPHER_WALK_PHYS) in skcipher_next_fast()
406 if (!err && (walk->flags & SKCIPHER_WALK_PHYS)) { in skcipher_walk_next()
430 if (walk->flags & SKCIPHER_WALK_PHYS) in skcipher_copy_iv()
502 walk->flags &= ~SKCIPHER_WALK_PHYS; in skcipher_walk_virt()
[all...]

Completed in 3 milliseconds