Searched refs:readMasterKey (Results 1 – 5 of 5) sorted by relevance
66 ResponseCode readMasterKey(const android::String8& pw);
97 ResponseCode KeyStore::readMasterKey(const android::String8& pw, uid_t userId) { in readMasterKey() function in keystore::KeyStore99 return userState->readMasterKey(pw); in readMasterKey()
108 ResponseCode readMasterKey(const android::String8& pw, uid_t userId);
151 ResponseCode UserState::readMasterKey(const android::String8& pw) { in readMasterKey() function in keystore::UserState
465 *aidl_return = static_cast<int32_t>(mKeyStore->readMasterKey(password8, userId)); in unlock()