Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/crypt32/
H A Dchain.c3576 static ChainCheck chainCheck[] = { variable
4020 for (i = 0; i < ARRAY_SIZE(chainCheck); i++) in testGetCertChain()
4022 chain = getChain(NULL, &chainCheck[i].certs, 0, TRUE, chainCheck[i].validfor, in testGetCertChain()
4023 chainCheck[i].todo, i); in testGetCertChain()
4026 checkChainStatus(chain, &chainCheck[i].status, chainCheck[i].todo, in testGetCertChain()