/system/core/gatekeeperd/tests/ |
D | gatekeeper_test.cpp | 36 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/ |
D | SoftGateKeeper.h | 82 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/ |
D | rpc_task_unittest.cc | 53 void RPCTaskTest::GetLogin(string* user, string* password) { in GetLogin() 79 string user, password; in TEST_F() local
|
D | eap_credentials_unittest.cc | 94 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()
|
D | eap_credentials.cc | 463 bool EapCredentials::SetEapPassword(const string& password, Error* /*error*/) { in SetEapPassword() 471 bool EapCredentials::SetEapPrivateKeyPassword(const string& password, in SetEapPrivateKeyPassword()
|
D | external_task.cc | 96 void ExternalTask::GetLogin(string* user, string* password) { in GetLogin()
|
D | eap_credentials.h | 118 virtual void set_password(const std::string& password) { in set_password()
|
D | external_task_unittest.cc | 242 string password; in TEST_F() local
|
/system/connectivity/shill/shims/ |
D | task_proxy.cc | 45 bool TaskProxy::GetSecret(string* username, string* password) { in GetSecret()
|
D | c_ppp.cc | 41 int PPPGetSecret(char* username, char* password) { in PPPGetSecret()
|
D | ppp.cc | 82 bool PPP::GetSecret(string* username, string* password) { in GetSecret()
|
/system/vold/ |
D | CryptCommandListener.cpp | 266 const char* password; in runCommand() local 349 const char* password = cryptfs_get_password(); in runCommand() local
|
D | cryptfs.c | 436 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/ |
D | openvpn_management_server.cc | 289 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()
|
D | l2tp_ipsec_driver.cc | 342 string password = args()->LookupString(kL2tpIpsecXauthPasswordProperty, ""); in InitXauthOptions() local 423 void L2TPIPSecDriver::GetLogin(string* user, string* password) { in GetLogin()
|
/system/connectivity/shill/dbus/ |
D | chromeos_rpc_task_dbus_adaptor.cc | 68 brillo::ErrorPtr* /*error*/, string* user, string* password) { in getsec()
|
/system/tpm/trunks/ |
D | password_authorization_delegate.cc | 28 const std::string& password) { in PasswordAuthorizationDelegate()
|
D | tpm_utility_test.cc | 619 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 …]
|
D | tpm_utility_impl.cc | 775 const std::string& password, in ImportRSAKey() 858 const std::string& password, in CreateRSAKeyPair() 1731 const std::string& password, in SetHierarchyAuthorization()
|
D | trunks_factory_for_test.cc | 245 const std::string& password, in ImportRSAKey() 255 const std::string& password, in CreateRSAKeyPair()
|
/system/connectivity/shill/cellular/ |
D | mobile_operator_info.h | 131 std::string password; member
|
/system/gatekeeper/ |
D | gatekeeper.cpp | 170 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/ |
D | pppoe_service.cc | 192 void PPPoEService::GetLogin(string* user, string* password) { in GetLogin()
|
/system/connectivity/shill/mobile_operator_db/ |
D | mobile_operator_db.proto | 58 optional string password = 6; field
|
/system/extras/verity/ |
D | Utils.java | 148 char[] password = System.console().readPassword("Password for the private key file: "); in decryptPrivateKey() local
|