CryptoGenerateHash
(FUN)
FUNCTION CryptoGenerateHash : RTS_IEC_RESULT
Calculate the message digest of the given data.
- InOut:
Scope
Name
Type
Comment
Return
CryptoGenerateHash
RTS_IEC_RESULT
Result of the operation
Input
hAlgo
RTS_IEC_HANDLE
Handle to the algorithm.
pData
POINTER TO RtsByteString
Data to calculate the message digest.
pHash
POINTER TO RtsByteString
Calculated message digest.