Lines Matching refs:is
26 I<out> is the BIO to write the data to. I<value> is the appropriate ASN1_VALUE
27 structure (either CMS_ContentInfo or PKCS7). If streaming is enabled then the
29 I<flags> is an optional set of flags. I<ctype_nid> is the NID of the content
30 type, I<econt_nid> is the NID of the embedded content type and I<mdalgs> is a
43 If B<CMS_DETACHED> is set then cleartext signing will be used, this option only
44 makes sense for SignedData where B<CMS_DETACHED> is also set when the sign()
45 method is called.
47 If the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are added to
48 the content, this only makes sense if B<CMS_DETACHED> is also set.
50 If the B<CMS_STREAM> flag is set streaming is performed. This flag should only
54 If cleartext signing is being used and B<CMS_STREAM> not set then the data must
58 If streaming is performed the content is output in BER format using indefinite
60 content where the content is absent and DER format is used.