Searched refs:CMS_add1_cert (Results 1 – 6 of 6) sorted by relevance
/openssl-master/doc/man3/ |
A D | CMS_add0_cert.pod | 5 CMS_add0_cert, CMS_add1_cert, CMS_get1_certs, CMS_add0_crl, CMS_add1_crl, CMS_get1_crls 13 int CMS_add1_cert(CMS_ContentInfo *cms, X509 *cert); 22 CMS_add0_cert() and CMS_add1_cert() add certificate B<cert> to B<cms>. 40 must not be freed up after the call as opposed to CMS_add1_cert() where B<cert> 48 CMS_add0_cert(), CMS_add1_cert() and CMS_add0_crl() and CMS_add1_crl() return
|
/openssl-master/crypto/cms/ |
A D | cms_lib.c | 546 int CMS_add1_cert(CMS_ContentInfo *cms, X509 *cert) in CMS_add1_cert() function
|
A D | cms_smime.c | 527 if (!CMS_add1_cert(cms, x)) in CMS_sign_ex()
|
A D | cms_sd.c | 457 if (!CMS_add1_cert(cms, signer)) in CMS_add1_signer()
|
/openssl-master/include/openssl/ |
A D | cms.h.in | 260 int CMS_add1_cert(CMS_ContentInfo *cms, X509 *cert);
|
/openssl-master/util/ |
A D | libcrypto.num | 3301 CMS_add1_cert 3371 3_0_0 EXIST::FUNCTION:CMS
|
Completed in 19 milliseconds