Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/md/
Ddm-crypt.c137 enum flags { DM_CRYPT_SUSPENDED, DM_CRYPT_KEY_VALID, enumerator
2569 clear_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_set_keyring_key()
2574 set_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_set_keyring_key()
2636 clear_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_set_key()
2648 set_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_set_key()
2661 clear_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_wipe_key()
3584 if (!test_bit(DM_CRYPT_KEY_VALID, &cc->flags)) { in crypt_preresume()