Searched refs:KDF_VERSION (Results 1 – 3 of 3) sorted by relevance
22 …tic com.android.internal.net.eap.message.simaka.attributes.EapTestAttributeDefinitions.KDF_VERSION;56 assertEquals(KDF_VERSION, atKdf.kdf); in testDecode()71 AtKdf atKdf = new AtKdf(KDF_VERSION); in testEncode()
86 public static final int KDF_VERSION = 1; field in EapTestAttributeDefinitions
27 …tic com.android.internal.net.eap.message.simaka.attributes.EapTestAttributeDefinitions.KDF_VERSION;110 assertEquals(KDF_VERSION, ((AtKdf) entry.getValue()).kdf); in testDecode()134 attributes.put(EAP_AT_KDF, new AtKdf(KDF_VERSION)); in testEncode()