Searched refs:EAP_AT_AUTN (Results 1 – 7 of 7) sorted by relevance
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()
19 import static com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EAP_AT_AUTN;83 case EAP_AT_AUTN: in getAttribute()
54 public static final int EAP_AT_AUTN = 2; field in EapSimAkaAttribute87 EAP_ATTRIBUTE_STRING.put(EAP_AT_AUTN, "AT_AUTN"); in EAP_ATTRIBUTE_STRING.put() argument943 super(EAP_AT_AUTN, lengthInBytes, byteBuffer); in AtAutn()954 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()
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()
30 import static com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EAP_AT_AUTN;497 && attrs.contains(EAP_AT_AUTN) in isValidChallengeAttributes()504 AtAutn atAutn = (AtAutn) eapAkaTypeData.attributeMap.get(EAP_AT_AUTN); in getRandChallengeResult()