Home
last modified time | relevance | path

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

/system/vold/
DFsCrypt.cpp471 if (fscrypt_is_native()) { in fscrypt_init_user0()
492 if (!fscrypt_is_native() && !fscrypt_is_emulated()) { in fscrypt_init_user0()
499 if (fscrypt_is_native() && android::vold::isFsKeyringSupported()) { in fscrypt_init_user0()
508 if (!fscrypt_is_native()) { in fscrypt_vold_create_user_key()
559 if (!fscrypt_is_native()) { in fscrypt_destroy_user_key()
705 if (!fscrypt_is_native()) return true; in fscrypt_add_user_key_auth()
713 if (!fscrypt_is_native()) return true; in fscrypt_clear_user_key_auth()
721 if (!fscrypt_is_native()) return true; in fscrypt_fixate_newest_user_key_auth()
744 if (fscrypt_is_native()) { in fscrypt_unlock_user_key()
773 if (fscrypt_is_native()) { in fscrypt_lock_user_key()
[all …]
Dcryptfs.cpp1762 if (fscrypt_is_native()) { in cryptfs_restart()
1782 if (fscrypt_is_native()) { in do_crypto_complete()
1977 if (fscrypt_is_native() && in cryptfs_setup_ext_volume()
2009 if (fscrypt_is_native()) { in cryptfs_check_passwd()
2436 if (fscrypt_is_native()) { in cryptfs_changepw()
2632 if (fscrypt_is_native()) { in cryptfs_getfield()
2697 if (fscrypt_is_native()) { in cryptfs_setfield()
2817 if (fscrypt_is_native()) { in cryptfs_get_password_type()
2837 if (fscrypt_is_native()) { in cryptfs_get_password()
DVoldNativeService.cpp580 if (fscrypt_is_native()) { in fdeEnable()
665 if (!fscrypt_is_native()) { in mountDefaultEncrypted()
959 if (fscrypt_is_native()) return false; in IgnoreEarlyBootEnded()
DVolumeManager.cpp364 if (fscrypt_is_native()) { in forgetPartition()
/system/extras/libfscrypt/include/fscrypt/
Dfscrypt.h22 bool fscrypt_is_native();
/system/vold/fs/
DF2fs.cpp85 if (fscrypt_is_native()) { in Format()
DExt4.cpp187 if (fscrypt_is_native()) { in Format()
/system/extras/libfscrypt/
Dfscrypt.cpp88 bool fscrypt_is_native() { in fscrypt_is_native() function
/system/core/init/
Dbuiltins.cpp438 if (fscrypt_is_native()) { in make_dir_with_options()
1208 if (fscrypt_is_native() && !android::gsi::IsGsiRunning()) { in ExecVdcRebootOnFailure()