Home
last modified time | relevance | path

Searched refs:CompressedData (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/crypto/openssl/doc/man3/
H A DCMS_uncompress.pod5 CMS_uncompress - uncompress a CMS CompressedData structure
16 CompressedData structure B<cms>. B<data> is a BIO to write the content to and
H A DCMS_compress.pod5 CMS_compress - create a CMS CompressedData structure
15 CMS_compress() creates and returns a CMS CompressedData structure. B<comp_nid>
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp544 std::copy(Sec.CompressedData.begin(), Sec.CompressedData.end(), Buf); in visit()
560 CompressedSection::create(ArrayRef<uint8_t> CompressedData, in create() argument
563 return CompressedSection(CompressedData, DecompressedSize, DecompressedAlign); in create()
576 CompressedData)) { in CompressedSection()
594 Size = ChdrSize + CompressedData.size(); in CompressedSection()
598 CompressedSection::CompressedSection(ArrayRef<uint8_t> CompressedData, in CompressedSection() argument
603 OriginalData = CompressedData; in CompressedSection()
H A DObject.h532 SmallVector<char, 128> CompressedData; variable
537 static Expected<CompressedSection> create(ArrayRef<uint8_t> CompressedData,
555 CompressedSection(ArrayRef<uint8_t> CompressedData, uint64_t DecompressedSize,
/freebsd-13.1/crypto/openssl/doc/man1/
H A Dcms.pod179 Create a CMS B<CompressedData> type. OpenSSL must be compiled with B<zlib>
184 Uncompress a CMS B<CompressedData> type and output the content. OpenSSL must be