RSAENH_CPSetHashParam (RSAENH.@)
BOOL RSAENH_CPSetHashParam ( HCRYPTPROV hProv, HCRYPTHASH hHash, DWORD dwParam, BYTE* pbData, DWORD dwFlags )
Set a parameter of a hash object.
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. |
Success: TRUE.
Failure: FALSE.
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.
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.