Home
last modified time | relevance | path

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

/linux/crypto/
A Dskcipher.c28 SKCIPHER_WALK_PHYS = 1 << 0, enumerator
118 if (likely(!(walk->flags & (SKCIPHER_WALK_PHYS | in skcipher_walk_done()
167 if (walk->flags & SKCIPHER_WALK_PHYS) in skcipher_walk_done()
227 bool phys = walk->flags & SKCIPHER_WALK_PHYS; in skcipher_next_slow()
298 if (!(walk->flags & SKCIPHER_WALK_PHYS)) in skcipher_next_copy()
327 if (walk->flags & SKCIPHER_WALK_PHYS) in skcipher_next_fast()
388 if (!err && (walk->flags & SKCIPHER_WALK_PHYS)) { in skcipher_walk_next()
412 if (walk->flags & SKCIPHER_WALK_PHYS) in skcipher_copy_iv()
484 walk->flags &= ~SKCIPHER_WALK_PHYS; in skcipher_walk_virt()
497 walk->flags |= SKCIPHER_WALK_PHYS; in skcipher_walk_async()
[all …]

Completed in 4 milliseconds