Home
last modified time | relevance | path

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

/system/security/keystore/
Dkeystore.cpp832 ResponseCode readMasterKey(const android::String8& pw, Entropy* entropy) { in readMasterKey() function in UserState
1056 ResponseCode readMasterKey(const android::String8& pw, uid_t userId) { in readMasterKey() function in KeyStore
1058 return userState->readMasterKey(pw, mEntropy); in readMasterKey()
1902 return mKeyStore->readMasterKey(password8, userId); in unlock()