Searched refs:DM_CRYPT_KEY_VALID (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/md/ |
H A D | dm-crypt.c | 142 enum flags { DM_CRYPT_SUSPENDED, DM_CRYPT_KEY_VALID, 2619 clear_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_set_keyring_key() 2625 set_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_set_keyring_key() 2688 clear_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_set_key() 2700 set_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_set_key() 2713 clear_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_set_key() 3676 if (!test_bit(DM_CRYPT_KEY_VALID, &cc->flags)) { in crypt_postsuspend() 141 enum flags { DM_CRYPT_SUSPENDED, DM_CRYPT_KEY_VALID, global() enumerator
|