Searched refs:eapAkaTypeData (Results 1 – 3 of 3) sorted by relevance
236 EapAkaTypeData eapAkaTypeData = decodeResult.eapTypeData; in process() local237 switch (eapAkaTypeData.eapSubtype) { in process()252 eapAkaTypeData); in process()287 EapAkaTypeData eapAkaTypeData = decodeResult.eapTypeData; in process() local288 switch (eapAkaTypeData.eapSubtype) { in process()304 eapAkaTypeData); in process()312 if (!isValidIdentityAttributes(eapAkaTypeData)) { in process()313 LOG.e(mTAG, "Invalid attributes: " + eapAkaTypeData.attributeMap.keySet()); in process()321 if (eapAkaTypeData.attributeMap.get(EAP_AT_ANY_ID_REQ) != null in process()361 private boolean isValidIdentityAttributes(EapAkaTypeData eapAkaTypeData) { in isValidIdentityAttributes() argument[all …]
179 EapMessage message, EapAkaTypeData eapAkaTypeData) { in handleChallengeAuthentication() argument180 EapAkaPrimeTypeData eapAkaPrimeTypeData = (EapAkaPrimeTypeData) eapAkaTypeData; in handleChallengeAuthentication()253 RandChallengeResult result, int eapIdentifier, EapAkaTypeData eapAkaTypeData) { in generateAndPersistEapAkaKeys() argument256 (AtKdfInput) eapAkaTypeData.attributeMap.get(EAP_AT_KDF_INPUT); in generateAndPersistEapAkaKeys()257 AtAutn atAutn = (AtAutn) eapAkaTypeData.attributeMap.get(EAP_AT_AUTN); in generateAndPersistEapAkaKeys()
91 EapAkaTypeData eapAkaTypeData = result.eapTypeData; in testDecode() local92 assertEquals(EAP_AKA_CHALLENGE, eapAkaTypeData.eapSubtype); in testDecode()96 eapAkaTypeData.attributeMap.entrySet().iterator(); in testDecode()121 EapAkaTypeData eapAkaTypeData = result.eapTypeData; in testDecodeWithOptionalAttributes() local122 assertEquals(EAP_AKA_CHALLENGE, eapAkaTypeData.eapSubtype); in testDecodeWithOptionalAttributes()126 eapAkaTypeData.attributeMap.entrySet().iterator(); in testDecodeWithOptionalAttributes()161 EapAkaTypeData eapAkaTypeData = new EapAkaTypeData(EAP_AKA_IDENTITY, attributes); in testEncode() local163 byte[] result = eapAkaTypeData.encode(); in testEncode()