Searched defs:pw (Results 1 – 8 of 8) sorted by relevance
/system/extras/su/ |
D | su.c | 44 struct passwd *pw; in main() local
|
/system/core/toolbox/ |
D | chown.c | 34 struct passwd *pw; in chown_main() local
|
D | id.c | 14 struct passwd *pw = getpwuid(uid); in print_uid() local
|
D | lsof.c | 171 struct passwd *pw; in lsof_dumpinfo() local
|
D | ps.c | 47 struct passwd *pw; in ps_line() local
|
D | ls.c | 81 struct passwd *pw = getpwuid(uid); in user2str() local
|
/system/extras/tests/fstest/ |
D | perm_checker.c | 72 struct passwd *pw; in str2uid() local 202 struct passwd *pw; in print_new_rule() local
|
/system/security/keystore/ |
D | keystore.cpp | 475 ResponseCode initialize(Value* pw) { in initialize() 487 ResponseCode writeMasterKey(Value* pw) { in writeMasterKey() 496 ResponseCode readMasterKey(Value* pw) { in readMasterKey() 729 static void generateKeyFromPassword(uint8_t* key, ssize_t keySize, Value* pw, uint8_t* salt) { in generateKeyFromPassword() 1029 static ResponseCode password(KeyStore* keyStore, int, uid_t, Value* pw, Value*, Value*) { in password() argument 1052 static ResponseCode unlock(KeyStore* keyStore, int sock, uid_t uid, Value* pw, Value* unused, in unlock()
|