Home
last modified time | relevance | path

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

/system/security/keystore/
Duser_state.cpp146 Blob masterKeyBlob(mMasterKey.data(), mMasterKey.size(), mSalt, sizeof(mSalt), blobType); in writeMasterKey() local
148 return lockedEntry.writeBlobs(masterKeyBlob, {}, passwordKey, STATE_NO_ERROR); in writeMasterKey()
182 Blob masterKeyBlob, dummyBlob; in readMasterKey() local
184 std::tie(response, masterKeyBlob, dummyBlob) = in readMasterKey()
190 size_t masterKeyBlobLength = static_cast<size_t>(masterKeyBlob.getLength()); in readMasterKey()
201 mMasterKey = std::vector<uint8_t>(masterKeyBlob.getValue(), in readMasterKey()
202 masterKeyBlob.getValue() + masterKeyBlob.getLength()); in readMasterKey()