Home
last modified time | relevance | path

Searched refs:CMS_sign_ex (Results 1 – 5 of 5) sorted by relevance

/openssl-master/doc/man3/
A DCMS_sign.pod5 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.
/openssl-master/crypto/cms/
A Dcms_smime.c503 CMS_ContentInfo *CMS_sign_ex(X509 *signcert, EVP_PKEY *pkey, in CMS_sign_ex() function
551 return CMS_sign_ex(signcert, pkey, certs, data, flags, NULL, NULL); in CMS_sign()
575 cms = CMS_sign_ex(NULL, NULL, certs, NULL, flags, in CMS_sign_receipt()
/openssl-master/include/openssl/
A Dcms.h.in126 CMS_ContentInfo *CMS_sign_ex(X509 *signcert, EVP_PKEY *pkey,
/openssl-master/apps/
A Dcms.c1051 cms = CMS_sign_ex(NULL, NULL, other, in, flags, libctx, app_get0_propq()); in cms_main()
/openssl-master/util/
A Dlibcrypto.num5160 CMS_sign_ex 5288 3_0_0 EXIST::FUNCTION:CMS

Completed in 19 milliseconds