Searched refs:readMasterKey (Results 1 - 5 of 5) sorted by relevance

/system/security/keystore/
H A Duser_state.h55 ResponseCode readMasterKey(const android::String8& pw, Entropy* entropy);
H A Dkeystore.h54 ResponseCode readMasterKey(const android::String8& pw, uid_t userId);
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);
H A Dkey_store_service.cpp269 return mKeyStore->readMasterKey(password8, userId);

Completed in 42 milliseconds