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

/linux-master/drivers/md/
H A Ddm-crypt.c141 enum flags { DM_CRYPT_SUSPENDED, DM_CRYPT_KEY_VALID, enumerator in enum:flags
2608 clear_bit(DM_CRYPT_KEY_VALID, &cc->flags);
2613 set_bit(DM_CRYPT_KEY_VALID, &cc->flags);
2675 clear_bit(DM_CRYPT_KEY_VALID, &cc->flags);
2687 set_bit(DM_CRYPT_KEY_VALID, &cc->flags);
2700 clear_bit(DM_CRYPT_KEY_VALID, &cc->flags);
3652 if (!test_bit(DM_CRYPT_KEY_VALID, &cc->flags)) {

Completed in 425 milliseconds