Searched refs:CMS_sign (Results 1 – 20 of 20) sorted by relevance
/third_party/openssl/doc/man3/ |
D | SMIME_write_CMS.pod | 27 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)>,
|
D | CMS_sign.pod | 5 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
|
D | CMS_sign_receipt.pod | 27 This functions behaves in a similar way to CMS_sign() except the flag values 41 L<CMS_sign(3)>
|
D | CMS_add1_signer.pod | 24 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)>,
|
D | PEM_write_bio_CMS_stream.pod | 30 L<ERR_get_error(3)>, L<CMS_sign(3)>,
|
D | i2d_CMS_bio_stream.pod | 34 L<ERR_get_error(3)>, L<CMS_sign(3)>,
|
D | CMS_final.pod | 34 L<ERR_get_error(3)>, L<CMS_sign(3)>,
|
D | SMIME_read_CMS.pod | 62 L<SMIME_read_CMS(3)>, L<CMS_sign(3)>,
|
D | CMS_add0_cert.pod | 58 L<CMS_sign(3)>,
|
D | CMS_get0_type.pod | 23 structure. It should be called with CMS functions (such as L<CMS_sign>, L<CMS_encrypt>)
|
D | CMS_get1_ReceiptRequest.pod | 65 L<ERR_get_error(3)>, L<CMS_sign(3)>,
|
D | BIO_new_CMS.pod | 59 L<ERR_get_error(3)>, L<CMS_sign(3)>,
|
D | CMS_verify.pod | 121 L<ERR_get_error(3)>, L<CMS_sign(3)>
|
/third_party/openssl/demos/cms/ |
D | cms_sign.c | 56 cms = CMS_sign(scert, skey, NULL, in, flags); in main()
|
D | cms_sign2.c | 58 cms = CMS_sign(NULL, NULL, NULL, in, CMS_STREAM | CMS_PARTIAL); in main()
|
/third_party/openssl/crypto/cms/ |
D | cms_smime.c | 435 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/ |
D | cms.h | 103 CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey,
|
/third_party/openssl/apps/ |
D | cms.c | 903 cms = CMS_sign(NULL, NULL, other, in, flags); in cms_main()
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 311 CMS_F_CMS_SIGN:148:CMS_sign
|
/third_party/openssl/util/ |
D | libcrypto.num | 1272 CMS_sign 1261 1_1_0 EXIST::FUNCTION:CMS
|