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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dblkcipher.c31 BLKCIPHER_WALK_PHYS = 1 << 0, enumerator in enum:__anon3856
91 } else if (!(walk->flags & BLKCIPHER_WALK_PHYS)) {
202 if (walk->flags & BLKCIPHER_WALK_PHYS)
263 if (walk->flags & BLKCIPHER_WALK_PHYS) {
298 walk->flags &= ~BLKCIPHER_WALK_PHYS;
306 walk->flags |= BLKCIPHER_WALK_PHYS;

Completed in 50 milliseconds