Home
last modified time | relevance | path

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

/linux/crypto/
H A Dskcipher.c35 SKCIPHER_WALK_DIFF = 1 << 3, enumerator
119 SKCIPHER_WALK_DIFF)))) { in skcipher_walk_done()
122 } else if (walk->flags & SKCIPHER_WALK_DIFF) { in skcipher_walk_done()
335 walk->flags |= SKCIPHER_WALK_DIFF; in skcipher_next_fast()
349 SKCIPHER_WALK_DIFF); in skcipher_walk_next()