Searched refs:eapAkaTypeData (Results 1 – 3 of 3) sorted by relevance
187 EapAkaTypeData eapAkaTypeData = decodeResult.eapTypeData; in process() local188 switch (eapAkaTypeData.eapSubtype) { in process()198 eapAkaTypeData); in process()226 EapAkaTypeData eapAkaTypeData = decodeResult.eapTypeData; in process() local227 switch (eapAkaTypeData.eapSubtype) { in process()237 eapAkaTypeData); in process()245 if (!isValidIdentityAttributes(eapAkaTypeData)) { in process()246 LOG.e(mTAG, "Invalid attributes: " + eapAkaTypeData.attributeMap.keySet()); in process()280 private boolean isValidIdentityAttributes(EapAkaTypeData eapAkaTypeData) { in isValidIdentityAttributes() argument281 Set<Integer> attrs = eapAkaTypeData.attributeMap.keySet(); in isValidIdentityAttributes()[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()