Searched refs:BLKCIPHER_WALK_COPY (Results 1 – 1 of 1) sorted by relevance
30 BLKCIPHER_WALK_COPY = 1 << 2, enumerator81 if (walk->flags & BLKCIPHER_WALK_COPY) { in blkcipher_done_fast()231 walk->flags &= ~(BLKCIPHER_WALK_SLOW | BLKCIPHER_WALK_COPY | in blkcipher_walk_next()235 walk->flags |= BLKCIPHER_WALK_COPY; in blkcipher_walk_next()252 if (walk->flags & BLKCIPHER_WALK_COPY) { in blkcipher_walk_next()