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

/system/security/keystore/
H A Dkeystore.cpp832 ResponseCode readMasterKey(const android::String8& pw, Entropy* entropy) { function in class:UserState
935 // pre-gingerbread used this hardwired salt, readMasterKey will rewrite these when found
1056 ResponseCode readMasterKey(const android::String8& pw, uid_t userId) { function in class:KeyStore
1058 return userState->readMasterKey(pw, mEntropy);
1902 return mKeyStore->readMasterKey(password8, userId);

Completed in 56 milliseconds