Searched refs:mEntropy (Results 1 – 2 of 2) sorted by relevance
45 : mEntropy(entropy), mDevice(device), mFallbackDevice(fallback), in KeyStore()74 return userState->initialize(pw, mEntropy); in initializeUser()85 return userState->writeMasterKey(pw, mEntropy); in writeMasterKey()90 return userState->readMasterKey(pw, mEntropy); in readMasterKey()313 mEntropy); in put()
132 Entropy* mEntropy; variable