Searched defs:readMasterKey (Results 1 - 2 of 2) sorted by relevance

/system/security/keystore/
H A Duser_state.cpp142 ResponseCode UserState::readMasterKey(const android::String8& pw, Entropy* entropy) { function in class:UserState
234 // Pre-gingerbread used this hardwired salt, readMasterKey will rewrite these when found
H A Dkeystore.cpp79 ResponseCode KeyStore::readMasterKey(const android::String8& pw, uid_t userId) { function in class:KeyStore
81 return userState->readMasterKey(pw, mEntropy);

Completed in 58 milliseconds