Home
last modified time | relevance | path

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

/system/security/keystore/
Duser_state.cpp79 ResponseCode UserState::initialize(const android::String8& pw, Entropy* entropy) { in initialize()
133 ResponseCode UserState::writeMasterKey(const android::String8& pw, Entropy* entropy) { in writeMasterKey()
142 ResponseCode UserState::readMasterKey(const android::String8& pw, Entropy* entropy) { in readMasterKey()
228 void UserState::generateKeyFromPassword(uint8_t* key, ssize_t keySize, const android::String8& pw, in generateKeyFromPassword()
Dkeystore.cpp63 ResponseCode KeyStore::initializeUser(const android::String8& pw, uid_t userId) { in initializeUser()
74 ResponseCode KeyStore::writeMasterKey(const android::String8& pw, uid_t userId) { in writeMasterKey()
79 ResponseCode KeyStore::readMasterKey(const android::String8& pw, uid_t userId) { in readMasterKey()
Dkey_store_service.cpp238 int32_t KeyStoreService::unlock(int32_t userId, const String16& pw) { in unlock()
/system/extras/su/
Dsu.c31 struct passwd* pw = getpwnam(tok); in pwtoid() local
124 struct passwd* pw = getpwuid(uid); in main() local
/system/core/run-as/
Drun-as.c209 struct passwd* pw = getpwuid(uid); in main() local
/system/core/toolbox/
Dps.c58 struct passwd *pw; in ps_line() local
/system/core/adb/
Dshell_service.cpp248 passwd* pw = getpwuid(getuid()); in ForkAndExec() local