Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/
Ddm-crypt.c122 enum flags { DM_CRYPT_SUSPENDED, DM_CRYPT_KEY_VALID, enumerator
1961 clear_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_set_keyring_key()
1966 set_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_set_keyring_key()
2028 clear_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_set_key()
2040 set_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_set_key()
2053 clear_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_wipe_key()
2876 if (!test_bit(DM_CRYPT_KEY_VALID, &cc->flags)) { in crypt_preresume()