Searched refs:CMS_sign_ex (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/doc/man3/ |
D | CMS_sign.pod | 5 CMS_sign, CMS_sign_ex - create a CMS SignedData structure 11 CMS_ContentInfo *CMS_sign_ex(X509 *signcert, EVP_PKEY *pkey, 20 CMS_sign_ex() creates and returns a CMS SignedData structure. 32 CMS_sign() is similar to CMS_sign_ex() but uses default values of NULL 118 CMS_sign_ex() and CMS_sign() return either a valid CMS_ContentInfo 131 The CMS_sign_ex() method was added in OpenSSL 3.0.
|
/third_party/openssl/crypto/cms/ |
D | cms_smime.c | 504 CMS_ContentInfo *CMS_sign_ex(X509 *signcert, EVP_PKEY *pkey, in CMS_sign_ex() function 552 return CMS_sign_ex(signcert, pkey, certs, data, flags, NULL, NULL); in CMS_sign() 576 cms = CMS_sign_ex(NULL, NULL, certs, NULL, flags, in CMS_sign_receipt()
|
/third_party/openssl/include/openssl/ |
D | cms.h.in | 126 CMS_ContentInfo *CMS_sign_ex(X509 *signcert, EVP_PKEY *pkey,
|
/third_party/openssl/apps/ |
D | cms.c | 1051 cms = CMS_sign_ex(NULL, NULL, other, in, flags, libctx, app_get0_propq()); in cms_main()
|
/third_party/openssl/util/ |
D | libcrypto.num | 5160 CMS_sign_ex 5288 3_0_0 EXIST::FUNCTION:CMS
|