Home
last modified time | relevance | path

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

/system/security/keystore/
Duser_state.cpp89 ResponseCode response = writeMasterKey(pw); in initialize()
139 ResponseCode UserState::writeMasterKey(const android::String8& pw) { in writeMasterKey() function in keystore::UserState
198 response = writeMasterKey(pw); in readMasterKey()
Duser_state.h65 ResponseCode writeMasterKey(const android::String8& pw);
DKeyStore.cpp92 ResponseCode KeyStore::writeMasterKey(const android::String8& pw, uid_t userId) { in writeMasterKey() function in keystore::KeyStore
94 return userState->writeMasterKey(pw); in writeMasterKey()
DKeyStore.h107 ResponseCode writeMasterKey(const android::String8& pw, uid_t userId);
Dkey_store_service.cpp369 *aidl_return = static_cast<int32_t>(mKeyStore->writeMasterKey(password8, userId)); in onUserPasswordChanged()