Home
last modified time | relevance | path

Searched refs:AT_AUTN (Results 1 – 2 of 2) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/simaka/attributes/
DAtAutnTest.java20 … static com.android.internal.net.eap.message.simaka.attributes.EapTestAttributeDefinitions.AT_AUTN;
49 ByteBuffer input = ByteBuffer.wrap(AT_AUTN); in testDecode()
55 assertEquals(AT_AUTN.length, atAutn.lengthInBytes); in testDecode()
73 ByteBuffer result = ByteBuffer.allocate(AT_AUTN.length); in testEncode()
75 assertArrayEquals(AT_AUTN, result.array()); in testEncode()
DEapTestAttributeDefinitions.java69 public static final byte[] AT_AUTN = hexStringToByteArray("02050000" + AUTN); field in EapTestAttributeDefinitions