Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/secur32/
H A Dschannel.c44 static WCHAR cspNameW[] = { 'W','i','n','e','C','r','y','p','t','T','e', variable
301 keyProvInfo.pwszContainerName = cspNameW; in testAcquireSecurityContext()
313 ret = CryptAcquireContextW(&csp, cspNameW, MS_DEF_PROV_W, PROV_RSA_FULL, in testAcquireSecurityContext()
447 ret = CryptAcquireContextW(&csp, cspNameW, MS_DEF_PROV_W, PROV_RSA_FULL, in testAcquireSecurityContext()
547 CryptAcquireContextW(&csp, cspNameW, MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_DELETEKEYSET); in testAcquireSecurityContext()
/reactos/modules/rostests/winetests/crypt32/
H A Dcert.c353 static WCHAR cspNameW[] = { 'W','i','n','e','C','r','y','p','t','T','e','m','p',0 }; variable
2240 ok(!lstrcmpW(pInfo->pwszContainerName, cspNameW), in testCreateSelfSignCert()
2275 info.pwszContainerName = cspNameW; in testCreateSelfSignCert()
2314 ok(!lstrcmpW(pInfo->pwszContainerName, cspNameW), in testCreateSelfSignCert()
2361 ok(!lstrcmpW(pInfo->pwszContainerName, cspNameW), in testCreateSelfSignCert()
2397 info.pwszContainerName = cspNameW; in testCreateSelfSignCert()
2438 ok(!lstrcmpW(pInfo->pwszContainerName, cspNameW), in testCreateSelfSignCert()
3781 keyProvInfo.pwszContainerName = cspNameW; in testAcquireCertPrivateKey()
H A Dmsg.c1070 static const WCHAR cspNameW[] = { 'W','i','n','e','C','r','y','p','t','T','e', variable
3618 ret = pCryptAcquireContextW(&signer.hCryptProv, cspNameW, NULL, in detect_nt()
3621 ret = pCryptAcquireContextW(&signer.hCryptProv, cspNameW, NULL, in detect_nt()
3629 pCryptAcquireContextW(&signer.hCryptProv, cspNameW, NULL, PROV_RSA_FULL, in detect_nt()