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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/md/
H A Ddm-crypt.c70 enum flags { DM_CRYPT_SUSPENDED, DM_CRYPT_KEY_VALID }; enumerator in enum:flags
724 set_bit(DM_CRYPT_KEY_VALID, &cc->flags);
731 clear_bit(DM_CRYPT_KEY_VALID, &cc->flags);
1005 if (!test_bit(DM_CRYPT_KEY_VALID, &cc->flags)) {

Completed in 36 milliseconds