Lines Matching refs:structure
5 CMS_sign - create a CMS SignedData structure
16 CMS_sign() creates and returns a CMS SignedData structure. B<signcert> is
19 structure (for example any intermediate CAs in the chain). Any or all of
36 CMS_ContentInfo structure, the signer's certificate must still be supplied in
41 The data being signed is included in the CMS_ContentInfo structure, unless
51 The SignedData structure includes several CMS signedAttributes including the
69 structure is just initialized ready to perform the signing operation. The
74 If the B<CMS_PARTIAL> flag is set a partial B<CMS_ContentInfo> structure is
78 If the flag B<CMS_STREAM> is set the returned B<CMS_ContentInfo> structure is
80 properly finalize the B<CMS_ContentInfo> structure will give unpredictable
84 PEM_write_bio_CMS_stream() finalize the structure. Alternatively finalization
91 If B<signcert> and B<pkey> are NULL then a certificates only CMS structure is
100 structure if streaming is not enabled.
108 CMS_sign() returns either a valid CMS_ContentInfo structure or NULL if an error