external function xf_calculateLocalKeys(
  in octetstring p_msk,
  in octetstring p_eapPmk,
  in UInt4 p_akSeqNumber,
  out octetstring p_eik,
  out AuthKey p_encrypyedAk,
  out AuthKey p_unencrypyedAk,
  out Oct8 p_akId
) return FncRetCode {...};
Generated with T3Doc 2.0 on Fri Jan 30 15:06:33 CET 2009.

Description

Simu uses this call to calculate Ak


Parameters

p_msk
Msk to be used when calculating AKs
p_eapPmk
Pmk to be used when calculating AKs
p_akSeqNumber Ak
Seq Number to be used
p_eapEik
Eik to be received
p_encrypyedAk Encrypted
Ak
p_unencrypyedAk Unencrypted
Ak
p_akId Ak
Identifier


Returns

FncRetCode