RSAENH_CPSignHash(3w)
NAME
RSAENH_CPSignHash (RSAENH.@)
SYNOPSIS
BOOL RSAENH_CPSignHash ( HCRYPTPROV hProv, HCRYPTHASH hHash, DWORD dwKeySpec, LPCWSTR sDescription, DWORD dwFlags, BYTE* pbSignature, DWORD* pdwSigLen )
DESCRIPTION
Sign a hash object.
PARAMS
hProv [In] The key container, to which the hash object belongs.
hHash [In] The hash object to be signed.
dwKeySpec [In] AT_SIGNATURE or AT_KEYEXCHANGE: Key used to generate
the signature.
sDescription [In] Should be NULL for security reasons.
dwFlags [In] 0, CRYPT_NOHASHOID or CRYPT_X931_FORMAT: Format of the
signature.
pbSignature [Out] Buffer, to which the signature will be stored. May
be NULL to query SigLen.
pdwSigLen [In/Out] Size of the buffer (in), Length of the signature
(out).
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".