Carries out the GMAC operation using the key set up by an earlier call to
Gcm.InitKey.
Namespace: CryptoSysAPIAssembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntaxpublic byte[] NextGmac(
byte[] iv,
byte[] msg
)
Public Function NextGmac (
iv As Byte(),
msg As Byte()
) As Byte()
Parameters
- iv Byte
- Initialization vector.
- msg Byte
- Message data.
Return Value
ByteGMAC value in byte array, or empty array on error
See Also