Searched refs:CompressedData (Results 1 – 7 of 7) sorted by relevance
24 struct CompressedData { struct123 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>
537 std::copy(Sec.CompressedData.begin(), Sec.CompressedData.end(), Buf); in visit()547 CompressedData); in CompressedSection()552 Size = ChdrSize + CompressedData.size(); in CompressedSection()556 CompressedSection::CompressedSection(ArrayRef<uint8_t> CompressedData, in CompressedSection() argument561 OriginalData = CompressedData; in CompressedSection()
550 SmallVector<uint8_t, 128> CompressedData; variable555 CompressedSection(ArrayRef<uint8_t> CompressedData, uint32_t ChType,
1008 StringRef CompressedData = Blob.substr(HeaderSize); in decompress() local1010 CompressionFormat, llvm::arrayRefFromStringRef(CompressedData), in decompress()1039 << "Size before decompression: " << CompressedData.size() in decompress()
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