Home
last modified time | relevance | path

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

/system/security/keystore/
Duser_state.cpp88 ResponseCode UserState::initialize(const android::String8& pw) { in initialize()
142 ResponseCode UserState::writeMasterKey(const android::String8& pw) { in writeMasterKey()
151 ResponseCode UserState::readMasterKey(const android::String8& pw) { in readMasterKey()
251 void UserState::generateKeyFromPassword(std::vector<uint8_t>& key, const android::String8& pw, in generateKeyFromPassword()
DKeyStore.cpp81 ResponseCode KeyStore::initializeUser(const android::String8& pw, uid_t userId) { in initializeUser()
92 ResponseCode KeyStore::writeMasterKey(const android::String8& pw, uid_t userId) { in writeMasterKey()
97 ResponseCode KeyStore::readMasterKey(const android::String8& pw, uid_t userId) { in readMasterKey()
Dkey_store_service.cpp464 Status KeyStoreService::unlock(int32_t userId, const String16& pw, int32_t* aidl_return) { in unlock()
/system/extras/su/
Dsu.cpp30 struct passwd* pw = getpwnam(tok); in pwtoid() local
123 struct passwd* pw = getpwuid(uid); in main() 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/core/adb/daemon/
Dshell_service.cpp243 passwd* pw = getpwuid(getuid()); in ForkAndExec() local