Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/crypto/cms/
H A Dcms_sd.c528 CMS_SignerInfo_cert_cmp(CMS_SignerInfo *si, X509 *cert) in CMS_SignerInfo_cert_cmp() function
556 if (CMS_SignerInfo_cert_cmp(si, x) == 0) { in CMS_set1_signers_certs()
571 if (CMS_SignerInfo_cert_cmp(si, x) == 0) { in CMS_set1_signers_certs()
/dflybsd-src/crypto/libressl/include/openssl/
H A Dcms.h266 int CMS_SignerInfo_cert_cmp(CMS_SignerInfo *si, X509 *cert);