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

/linux-4.1.27/crypto/
H A Dblkcipher.c35 BLKCIPHER_WALK_COPY = 1 << 2, enumerator in enum:__anon3249
87 if (walk->flags & BLKCIPHER_WALK_COPY) { blkcipher_done_fast()
236 walk->flags &= ~(BLKCIPHER_WALK_SLOW | BLKCIPHER_WALK_COPY | blkcipher_walk_next()
240 walk->flags |= BLKCIPHER_WALK_COPY; blkcipher_walk_next()
258 if (walk->flags & BLKCIPHER_WALK_COPY) { blkcipher_walk_next()

Completed in 57 milliseconds