Searched defs:password (Results 1 – 8 of 8) sorted by relevance
/system/security/keystore2/aidl/android/security/authorization/ |
D | IKeystoreAuthorization.aidl | 82 in @nullable byte[] password, in @nullable long[] unlockingSids); in onLockScreenEvent()
|
/system/security/keystore2/aidl/android/security/maintenance/ |
D | IKeystoreMaintenance.aidl | 67 void onUserPasswordChanged(in int userId, in @nullable byte[] password); in onUserPasswordChanged()
|
/system/gatekeeper/ |
D | gatekeeper.cpp | 181 secure_id_t user_id, uint64_t flags, uint8_t handle_version, const SizedBuffer & password) { in CreatePasswordHandle() 226 bool GateKeeper::DoVerify(const password_handle_t *expected_handle, const SizedBuffer &password) { in DoVerify()
|
/system/nvram/hal/tests/ |
D | nvram_hal_test.cc | 338 std::string password = "hunter2"; in TEST() local 427 std::string password = "hunter2"; in TEST() local 446 std::string password = "hunter2"; in TEST() local 478 std::string password = "hunter2"; in TEST() local
|
/system/vold/ |
D | VoldNativeService.cpp | 527 binder::Status VoldNativeService::fdeCheckPassword(const std::string& password) { in fdeCheckPassword() 552 static int fdeEnableInternal(int32_t passwordType, const std::string& password, in fdeEnableInternal() 574 binder::Status VoldNativeService::fdeEnable(int32_t passwordType, const std::string& password, in fdeEnable() 593 const std::string& password) { in fdeChangePassword() 600 binder::Status VoldNativeService::fdeVerifyPassword(const std::string& password) { in fdeVerifyPassword()
|
D | cryptfs.cpp | 517 static char* password = 0; variable
|
/system/vold/binder/android/os/ |
D | IVold.aidl | 74 void fdeCheckPassword(@utf8InCpp String password); in fdeCheckPassword() 77 void fdeEnable(int passwordType, @utf8InCpp String password, int encryptionFlags); in fdeEnable() 78 void fdeChangePassword(int passwordType, @utf8InCpp String password); in fdeChangePassword() 79 void fdeVerifyPassword(@utf8InCpp String password); in fdeVerifyPassword()
|
/system/extras/verity/ |
D | Utils.java | 148 char[] password = System.console().readPassword("Password for the private key file: "); in decryptPrivateKey() local
|