Home
last modified time | relevance | path

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

/system/core/gatekeeperd/tests/
Dgatekeeper_test.cpp35 SizedBuffer password; in do_enroll() local
54 SizedBuffer password; in TEST() local
127 SizedBuffer password; in TEST() local
172 SizedBuffer password; in TEST() local
/system/core/gatekeeperd/
DSoftGateKeeper.h75 const uint8_t *, uint32_t, const uint8_t *password, in ComputePasswordSignature()
129 fast_hash_t ComputeFastHash(const SizedBuffer &password, uint64_t salt) { in ComputeFastHash()
142 bool VerifyFast(const fast_hash_t &fast_hash, const SizedBuffer &password) { in VerifyFast()
147 bool DoVerify(const password_handle_t *expected_handle, const SizedBuffer &password) { in DoVerify()
/system/gatekeeper/
Dgatekeeper.cpp179 secure_id_t user_id, uint64_t flags, uint8_t handle_version, const uint8_t *password, in CreatePasswordHandle()
216 bool GateKeeper::DoVerify(const password_handle_t *expected_handle, const SizedBuffer &password) { in DoVerify()
/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/vold/
DVoldNativeService.cpp563 binder::Status VoldNativeService::fdeCheckPassword(const std::string& password) { in fdeCheckPassword()
588 static int fdeEnableInternal(int32_t passwordType, const std::string& password, in fdeEnableInternal()
610 binder::Status VoldNativeService::fdeEnable(int32_t passwordType, const std::string& password, in fdeEnable()
629 const std::string& password) { in fdeChangePassword()
636 binder::Status VoldNativeService::fdeVerifyPassword(const std::string& password) { in fdeVerifyPassword()
Dcryptfs.cpp230 static char* password = 0; variable
/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/extras/verity/
DUtils.java148 char[] password = System.console().readPassword("Password for the private key file: "); in decryptPrivateKey() local
/system/security/keystore/
Dkey_store_service.cpp367 Status KeyStoreService::onUserPasswordChanged(int32_t userId, const String16& password, in onUserPasswordChanged()