Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Ddm-crypt.c127 enum flags { DM_CRYPT_SUSPENDED, DM_CRYPT_KEY_VALID, enumerator
2057 clear_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_set_keyring_key()
2062 set_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_set_keyring_key()
2124 clear_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_set_key()
2136 set_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_set_key()
2149 clear_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_wipe_key()
2978 if (!test_bit(DM_CRYPT_KEY_VALID, &cc->flags)) { in crypt_preresume()