Searched defs:password (Results 1 – 10 of 10) sorted by relevance
/system/core/adb/ |
D | services.cpp | 149 static void pair_service(unique_fd fd, std::string host, std::string password) { in pair_service() 264 std::string password(name.data(), divider); in host_service_to_socket() local
|
/system/gatekeeper/ |
D | gatekeeper.cpp | 167 secure_id_t user_id, uint64_t flags, uint8_t handle_version, const SizedBuffer & password) { in CreatePasswordHandle() 212 bool GateKeeper::DoVerify(const password_handle_t *expected_handle, const SizedBuffer &password) { in DoVerify()
|
/system/vold/ |
D | VoldNativeService.cpp | 479 binder::Status VoldNativeService::fdeCheckPassword(const std::string& password) { in fdeCheckPassword() 504 static int fdeEnableInternal(int32_t passwordType, const std::string& password, in fdeEnableInternal() 526 binder::Status VoldNativeService::fdeEnable(int32_t passwordType, const std::string& password, in fdeEnable() 545 const std::string& password) { in fdeChangePassword() 552 binder::Status VoldNativeService::fdeVerifyPassword(const std::string& password) { in fdeVerifyPassword()
|
D | cryptfs.cpp | 434 static char* password = 0; variable
|
/system/vold/binder/android/os/ |
D | IVold.aidl | 67 void fdeCheckPassword(@utf8InCpp String password); in fdeCheckPassword() 70 void fdeEnable(int passwordType, @utf8InCpp String password, int encryptionFlags); in fdeEnable() 71 void fdeChangePassword(int passwordType, @utf8InCpp String password); in fdeChangePassword() 72 void fdeVerifyPassword(@utf8InCpp String password); in fdeVerifyPassword()
|
/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/core/adb/client/ |
D | adb_wifi.cpp | 180 void adb_wifi_pair_device(const std::string& host, const std::string& password, in adb_wifi_pair_device()
|
D | commandline.cpp | 1743 std::string password; in adb_commandline() local
|
/system/extras/verity/ |
D | Utils.java | 148 char[] password = System.console().readPassword("Password for the private key file: "); in decryptPrivateKey() local
|
/system/security/keystore/ |
D | key_store_service.cpp | 346 Status KeyStoreService::onUserPasswordChanged(int32_t userId, const String16& password, in onUserPasswordChanged()
|