Searched refs:encryptedChunks (Results 1 – 2 of 2) sorted by relevance
149 vector<vector<uint8_t>> encryptedChunks; in addEntry() local167 encryptedChunks.push_back(encryptedContent); in addEntry()170 encryptedBlobs[&entry] = encryptedChunks; in addEntry()
406 const vector<vector<uint8_t>>& encryptedChunks = it->second; in TEST_P() local409 for (const auto& encryptedChunk : encryptedChunks) { in TEST_P()