Searched refs:AtKdf (Results 1 – 6 of 6) sorted by relevance
32 import com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.AtKdf;53 AtKdf atKdf = (AtKdf) result; in testDecode()71 AtKdf atKdf = new AtKdf(KDF_VERSION); in testEncode()
56 import com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.AtKdf;196 AtKdf atKdf = new AtKdf(VALID_KDF); in testProcessMissingAtKdfInput()218 AtKdf atKdf = new AtKdf(INVALID_KDF); in testProcessUnsupportedKdf()241 AtKdf atKdf = new AtKdf(VALID_KDF); in testProcessIncorrectNetworkName()272 AtKdf atKdf = new AtKdf(VALID_KDF); in testProcessIncorrectNetworkNameIsIgnored()328 AtKdf atKdf = new AtKdf(VALID_KDF); in testGenerateAndPersistEapAkaKeys()
25 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtKdf;72 return new AtKdf(lengthInBytes, byteBuffer); in getAttribute()
1147 public static class AtKdf extends EapSimAkaAttribute { class in EapSimAkaAttribute1152 public AtKdf(int lengthInBytes, ByteBuffer buffer) in AtKdf() method in EapSimAkaAttribute.AtKdf1164 public AtKdf(int kdf) throws EapSimAkaInvalidAttributeException { in AtKdf() method in EapSimAkaAttribute.AtKdf
39 import com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.AtKdf;121 assertEquals(KDF_VERSION, ((AtKdf) entry.getValue()).kdf); in testDecode()154 attributes.put(EAP_AT_KDF, new AtKdf(KDF_VERSION)); in testEncode()
43 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtKdf;198 AtKdf atKdf = (AtKdf) attrs.get(EAP_AT_KDF); in isValidChallengeAttributes()