Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/doc/man3/
H A DCMS_get0_SignerInfos.pod7 CMS_SignerInfo_get0_signature, CMS_SignerInfo_cert_cmp
19 int CMS_SignerInfo_cert_cmp(CMS_SignerInfo *si, X509 *cert);
37 CMS_SignerInfo_cert_cmp() compares the certificate B<cert> against the signer
70 CMS_SignerInfo_cert_cmp() returns 0 for a successful comparison and non
/freebsd-12.1/crypto/openssl/crypto/cms/
H A Dcms_sd.c486 int CMS_SignerInfo_cert_cmp(CMS_SignerInfo *si, X509 *cert) in CMS_SignerInfo_cert_cmp() function
512 if (CMS_SignerInfo_cert_cmp(si, x) == 0) { in CMS_set1_signers_certs()
527 if (CMS_SignerInfo_cert_cmp(si, x) == 0) { in CMS_set1_signers_certs()
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dcms.h231 int CMS_SignerInfo_cert_cmp(CMS_SignerInfo *si, X509 *cert);
/freebsd-12.1/secure/lib/libcrypto/
H A DVersion.map645 CMS_SignerInfo_cert_cmp;
H A DMakefile.man901 MLINKS+= CMS_get0_SignerInfos.3 CMS_SignerInfo_cert_cmp.3