Searched refs:DM_CRYPT_KEY_VALID (Results 1 – 1 of 1) sorted by relevance
130 enum flags { DM_CRYPT_SUSPENDED, DM_CRYPT_KEY_VALID, enumerator2384 clear_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_set_keyring_key()2389 set_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_set_keyring_key()2451 clear_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_set_key()2463 set_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_set_key()2476 clear_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_wipe_key()3338 if (!test_bit(DM_CRYPT_KEY_VALID, &cc->flags)) { in crypt_preresume()