Searched refs:CompressedData (Results 1 – 7 of 7) sorted by relevance
24 struct CompressedData { struct128 CompressedData compressed;
5 CMS_uncompress - uncompress a CMS CompressedData structure16 CompressedData structure B<cms>. B<data> is a BIO to write the content to and
5 CMS_compress - create a CMS CompressedData structure15 CMS_compress() creates and returns a CMS CompressedData structure. B<comp_nid>
1128 StringRef CompressedData = Blob.substr(CurrentOffset); in decompress() local1130 CompressionFormat, llvm::arrayRefFromStringRef(CompressedData), in decompress()1157 static_cast<double>(UncompressedSize) / CompressedData.size(); in decompress()1171 << formatWithCommas(CompressedData.size()) << " bytes\n" in decompress()
556 std::copy(Sec.CompressedData.begin(), Sec.CompressedData.end(), Buf); in visit()566 CompressedData); in CompressedSection()572 Size = ChdrSize + CompressedData.size(); in CompressedSection()576 CompressedSection::CompressedSection(ArrayRef<uint8_t> CompressedData, in CompressedSection() argument581 OriginalData = CompressedData; in CompressedSection()
666 SmallVector<uint8_t, 128> CompressedData; variable671 CompressedSection(ArrayRef<uint8_t> CompressedData, uint32_t ChType,
224 Create a CMS B<CompressedData> type. OpenSSL must be compiled with B<zlib>229 Uncompress a CMS B<CompressedData> type and output the content. OpenSSL must be