Searched refs:AT_NONCE_MT (Results 1 – 2 of 2) sorted by relevance
21 …tic com.android.internal.net.eap.message.simaka.attributes.EapTestAttributeDefinitions.AT_NONCE_MT;62 ByteBuffer input = ByteBuffer.wrap(AT_NONCE_MT); in testDecode()89 assertArrayEquals(AT_NONCE_MT, result.array()); in testEncode()
37 public static final byte[] AT_NONCE_MT = hexStringToByteArray("07050000" + NONCE_MT_STRING); field in EapTestAttributeDefinitions