CryptoHMACSign (FUN)
FUNCTION CryptoHMACSign : RTS_IEC_RESULT
Generate a hashed message authentication code (HMAC) OF the given data AND key.
- InOut:
Scope
Name
Type
Comment
Return
CryptoHMACSignRTS_IEC_RESULTResult of the operation
Input
hAlgoRTS_IEC_HANDLEHandle to the algorithm.
pDataPOINTER TO RtsByteString
Data to calculate the HMAC.
keyRtsCryptoKeyKey to be used for the HMAC calcuation
pSignaturePOINTER TO RtsByteString
Calculated HMAC