Searched refs:EAP_AT_KDF (Results 1 – 5 of 5) sorted by relevance
19 import static com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EAP_AT_KDF;71 case EAP_AT_KDF: in getAttribute()
72 public static final int EAP_AT_KDF = 24; field in EapSimAkaAttribute105 EAP_ATTRIBUTE_STRING.put(EAP_AT_KDF, "AT_KDF"); in EAP_ATTRIBUTE_STRING.put() argument1141 super(EAP_AT_KDF, lengthInBytes); in AtKdf()1152 super(EAP_AT_KDF, ATTR_LENGTH); in AtKdf()
22 import static com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.EAP_AT_KDF;120 assertEquals(EAP_AT_KDF, (int) entry.getKey()); in testDecode()154 attributes.put(EAP_AT_KDF, new AtKdf(KDF_VERSION)); in testEncode()
19 import static com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.EAP_AT_KDF;54 assertEquals(EAP_AT_KDF, atKdf.attributeType); in testDecode()
24 import static com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EAP_AT_KDF;192 if (!attrs.containsKey(EAP_AT_KDF) || !attrs.containsKey(EAP_AT_KDF_INPUT)) { in isValidChallengeAttributes()198 AtKdf atKdf = (AtKdf) attrs.get(EAP_AT_KDF); in isValidChallengeAttributes()