Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-crypt.c140 enum flags { DM_CRYPT_SUSPENDED, DM_CRYPT_KEY_VALID, enumerator
2600 clear_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_set_keyring_key()
2605 set_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_set_keyring_key()
2667 clear_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_set_key()
2679 set_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_set_key()
2692 clear_bit(DM_CRYPT_KEY_VALID, &cc->flags); in crypt_wipe_key()
3615 if (!test_bit(DM_CRYPT_KEY_VALID, &cc->flags)) { in crypt_preresume()