RSAENH_CPHashSessionKey (RSAENH.@)
BOOL RSAENH_CPHashSessionKey ( HCRYPTPROV hProv, HCRYPTHASH hHash, HCRYPTKEY hKey, DWORD dwFlags )
Updates a hash object with the binary representation of a symmetric key.
| hProv | [In] | Key container to which the hash object belongs. |
| hHash | [In] | Hash object which is to be updated. |
| hKey | [In] | The symmetric key, whose binary value will be added to the hash. |
| dwFlags | [In] | CRYPT_LITTLE_ENDIAN, if the binary key value shall be interpreted as little endian. |
Success: TRUE.
Failure: FALSE.
Not defined in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/rsaenh/rsaenh.c". source.winehq.org/source/dlls/rsaenh/rsaenh.c
Debug channel "crypt".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated May 2006.