Searched defs:pw (Results 1 – 5 of 5) sorted by relevance
/system/extras/su/ |
D | su.c | 31 struct passwd* pw = getpwnam(tok); in pwtoid() local 124 struct passwd* pw = getpwuid(uid); in main() local
|
/system/core/toolbox/ |
D | lsof.c | 170 struct passwd *pw; in lsof_dumpinfo() local
|
D | ps.c | 58 struct passwd *pw; in ps_line() local
|
D | ls.c | 176 struct passwd *pw = getpwuid(uid); in user2str() local
|
/system/security/keystore/ |
D | keystore.cpp | 903 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()
|