Home
last modified time | relevance | path

Searched refs:CMS_sign (Results 1 – 20 of 20) sorted by relevance

/third_party/openssl/doc/man3/
DSMIME_write_CMS.pod27 makes sense for SignedData where B<CMS_DETACHED> is also set when CMS_sign() is
38 be read twice: once to compute the signature in CMS_sign() and once to output
56 L<ERR_get_error(3)>, L<CMS_sign(3)>,
DCMS_sign.pod5 CMS_sign - create a CMS SignedData structure
11 CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs,
16 CMS_sign() creates and returns a CMS SignedData structure. B<signcert> is
94 The function CMS_sign() is a basic CMS signing function whose output will be
108 CMS_sign() returns either a valid CMS_ContentInfo structure or NULL if an error
DCMS_sign_receipt.pod27 This functions behaves in a similar way to CMS_sign() except the flag values
41 L<CMS_sign(3)>
DCMS_add1_signer.pod24 CMS_sign() with the flag B<CMS_PARTIAL> set or in the case or re-signing a
41 over a CMS signed data structure where the simpler CMS_sign() function defaults
95 L<ERR_get_error(3)>, L<CMS_sign(3)>,
DPEM_write_bio_CMS_stream.pod30 L<ERR_get_error(3)>, L<CMS_sign(3)>,
Di2d_CMS_bio_stream.pod34 L<ERR_get_error(3)>, L<CMS_sign(3)>,
DCMS_final.pod34 L<ERR_get_error(3)>, L<CMS_sign(3)>,
DSMIME_read_CMS.pod62 L<SMIME_read_CMS(3)>, L<CMS_sign(3)>,
DCMS_add0_cert.pod58 L<CMS_sign(3)>,
DCMS_get0_type.pod23 structure. It should be called with CMS functions (such as L<CMS_sign>, L<CMS_encrypt>)
DCMS_get1_ReceiptRequest.pod65 L<ERR_get_error(3)>, L<CMS_sign(3)>,
DBIO_new_CMS.pod59 L<ERR_get_error(3)>, L<CMS_sign(3)>,
DCMS_verify.pod121 L<ERR_get_error(3)>, L<CMS_sign(3)>
/third_party/openssl/demos/cms/
Dcms_sign.c56 cms = CMS_sign(scert, skey, NULL, in, flags); in main()
Dcms_sign2.c58 cms = CMS_sign(NULL, NULL, NULL, in, CMS_STREAM | CMS_PARTIAL); in main()
/third_party/openssl/crypto/cms/
Dcms_smime.c435 CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey, in CMS_sign() function
498 cms = CMS_sign(NULL, NULL, certs, NULL, flags); in CMS_sign_receipt()
/third_party/openssl/include/openssl/
Dcms.h103 CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey,
/third_party/openssl/apps/
Dcms.c903 cms = CMS_sign(NULL, NULL, other, in, flags); in cms_main()
/third_party/openssl/crypto/err/
Dopenssl.txt311 CMS_F_CMS_SIGN:148:CMS_sign
/third_party/openssl/util/
Dlibcrypto.num1272 CMS_sign 1261 1_1_0 EXIST::FUNCTION:CMS