Searched refs:getEncryptionKey (Results 1 – 4 of 4) sorted by relevance
142 auto encryptionKey = userState->getEncryptionKey(); in resetUser()257 result = blobfile.readBlobs(userState->getEncryptionKey(), userState->getState()); in get()273 (result = blobfile.readBlobs(userState->getEncryptionKey(), userState->getState()), in get()287 userState->getEncryptionKey(), userState->getState()); in put()
68 const std::vector<uint8_t>& getEncryptionKey() const { return mMasterKey; } in getEncryptionKey() function
132 lockedEntry.readBlobs(userState->getEncryptionKey(), userState->getState()); in upgradeKeyBlob()
296 auto encryptionKey = userState->getEncryptionKey(); in listUidsOfAuthBoundKeys()