BLKCIPHER_WALK_COPY   87 crypto/blkcipher.c 	if (walk->flags & BLKCIPHER_WALK_COPY) {
BLKCIPHER_WALK_COPY  239 crypto/blkcipher.c 	walk->flags &= ~(BLKCIPHER_WALK_SLOW | BLKCIPHER_WALK_COPY |
BLKCIPHER_WALK_COPY  243 crypto/blkcipher.c 		walk->flags |= BLKCIPHER_WALK_COPY;
BLKCIPHER_WALK_COPY  261 crypto/blkcipher.c 	if (walk->flags & BLKCIPHER_WALK_COPY) {