Searched refs:cspNameW (Results 1 – 3 of 3) sorted by relevance
/reactos/modules/rostests/winetests/secur32/ |
H A D | schannel.c | 44 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 D | cert.c | 353 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 D | msg.c | 1070 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()
|