Searched refs:CompressedData (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | CMS_uncompress.pod | 5 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 D | CMS_compress.pod | 5 CMS_compress - create a CMS CompressedData structure 15 CMS_compress() creates and returns a CMS CompressedData structure. B<comp_nid>
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | CMS_uncompress.pod | 5 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 D | CMS_compress.pod | 5 CMS_compress - create a CMS CompressedData structure 15 CMS_compress() creates and returns a CMS CompressedData structure. B<comp_nid>
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/ |
H A D | Object.cpp | 546 std::copy(Sec.CompressedData.begin(), Sec.CompressedData.end(), Buf); in visit() 562 CompressedSection::create(ArrayRef<uint8_t> CompressedData, in create() argument 565 return CompressedSection(CompressedData, DecompressedSize, DecompressedAlign); in create() 578 CompressedData)) { in CompressedSection() 596 Size = ChdrSize + CompressedData.size(); in CompressedSection() 600 CompressedSection::CompressedSection(ArrayRef<uint8_t> CompressedData, in CompressedSection() argument 605 OriginalData = CompressedData; in CompressedSection()
|
H A D | Object.h | 532 SmallVector<char, 128> CompressedData; variable 537 static Expected<CompressedSection> create(ArrayRef<uint8_t> CompressedData, 555 CompressedSection(ArrayRef<uint8_t> CompressedData, uint64_t DecompressedSize,
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/ |
H A D | cms.pod | 179 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
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/ |
H A D | openssl-cms.pod.in | 220 Create a CMS B<CompressedData> type. OpenSSL must be compiled with B<zlib> 225 Uncompress a CMS B<CompressedData> type and output the content. OpenSSL must be
|