Home
last modified time | relevance | path

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

/system/security/keystore/
Duser_state.h66 ResponseCode readMasterKey(const android::String8& pw);
DKeyStore.cpp97 ResponseCode KeyStore::readMasterKey(const android::String8& pw, uid_t userId) { in readMasterKey() function in keystore::KeyStore
99 return userState->readMasterKey(pw); in readMasterKey()
DKeyStore.h108 ResponseCode readMasterKey(const android::String8& pw, uid_t userId);
Duser_state.cpp151 ResponseCode UserState::readMasterKey(const android::String8& pw) { in readMasterKey() function in keystore::UserState
Dkey_store_service.cpp465 *aidl_return = static_cast<int32_t>(mKeyStore->readMasterKey(password8, userId)); in unlock()