Home
last modified time | relevance | path

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

/system/extras/su/
Dsu.c31 struct passwd* pw = getpwnam(tok); in pwtoid() local
124 struct passwd* pw = getpwuid(uid); in main() local
/system/core/toolbox/
Dlsof.c170 struct passwd *pw; in lsof_dumpinfo() local
Dps.c58 struct passwd *pw; in ps_line() local
Dls.c176 struct passwd *pw = getpwuid(uid); in user2str() local
/system/security/keystore/
Dkeystore.cpp903 ResponseCode initialize(const android::String8& pw, Entropy* entropy) { in initialize()
959 ResponseCode writeMasterKey(const android::String8& pw, Entropy* entropy) { in writeMasterKey()
968 ResponseCode readMasterKey(const android::String8& pw, Entropy* entropy) { in readMasterKey()
1065 void generateKeyFromPassword(uint8_t* key, ssize_t keySize, const android::String8& pw, in generateKeyFromPassword()
1176 ResponseCode initializeUser(const android::String8& pw, uid_t userId) { in initializeUser()
1187 ResponseCode writeMasterKey(const android::String8& pw, uid_t userId) { in writeMasterKey()
1192 ResponseCode readMasterKey(const android::String8& pw, uid_t userId) { in readMasterKey()
2052 int32_t unlock(int32_t userId, const String16& pw) { in unlock()