Searched defs:password (Results 1 – 7 of 7) sorted by relevance
44 def read_private_key(key_file, password): argument
78 void onDeviceUnlocked(in int userId, in @nullable byte[] password); in onDeviceUnlocked()
53 void initUserSuperKeys(in int userId, in byte[] password, in boolean allowExisting); in initUserSuperKeys()
194 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()
338 std::string password = "hunter2"; in TEST() local427 std::string password = "hunter2"; in TEST() local446 std::string password = "hunter2"; in TEST() local478 std::string password = "hunter2"; in TEST() local
28 let mut password = vec![0u8; 64]; in generate_password_blob() localVariable
148 char[] password = System.console().readPassword("Password for the private key file: "); in decryptPrivateKey() local