Searched defs:pw (Results 1 – 7 of 7) sorted by relevance
88 ResponseCode UserState::initialize(const android::String8& pw) { in initialize()142 ResponseCode UserState::writeMasterKey(const android::String8& pw) { in writeMasterKey()151 ResponseCode UserState::readMasterKey(const android::String8& pw) { in readMasterKey()251 void UserState::generateKeyFromPassword(std::vector<uint8_t>& key, const android::String8& pw, in generateKeyFromPassword()
81 ResponseCode KeyStore::initializeUser(const android::String8& pw, uid_t userId) { in initializeUser()92 ResponseCode KeyStore::writeMasterKey(const android::String8& pw, uid_t userId) { in writeMasterKey()97 ResponseCode KeyStore::readMasterKey(const android::String8& pw, uid_t userId) { in readMasterKey()
464 Status KeyStoreService::unlock(int32_t userId, const String16& pw, int32_t* aidl_return) { in unlock()
30 struct passwd* pw = getpwnam(tok); in pwtoid() local123 struct passwd* pw = getpwuid(uid); in main() local
264 passwd* pw = getpwuid(uid); in main() local
90 struct passwd* pw; in lookup_uid() local
243 passwd* pw = getpwuid(getuid()); in ForkAndExec() local