Home
last modified time | relevance | path

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

/system/vold/
DFsCrypt.cpp465 if (fscrypt_is_native()) { in fscrypt_init_user0()
486 if (!fscrypt_is_native() && !fscrypt_is_emulated()) { in fscrypt_init_user0()
493 if (fscrypt_is_native() && android::vold::isFsKeyringSupported()) { in fscrypt_init_user0()
502 if (!fscrypt_is_native()) { in fscrypt_vold_create_user_key()
553 if (!fscrypt_is_native()) { in fscrypt_destroy_user_key()
709 if (!fscrypt_is_native()) return true; in fscrypt_add_user_key_auth()
719 if (!fscrypt_is_native()) return true; in fscrypt_clear_user_key_auth()
727 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.cpp1662 if (fscrypt_is_native()) { in cryptfs_restart()
1682 if (fscrypt_is_native()) { in do_crypto_complete()
1884 if (fscrypt_is_native() && in cryptfs_setup_ext_volume()
1916 if (fscrypt_is_native()) { in cryptfs_check_passwd()
2454 if (fscrypt_is_native()) { in cryptfs_changepw()
2650 if (fscrypt_is_native()) { in cryptfs_getfield()
2715 if (fscrypt_is_native()) { in cryptfs_setfield()
2835 if (fscrypt_is_native()) { in cryptfs_get_password_type()
2855 if (fscrypt_is_native()) { in cryptfs_get_password()
DVoldNativeService.cpp532 if (fscrypt_is_native()) { in fdeEnable()
617 if (!fscrypt_is_native()) { in mountDefaultEncrypted()
DVolumeManager.cpp355 if (fscrypt_is_native()) { in forgetPartition()
/system/extras/libfscrypt/include/fscrypt/
Dfscrypt.h22 bool fscrypt_is_native();
/system/vold/fs/
DF2fs.cpp84 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.cpp405 if (fscrypt_is_native()) { in make_dir_with_options()
1149 if (fscrypt_is_native() && !android::gsi::IsGsiRunning()) { in ExecVdcRebootOnFailure()