Searched refs:BLKCIPHER_WALK_COPY (Results 1 – 1 of 1) sorted by relevance
35 BLKCIPHER_WALK_COPY = 1 << 2, enumerator86 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()