Home
last modified time | relevance | path

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

/system/security/keystore/
Duser_state.cpp85 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()
/system/extras/su/
Dsu.cpp30 struct passwd* pw = getpwnam(tok); in pwtoid() local
123 struct passwd* pw = getpwuid(uid); in main() local
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/
DConfig.java90 PrintWriter pw = new PrintWriter(file); in saveConfiguration() local
/system/core/run-as/
Drun-as.cpp264 passwd* pw = getpwuid(uid); in main() local
/system/extras/runconuid/
Drunconuid.cpp90 struct passwd* pw; in lookup_uid() local
/system/security/keystore2/src/crypto/
Dlib.rs184 let pw = self.get_key(); in derive_key() localVariable
526 let pw = vec![0; 16]; in test_generate_key_from_password() localVariable
Dcrypto.cpp184 void generateKeyFromPassword(uint8_t* key, size_t key_len, const char* pw, size_t pw_len, in generateKeyFromPassword()
/system/security/keystore2/src/
Dlegacy_migrator.rs356 let pw = pw.try_clone().context("In with_try_migrate_super_key: Cloning password.")?; in with_try_migrate_super_key() localVariable
Ddatabase.rs5465 let pw: keystore2_crypto::Password = (&b"xyzabc"[..]).into(); in test_store_super_key() localVariable