Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/crypt32/
H A Dcrl.c431 PCCERT_CONTEXT cert, endCert, rootCert; in testFindCRL() local
645 rootCert = CertCreateCertificateContext(X509_ASN_ENCODING, in testFindCRL()
648 issuedForPara.pIssuerCert = rootCert; in testFindCRL()
690 rootCert, context); in testFindCRL()
724 CRL_FIND_ISSUED_BY, rootCert, context); in testFindCRL()
730 if (pCertFindCertificateInCRL(rootCert, context, 0, NULL, &entry) && in testFindCRL()
760 CRL_FIND_ISSUED_BY_SIGNATURE_FLAG, CRL_FIND_ISSUED_BY, rootCert, in testFindCRL()
775 CertFreeCertificateContext(rootCert); in testFindCRL()