Lines Matching refs:uid_t
63 ResponseCode KeyStore::initializeUser(const android::String8& pw, uid_t userId) { in initializeUser()
68 ResponseCode KeyStore::copyMasterKey(uid_t srcUser, uid_t dstUser) { in copyMasterKey()
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()
129 const android::String8& keyName, uid_t uid, const BlobType type) { in getKeyNameForUid()
140 const android::String8& keyName, uid_t uid, const BlobType type) { in getKeyNameForUidWithDir()
153 void KeyStore::resetUser(uid_t userId, bool keepUnenryptedEntries) { in resetUser()
198 bool KeyStore::isEmpty(uid_t userId) const { in isEmpty()
229 void KeyStore::lock(uid_t userId) { in lock()
235 ResponseCode KeyStore::get(const char* filename, Blob* keyBlob, const BlobType type, uid_t userId) { in get()
290 ResponseCode KeyStore::put(const char* filename, Blob* keyBlob, uid_t userId) { in put()
296 ResponseCode KeyStore::del(const char* filename, const BlobType type, uid_t userId) { in del()
371 android::Vector<android::String16>* matches, uid_t userId) { in list()
413 void KeyStore::addGrant(const char* filename, uid_t granteeUid) { in addGrant()
423 bool KeyStore::removeGrant(const char* filename, uid_t granteeUid) { in removeGrant()
436 uid_t userId, int32_t flags) { in importKey()
510 const uid_t uid, const BlobType type) { in getKeyForName()
512 uid_t userId = get_user_id(uid); in getKeyForName()
520 uid_t euid = get_keystore_euid(uid); in getKeyForName()
546 UserState* KeyStore::getUserState(uid_t userId) { in getUserState()
567 UserState* KeyStore::getUserStateByUid(uid_t uid) { in getUserStateByUid()
568 uid_t userId = get_user_id(uid); in getUserStateByUid()
572 const UserState* KeyStore::getUserState(uid_t userId) const { in getUserState()
584 const UserState* KeyStore::getUserStateByUid(uid_t uid) const { in getUserStateByUid()
585 uid_t userId = get_user_id(uid); in getUserStateByUid()
589 const grant_t* KeyStore::getGrant(const char* filename, uid_t uid) const { in getGrant()
601 const BlobType type, uid_t uid) { in upgradeBlob()
643 ResponseCode KeyStore::importBlobAsKey(Blob* blob, const char* filename, uid_t uid) { in importBlobAsKey()