Searched refs:EAP_AT_AUTN (Results 1 – 7 of 7) sorted by relevance
19 import static com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EAP_AT_AUTN;83 case EAP_AT_AUTN: in getAttribute()
67 public static final int EAP_AT_AUTN = 2; field in EapSimAkaAttribute100 EAP_ATTRIBUTE_STRING.put(EAP_AT_AUTN, "AT_AUTN"); in EAP_ATTRIBUTE_STRING.put() argument956 super(EAP_AT_AUTN, lengthInBytes, byteBuffer); in AtAutn()967 super(EAP_AT_AUTN, ATTR_LENGTH); in AtAutn()
19 import static com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.EAP_AT_AUTN;54 assertEquals(EAP_AT_AUTN, atAutn.attributeType); in testDecode()
21 import static com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.EAP_AT_AUTN;112 assertEquals(EAP_AT_AUTN, (int) entry.getKey()); in testDecode()152 attributes.put(EAP_AT_AUTN, new AtAutn(AUTN_BYTES)); in testEncode()
27 import static com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.EAP_AT_AUTN;132 assertEquals(EAP_AT_AUTN, (int) entry.getKey()); in testDecodeWithOptionalAttributes()
23 import static com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EAP_AT_AUTN;257 AtAutn atAutn = (AtAutn) eapAkaTypeData.attributeMap.get(EAP_AT_AUTN); in generateAndPersistEapAkaKeys()
31 import static com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EAP_AT_AUTN;592 && attrs.contains(EAP_AT_AUTN) in isValidChallengeAttributes()599 AtAutn atAutn = (AtAutn) eapAkaTypeData.attributeMap.get(EAP_AT_AUTN); in getRandChallengeResult()