Version: $vx.x.x$
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 Sep 05 17:01:14 CEST 2008.
Description
Simu uses this call to calculate Ak
Parameters
p_mskMsk to be used when calculating AKs
p_eapPmkPmk to be used when calculating AKs
p_akSeqNumber AkSeq Number to be used
p_eapEikEik to be received
p_encrypyedAk EncryptedAk
p_unencrypyedAk UnencryptedAk
p_akId AkIdentifier
Returns
FncRetCode