Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dblkcipher.c35 BLKCIPHER_WALK_COPY = 1 << 2, enumerator
86 if (walk->flags & BLKCIPHER_WALK_COPY) { in blkcipher_done_fast()
236 walk->flags &= ~(BLKCIPHER_WALK_SLOW | BLKCIPHER_WALK_COPY | in blkcipher_walk_next()
240 walk->flags |= BLKCIPHER_WALK_COPY; in blkcipher_walk_next()
257 if (walk->flags & BLKCIPHER_WALK_COPY) { in blkcipher_walk_next()