Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-crypt.c130 enum flags { DM_CRYPT_SUSPENDED, DM_CRYPT_KEY_VALID, enumerator
2518 clear_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_set_keyring_key()
2523 set_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_set_keyring_key()
2585 clear_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_set_key()
2597 set_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_set_key()
2610 clear_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_wipe_key()
3486 if (!test_bit(DM_CRYPT_KEY_VALID, &cc->flags)) { in crypt_preresume()