Searched refs:writeMasterKey (Results 1 – 5 of 5) sorted by relevance
89 ResponseCode response = writeMasterKey(pw); in initialize()139 ResponseCode UserState::writeMasterKey(const android::String8& pw) { in writeMasterKey() function in keystore::UserState198 response = writeMasterKey(pw); in readMasterKey()
65 ResponseCode writeMasterKey(const android::String8& pw);
92 ResponseCode KeyStore::writeMasterKey(const android::String8& pw, uid_t userId) { in writeMasterKey() function in keystore::KeyStore94 return userState->writeMasterKey(pw); in writeMasterKey()
107 ResponseCode writeMasterKey(const android::String8& pw, uid_t userId);
369 *aidl_return = static_cast<int32_t>(mKeyStore->writeMasterKey(password8, userId)); in onUserPasswordChanged()