Home
last modified time | relevance | path

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

/hardware/interfaces/identity/aidl/vts/
DVtsIdentityTestUtils.cpp149 vector<vector<uint8_t>> encryptedChunks; in addEntry() local
167 encryptedChunks.push_back(encryptedContent); in addEntry()
170 encryptedBlobs[&entry] = encryptedChunks; in addEntry()
DVtsHalIdentityEndToEndTest.cpp406 const vector<vector<uint8_t>>& encryptedChunks = it->second; in TEST_P() local
409 for (const auto& encryptedChunk : encryptedChunks) { in TEST_P()