Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 741 of file crl.c.
Referenced by CertVerifySubjectCertificateContext().
{ DWORD i; PCRL_ENTRY entry = NULL; TRACE("(%08x, %p, %d, %p)\n", dwCertEncodingType, pCertId, cCrlInfo, rgpCrlInfo); for (i = 0; !entry && i < cCrlInfo; i++) entry = CRYPT_FindCertificateInCRL(pCertId, rgpCrlInfo[i]); return entry == NULL; }