Searched refs:encryptedChunks (Results 1 – 6 of 6) sorted by relevance
104 for (const vector<uint8_t>& encryptedChunk : entryData.encryptedChunks) { in saveToDisk()235 vector<vector<uint8_t>> encryptedChunks; in parseEncryptedChunks() local242 encryptedChunks.push_back(itemBstr->value()); in parseEncryptedChunks()244 return encryptedChunks; in parseEncryptedChunks()356 optional<vector<vector<uint8_t>>> encryptedChunks = in loadFromDisk() local358 if (!encryptedChunks) { in loadFromDisk()366 data.encryptedChunks = encryptedChunks.value(); in loadFromDisk()
238 vector<vector<uint8_t>> encryptedChunks; in personalize() local245 encryptedChunks.push_back(encryptedChunk); in personalize()250 eData.encryptedChunks = std::move(encryptedChunks); in personalize()
50 vector<vector<uint8_t>> encryptedChunks; member
483 for (const auto& encryptedChunk : eData.value().encryptedChunks) { in getEntries()
157 vector<vector<uint8_t>> encryptedChunks; in addEntry() local175 encryptedChunks.push_back(encryptedContent); in addEntry()178 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()