RSAENH_CPGenRandom (RSAENH.@)
BOOL RSAENH_CPGenRandom ( HCRYPTPROV hProv, DWORD dwLen, BYTE* pbBuffer )
Generate a random byte stream.
hProv | [In] | Key container that is used to generate random bytes. |
dwLen | [In] | Specifies the number of requested random data bytes. |
pbBuffer | [Out] | Random bytes will be stored here. |
Success: TRUE
Failure: FALSE
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/rsaenh/rsaenh.c". gitlab.winehq.org/wine/wine/blob/master/dlls/rsaenh/rsaenh.c
Debug channel "crypt".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.