NAME

RSAENH_CPSetHashParam  (RSAENH.@)

SYNOPSIS

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

DESCRIPTION

Set a parameter of a hash object.

PARAMS

hProv [In] The key container to which the key belongs.
hHash [In] The hash object for which a parameter is to be set.
dwParam [In] Parameter type. See Notes.
pbData [In] Pointer to the parameter value.
dwFlags [In] Currently none defined.

RETURNS

Success: TRUE.

Failure: FALSE.

NOTES

Currently only the HP_HMAC_INFO dwParam type is defined. The HMAC_INFO struct will be deep copied into the hash object. See Internet RFC 2104 for details on the HMAC algorithm.

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.