Lines Matching full:structure
64 CMS_add1_signer, CMS_SignerInfo_sign \- add a signer to a CMS_ContentInfo signed data structure
80 structure \fBcms\fR.
82 The CMS_ContentInfo structure should be obtained from an initial call to
84 valid CMS_ContentInfo SignedData structure.
90 structure is not complete and must be finalized either by streaming (if
94 structure, its main use is when the \fBCMS_REUSE_DIGEST\fR and \fBCMS_PARTIAL\fR flags
99 over a CMS signed data structure where the simpler \fBCMS_sign()\fR function defaults
102 CMS_SignerInfo structure and the CMS attribute utility functions or the
109 digest value from the CMS_ContentInfo structure: to add a signer to an existing
110 structure. An error occurs if a matching digest value cannot be found to copy.
111 The returned CMS_ContentInfo structure will be valid and finalized when this
115 CMS_SignerInfo structure will not be finalized so additional attributes
120 CMS_ContentInfo structure, the signer's certificate must still be supplied in
125 The SignedData structure includes several CMS signedAttributes including the
144 structure just added, this can be used to set additional attributes
149 structure just added or NULL if an error occurs.