Version: $vx.x.x$
external function xf_calcDlCmac(
in Cid p_cid,
in MsgInOut p_msg,
in BsId p_bsId,
in MacAddress p_msMacAddress,
in octetstring p_eik,
in AuthKey p_ak,
in AuthKey p_akUnencrypted,
in AkId p_akId,
in CmacPn p_cmacPn,
out CmacValue p_cmacValue
) return FncRetCode {...};
|
Generated with T3Doc 2.0 on Fri Jan 30 15:06:33 CET 2009.
Description
Calculate the Cmac-Value. Downlink authentication key CMAC_KEY_D
shall be used. It can be extracted from the authentication key.
Parameters
p_cidThe Connection Id used for the Cmac-Value calculation
p_msgMessage of which CMAC to be calculated
p_bsIdAuthentication Key
p_msMacAddressAuthentication Key
p_eikAuthentication Key
p_akAuthentication Key
p_akUencryptedAuthentication Key unencrypted
p_akIdAuthentication Key Identifier
p_cmacPnCmacPn Value
p_cmacValueCmac Value
Returns
FncRetCode