Searched defs:pw (Results 1 – 11 of 11) sorted by relevance
85 ResponseCode UserState::initialize(const android::String8& pw) { in initialize()139 ResponseCode UserState::writeMasterKey(const android::String8& pw) { in writeMasterKey()151 ResponseCode UserState::readMasterKey(const android::String8& pw) { in readMasterKey()237 void UserState::generateKeyFromPassword(std::vector<uint8_t>& key, const android::String8& pw, in generateKeyFromPassword()
30 struct passwd* pw = getpwnam(tok); in pwtoid() local123 struct passwd* pw = getpwuid(uid); in main() local
90 PrintWriter pw = new PrintWriter(file); in saveConfiguration() local
264 passwd* pw = getpwuid(uid); in main() local
178 let pw: Password = PASSWORD.into(); in keystore2_encrypted_characteristics() localVariable435 let pw: Password = PASSWORD.into(); in keystore2_encrypted_certificates() localVariable
90 struct passwd* pw; in lookup_uid() local
209 let pw = self.get_key(); in derive_key() localVariable534 let pw = vec![0; 16]; in test_generate_key_from_password() localVariable
194 void generateKeyFromPassword(uint8_t* key, size_t key_len, const char* pw, size_t pw_len, in generateKeyFromPassword()
1955 let pw: Password = PASSWORD.into(); in test_with_encrypted_characteristics() localVariable2042 let pw: Password = PASSWORD.into(); in test_with_encrypted_certificates() localVariable2130 let pw: Password = PASSWORD.into(); in test_in_place_key_migration() localVariable
360 let pw = pw.try_clone().context(ks_err!("Cloning password."))?; in with_try_import_super_key() localVariable
5538 let pw: keystore2_crypto::Password = (&b"xyzabc"[..]).into(); in test_unbind_keys_for_user_removes_superkeys() localVariable5611 let pw: keystore2_crypto::Password = (&b"xyzabc"[..]).into(); in test_store_super_key() localVariable