Searched refs:DM_CRYPT_KEY_VALID (Results 1 – 1 of 1) sorted by relevance
134 enum flags { DM_CRYPT_SUSPENDED, DM_CRYPT_KEY_VALID, enumerator2536 clear_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_set_keyring_key()2541 set_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_set_keyring_key()2603 clear_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_set_key()2615 set_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_set_key()2628 clear_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_wipe_key()3548 if (!test_bit(DM_CRYPT_KEY_VALID, &cc->flags)) { in crypt_preresume()