Home
last modified time | relevance | path

Searched defs:password (Results 1 – 10 of 10) sorted by relevance

/system/core/adb/
Dservices.cpp149 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/
Dgatekeeper.cpp167 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/
DVoldNativeService.cpp479 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()
Dcryptfs.cpp434 static char* password = 0; variable
/system/vold/binder/android/os/
DIVold.aidl67 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/
Dnvram_hal_test.cc338 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/
Dadb_wifi.cpp180 void adb_wifi_pair_device(const std::string& host, const std::string& password, in adb_wifi_pair_device()
Dcommandline.cpp1743 std::string password; in adb_commandline() local
/system/extras/verity/
DUtils.java148 char[] password = System.console().readPassword("Password for the private key file: "); in decryptPrivateKey() local
/system/security/keystore/
Dkey_store_service.cpp346 Status KeyStoreService::onUserPasswordChanged(int32_t userId, const String16& password, in onUserPasswordChanged()