Re: dssenh/tests: Added Cylink Mek algorithm definition and crypto provider algorithm tests for dssenh (try 2).
13 Jan
2014
13 Jan
'14
3:40 p.m.
Marek Chmiel <kcmark(a)gmail.com> writes:
+ for(i = 0; i < testLen; i++) + { + SetLastError(0xdeadbeef); + dataLen = sizeof(dataBuffer); + + result = CryptGetProvParam(hProv, PP_ENUMALGS_EX, dataBuffer, &dataLen, flag); + ok(result, "Failed to get parameter from CSP."); + + pointer = dataBuffer;
That's better but you should still check that you reached the end of the enumeration. -- Alexandre Julliard julliard(a)winehq.org
4354
Age (days ago)
4354
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard