Searched refs:chainCheckNoStore (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/crypt32/ |
H A D | chain.c | 3826 static ChainCheck chainCheckNoStore[] = { variable 4053 for (i = 0; i < ARRAY_SIZE(chainCheckNoStore); i++) in testGetCertChain() 4055 chain = getChain(NULL, &chainCheckNoStore[i].certs, 0, FALSE, &oct2007, in testGetCertChain() 4056 chainCheckNoStore[i].todo, i); in testGetCertChain() 4059 checkChainStatus(chain, &chainCheckNoStore[i].status, in testGetCertChain() 4060 chainCheckNoStore[i].todo, "chainCheckNoStore", i); in testGetCertChain()
|