NAME

RSAENH_CPGenRandom  (RSAENH.@)

SYNOPSIS

 BOOL RSAENH_CPGenRandom
 (
  HCRYPTPROV hProv,
  DWORD      dwLen,
  BYTE*      pbBuffer
 )

DESCRIPTION

Generate a random byte stream.

PARAMS

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.

RETURNS

Success: TRUE

Failure: FALSE

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/rsaenh/rsaenh.c". https://source.winehq.org/source/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 May 2024.