Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Dskcipher.c32 SKCIPHER_WALK_PHYS = 1 << 0, enumerator
99 (walk->flags & SKCIPHER_WALK_PHYS) ? 2 : 1); in skcipher_done_slow()
116 if (likely(!(walk->flags & (SKCIPHER_WALK_PHYS | in skcipher_walk_done()
165 if (walk->flags & SKCIPHER_WALK_PHYS) in skcipher_walk_done()
225 bool phys = walk->flags & SKCIPHER_WALK_PHYS; in skcipher_next_slow()
296 if (!(walk->flags & SKCIPHER_WALK_PHYS)) in skcipher_next_copy()
325 if (walk->flags & SKCIPHER_WALK_PHYS) in skcipher_next_fast()
386 if (!err && (walk->flags & SKCIPHER_WALK_PHYS)) { in skcipher_walk_next()
410 if (walk->flags & SKCIPHER_WALK_PHYS) in skcipher_copy_iv()
487 walk->flags &= ~SKCIPHER_WALK_PHYS; in skcipher_walk_virt()
[all …]