Home
last modified time | relevance | path

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

/system/security/keystore2/aidl/android/security/authorization/
DIKeystoreAuthorization.aidl82 in @nullable byte[] password, in @nullable long[] unlockingSids); in onLockScreenEvent()
/system/security/keystore2/aidl/android/security/maintenance/
DIKeystoreMaintenance.aidl67 void onUserPasswordChanged(in int userId, in @nullable byte[] password); in onUserPasswordChanged()
/system/gatekeeper/
Dgatekeeper.cpp181 secure_id_t user_id, uint64_t flags, uint8_t handle_version, const SizedBuffer & password) { in CreatePasswordHandle()
226 bool GateKeeper::DoVerify(const password_handle_t *expected_handle, const SizedBuffer &password) { in DoVerify()
/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/vold/
DVoldNativeService.cpp527 binder::Status VoldNativeService::fdeCheckPassword(const std::string& password) { in fdeCheckPassword()
552 static int fdeEnableInternal(int32_t passwordType, const std::string& password, in fdeEnableInternal()
574 binder::Status VoldNativeService::fdeEnable(int32_t passwordType, const std::string& password, in fdeEnable()
593 const std::string& password) { in fdeChangePassword()
600 binder::Status VoldNativeService::fdeVerifyPassword(const std::string& password) { in fdeVerifyPassword()
Dcryptfs.cpp517 static char* password = 0; variable
/system/vold/binder/android/os/
DIVold.aidl74 void fdeCheckPassword(@utf8InCpp String password); in fdeCheckPassword()
77 void fdeEnable(int passwordType, @utf8InCpp String password, int encryptionFlags); in fdeEnable()
78 void fdeChangePassword(int passwordType, @utf8InCpp String password); in fdeChangePassword()
79 void fdeVerifyPassword(@utf8InCpp String password); in fdeVerifyPassword()
/system/extras/verity/
DUtils.java148 char[] password = System.console().readPassword("Password for the private key file: "); in decryptPrivateKey() local