Searched defs:pw (Results 1 – 7 of 7) sorted by relevance
/system/security/keystore/ |
D | user_state.cpp | 79 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()
|
D | keystore.cpp | 63 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()
|
D | key_store_service.cpp | 238 int32_t KeyStoreService::unlock(int32_t userId, const String16& pw) { in unlock()
|
/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/run-as/ |
D | run-as.c | 209 struct passwd* pw = getpwuid(uid); in main() local
|
/system/core/toolbox/ |
D | ps.c | 58 struct passwd *pw; in ps_line() local
|
/system/core/adb/ |
D | shell_service.cpp | 248 passwd* pw = getpwuid(getuid()); in ForkAndExec() local
|