Version: $vx.x.x$
external function xf_calcUlHmac(
in MsgInOut p_msg,
in BsId p_bsId,
in MacAddress p_msMacAddress,
in octetstring p_eik,
in AuthKey p_ak,
out HmacDigest p_hmacDigest
) return FncRetCode {...};
|
Generated with T3Doc 2.0 on Fri Sep 05 17:01:14 CEST 2008.
Description
Calculate the Hmac-Digest. Uplink authentication key HMAC_KEY_U
shall be used. It can be extracted from the authentication key.
Parameters
p_msgMessage of which HMAC to be calculated
p_bsIdBS ID
p_msMacAddressSS MAC address
p_eikAuthentication Key
p_akAuthentication Key
p_hmacDigestHmac Digest
Returns
FncRetCode