CryptoGenerateHash (FUN)
FUNCTION CryptoGenerateHash : RTS_IEC_RESULT
Calculate the message digest of the given data.
- InOut:
Scope
Name
Type
Comment
Return
CryptoGenerateHashRTS_IEC_RESULTResult of the operation
Input
hAlgoRTS_IEC_HANDLEHandle to the algorithm.
pDataPOINTER TO RtsByteString
Data to calculate the message digest.
pHashPOINTER TO RtsByteString
Calculated message digest.