Home
last modified time | relevance | path

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

12

/system/core/gatekeeperd/tests/
Dgatekeeper_test.cpp36 SizedBuffer password; in do_enroll() local
55 SizedBuffer password; in TEST() local
128 SizedBuffer password; in TEST() local
173 SizedBuffer password; in TEST() local
/system/core/gatekeeperd/
DSoftGateKeeper.h82 const uint8_t *, uint32_t, const uint8_t *password, in ComputePasswordSignature()
136 fast_hash_t ComputeFastHash(const SizedBuffer &password, uint64_t salt) { in ComputeFastHash()
149 bool VerifyFast(const fast_hash_t &fast_hash, const SizedBuffer &password) { in VerifyFast()
154 bool DoVerify(const password_handle_t *expected_handle, const SizedBuffer &password) { in DoVerify()
/system/connectivity/shill/
Drpc_task_unittest.cc53 void RPCTaskTest::GetLogin(string* user, string* password) { in GetLogin()
79 string user, password; in TEST_F() local
Deap_credentials_unittest.cc94 void SetPassword(const string& password) { in SetPassword()
134 bool SetEapPassword(const string& password, Error* error) { in SetEapPassword()
137 bool SetEapPrivateKeyPassword(const string& password, Error* error) { in SetEapPrivateKeyPassword()
Deap_credentials.cc463 bool EapCredentials::SetEapPassword(const string& password, Error* /*error*/) { in SetEapPassword()
471 bool EapCredentials::SetEapPrivateKeyPassword(const string& password, in SetEapPrivateKeyPassword()
Dexternal_task.cc96 void ExternalTask::GetLogin(string* user, string* password) { in GetLogin()
Deap_credentials.h118 virtual void set_password(const std::string& password) { in set_password()
Dexternal_task_unittest.cc242 string password; in TEST_F() local
/system/connectivity/shill/shims/
Dtask_proxy.cc45 bool TaskProxy::GetSecret(string* username, string* password) { in GetSecret()
Dc_ppp.cc41 int PPPGetSecret(char* username, char* password) { in PPPGetSecret()
Dppp.cc82 bool PPP::GetSecret(string* username, string* password) { in GetSecret()
/system/vold/
DCryptCommandListener.cpp266 const char* password; in runCommand() local
349 const char* password = cryptfs_get_password(); in runCommand() local
Dcryptfs.c436 static char* password = 0; variable
3810 int cryptfs_get_master_key(struct crypt_mnt_ftr* ftr, const char* password,
3852 int cryptfs_set_password(struct crypt_mnt_ftr* ftr, const char* password,
/system/connectivity/shill/vpn/
Dopenvpn_management_server.cc289 string password = driver_->args()->LookupString(kOpenVPNPasswordProperty, ""); in PerformStaticChallenge() local
323 string password = driver_->args()->LookupString(kOpenVPNPasswordProperty, ""); in PerformAuthentication() local
454 const string& password) { in SendPassword()
Dl2tp_ipsec_driver.cc342 string password = args()->LookupString(kL2tpIpsecXauthPasswordProperty, ""); in InitXauthOptions() local
423 void L2TPIPSecDriver::GetLogin(string* user, string* password) { in GetLogin()
/system/connectivity/shill/dbus/
Dchromeos_rpc_task_dbus_adaptor.cc68 brillo::ErrorPtr* /*error*/, string* user, string* password) { in getsec()
/system/tpm/trunks/
Dpassword_authorization_delegate.cc28 const std::string& password) { in PasswordAuthorizationDelegate()
Dtpm_utility_test.cc619 std::string password("password"); in TEST_F() local
649 std::string password; in TEST_F() local
693 std::string password; in TEST_F() local
704 std::string password; in TEST_F() local
736 std::string password; in TEST_F() local
764 std::string password("password"); in TEST_F() local
794 std::string password; in TEST_F() local
817 std::string password; in TEST_F() local
836 std::string password; in TEST_F() local
849 std::string password; in TEST_F() local
[all …]
Dtpm_utility_impl.cc775 const std::string& password, in ImportRSAKey()
858 const std::string& password, in CreateRSAKeyPair()
1731 const std::string& password, in SetHierarchyAuthorization()
Dtrunks_factory_for_test.cc245 const std::string& password, in ImportRSAKey()
255 const std::string& password, in CreateRSAKeyPair()
/system/connectivity/shill/cellular/
Dmobile_operator_info.h131 std::string password; member
/system/gatekeeper/
Dgatekeeper.cpp170 secure_id_t user_id, uint64_t flags, uint8_t handle_version, const uint8_t *password, in CreatePasswordHandle()
201 bool GateKeeper::DoVerify(const password_handle_t *expected_handle, const SizedBuffer &password) { in DoVerify()
/system/connectivity/shill/pppoe/
Dpppoe_service.cc192 void PPPoEService::GetLogin(string* user, string* password) { in GetLogin()
/system/connectivity/shill/mobile_operator_db/
Dmobile_operator_db.proto58 optional string password = 6; field
/system/extras/verity/
DUtils.java148 char[] password = System.console().readPassword("Password for the private key file: "); in decryptPrivateKey() local

12