Home
last modified time | relevance | path

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

/system/vold/
Dcryptfs.h50 #define CRYPT_INCONSISTENT_STATE 0x4 /* Set when starting encryption, clear when macro
Dcryptfs.cpp1551 if (crypt_ftr.flags & CRYPT_INCONSISTENT_STATE){ in do_crypto_complete()
2719 crypt_ftr.flags |= CRYPT_INCONSISTENT_STATE; in cryptfs_enable_internal()
2853 crypt_ftr.flags |= CRYPT_INCONSISTENT_STATE; in cryptfs_enable_internal()
2948 crypt_ftr.flags &= ~CRYPT_INCONSISTENT_STATE; in cryptfs_enable_internal()
3464 if (crypt_ftr.flags & CRYPT_INCONSISTENT_STATE) { in cryptfs_get_password_type()