http://bugs.winehq.org/show_bug.cgi?id=34921
--- Comment #10 from Linards linards.liepins@gmail.com --- (In reply to comment #5)
(In reply to comment #2)
It'd be interesting to see +relay with this implementation to get some info on function arguments.
I think it was called with a NULL algorithm and with dwFlags & BCRYPT_USE_SYSTEM_PREFERRED_RNG.
Because otherwise it would have needed to call BCryptOpenAlgorithmProvider which is also not implemented.
This guessing is based on information from http://msdn.microsoft.com/en-us/library/Windows/desktop/aa375458%28v=vs. 85%29.aspx
Simply put Wine do not conbtaint at least minimum support for Windows Vista amd later introduced infrastructure: "Microsoft Windows Cryptographic Primitives Library" . WOuld this be a superset of Crypt32.dll ( Cryptographic Services )?