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