Searched refs:AT_KDF_INPUT (Results 1 – 3 of 3) sorted by relevance
20 …ic com.android.internal.net.eap.message.simaka.attributes.EapTestAttributeDefinitions.AT_KDF_INPUT;47 ByteBuffer input = ByteBuffer.wrap(AT_KDF_INPUT); in testDecode()53 assertEquals(AT_KDF_INPUT.length, atKdfInput.lengthInBytes); in testDecode()71 AtKdfInput atKdfInput = new AtKdfInput(AT_KDF_INPUT.length, NETWORK_NAME_BYTES); in testEncode()72 ByteBuffer result = ByteBuffer.allocate(AT_KDF_INPUT.length); in testEncode()75 assertArrayEquals(AT_KDF_INPUT, result.array()); in testEncode()
83 public static final byte[] AT_KDF_INPUT = field in EapTestAttributeDefinitions
26 …ic com.android.internal.net.eap.message.simaka.attributes.EapTestAttributeDefinitions.AT_KDF_INPUT;133 attributes.put(EAP_AT_KDF_INPUT, new AtKdfInput(AT_KDF_INPUT.length, NETWORK_NAME_BYTES)); in testEncode()