Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/crypt32/
H A Dcert.c148 PCCERT_CONTEXT copyContext; in testAddCert() local
303 copyContext = NULL; in testAddCert()
305 CERT_STORE_ADD_USE_EXISTING, &copyContext); in testAddCert()
308 ok(copyContext != NULL, "Expected on output a non NULL copyContext\n"); in testAddCert()
309 if (copyContext) in testAddCert()
310 CertFreeCertificateContext(copyContext); in testAddCert()