Home
last modified time | relevance | path

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

/system/security/keystore2/aidl/android/security/authorization/
DIKeystoreAuthorization.aidl77 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.cpp194 secure_id_t user_id, uint64_t flags, uint8_t handle_version, const SizedBuffer & password) { in CreatePasswordHandle()
239 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/extras/verity/
DUtils.java148 char[] password = System.console().readPassword("Password for the private key file: "); in decryptPrivateKey() local