RSAENH_CPHashSessionKey(3w)
NAME
RSAENH_CPHashSessionKey (RSAENH.@)
SYNOPSIS
BOOL RSAENH_CPHashSessionKey ( HCRYPTPROV hProv, HCRYPTHASH hHash, HCRYPTKEY hKey, DWORD dwFlags )
DESCRIPTION
Updates a hash object with the binary representation of a symmetric
key.
PARAMS
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.
RETURNS
Success: TRUE.
Failure: FALSE.
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/rsaenh/rsaenh.c".
- Debug channel "crypt".