Searched refs:EAP_AT_KDF_INPUT (Results 1 – 5 of 5) sorted by relevance
19 import static com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.EAP_AT_KDF_INPUT;52 assertEquals(EAP_AT_KDF_INPUT, atKdfInput.attributeType); in testDecode()64 assertEquals(EAP_AT_KDF_INPUT, atKdfInput.attributeType); in testDecodeEmptyNetworkName()
25 import static com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EAP_AT_KDF_INPUT;192 if (!attrs.containsKey(EAP_AT_KDF) || !attrs.containsKey(EAP_AT_KDF_INPUT)) { in isValidChallengeAttributes()203 AtKdfInput atKdfInput = (AtKdfInput) attrs.get(EAP_AT_KDF_INPUT); in isValidChallengeAttributes()256 (AtKdfInput) eapAkaTypeData.attributeMap.get(EAP_AT_KDF_INPUT); in generateAndPersistEapAkaKeys()
20 import static com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EAP_AT_KDF_INPUT;69 case EAP_AT_KDF_INPUT: in getAttribute()
71 public static final int EAP_AT_KDF_INPUT = 23; field in EapSimAkaAttribute104 EAP_ATTRIBUTE_STRING.put(EAP_AT_KDF_INPUT, "AT_KDF_INPUT"); in EAP_ATTRIBUTE_STRING.put() argument1102 super(EAP_AT_KDF_INPUT, lengthInBytes); in AtKdfInput()1115 super(EAP_AT_KDF_INPUT, lengthInbytes); in AtKdfInput()
23 import static com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.EAP_AT_KDF_INPUT;116 assertEquals(EAP_AT_KDF_INPUT, (int) entry.getKey()); in testDecode()153 attributes.put(EAP_AT_KDF_INPUT, new AtKdfInput(AT_KDF_INPUT.length, NETWORK_NAME_BYTES)); in testEncode()