Searched refs:AtKdf (Results 1 – 6 of 6) sorted by relevance
56 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtKdf;195 AtKdf atKdf = new AtKdf(VALID_KDF); in testProcessMissingAtKdfInput()217 AtKdf atKdf = new AtKdf(INVALID_KDF); in testProcessUnsupportedKdf()240 AtKdf atKdf = new AtKdf(VALID_KDF); in testProcessIncorrectNetworkName()271 AtKdf atKdf = new AtKdf(VALID_KDF); in testProcessIncorrectNetworkNameIsIgnored()327 AtKdf atKdf = new AtKdf(VALID_KDF); in testGenerateAndPersistEapAkaKeys()
32 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtKdf;53 AtKdf atKdf = (AtKdf) result; in testDecode()71 AtKdf atKdf = new AtKdf(KDF_VERSION); in testEncode()
39 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtKdf;110 assertEquals(KDF_VERSION, ((AtKdf) entry.getValue()).kdf); in testDecode()134 attributes.put(EAP_AT_KDF, new AtKdf(KDF_VERSION)); in testEncode()
25 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtKdf;72 return new AtKdf(lengthInBytes, byteBuffer); in getAttribute()
1094 public static class AtKdf extends EapSimAkaAttribute { class in EapSimAkaAttribute1099 public AtKdf(int lengthInBytes, ByteBuffer buffer) in AtKdf() method in EapSimAkaAttribute.AtKdf1111 public AtKdf(int kdf) throws EapSimAkaInvalidAttributeException { in AtKdf() method in EapSimAkaAttribute.AtKdf
42 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtKdf;197 AtKdf atKdf = (AtKdf) attrs.get(EAP_AT_KDF); in isValidChallengeAttributes()