NAME

RSAENH_CPGetHashParam  (RSAENH.@)

SYNOPSIS

 BOOL RSAENH_CPGetHashParam
 (
  HCRYPTPROV hProv,
  HCRYPTHASH hHash,
  DWORD      dwParam,
  BYTE*      pbData,
  DWORD*     pdwDataLen,
  DWORD      dwFlags
 )

DESCRIPTION

Query parameters of an hash object.

PARAMS

hProv [In] The kea container, which the hash belongs to.
hHash [In] The hash object that is to be queried.
dwParam [In] Specifies the parameter that is to be queried.
pbData [In] Pointer to the buffer where the parameter value will be stored.
pdwDataLen [In/Out] I: Buffer length at pbData, O: Length of the parameter value.
dwFlags [In] None currently defined.

RETURNS

Success: TRUE

Failure: FALSE.

NOTES

Valid dwParams are: HP_ALGID, HP_HASHSIZE, HP_HASHVALUE. The hash will be finalized if HP_HASHVALUE is queried.

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.