Searched refs:encryptedChunks (Results 1 – 2 of 2) sorted by relevance
235 vector<vector<uint8_t>> encryptedChunks; in addEntry() local253 encryptedChunks.push_back(encryptedContent); in addEntry()256 encryptedBlobs[&entry] = encryptedChunks; in addEntry()
429 const vector<vector<uint8_t>>& encryptedChunks = it->second; in TEST_P() local432 for (const auto& encryptedChunk : encryptedChunks) { in TEST_P()773 const vector<vector<uint8_t>>& encryptedChunks = it->second; in TEST_P() local776 for (const auto& encryptedChunk : encryptedChunks) { in TEST_P()