Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/simaka/attributes/
DAtCounterTest.java23 …ndroid.internal.net.eap.message.simaka.attributes.EapTestAttributeDefinitions.AT_COUNTER_TOO_SMALL;
95 ByteBuffer input = ByteBuffer.wrap(AT_COUNTER_TOO_SMALL); in testDecodeAtCounterTooSmall()
120 assertArrayEquals(AT_COUNTER_TOO_SMALL, result.array()); in testEncodeAtCounterTooSmall()
DEapTestAttributeDefinitions.java60 public static final byte[] AT_COUNTER_TOO_SMALL = hexStringToByteArray("14010000"); field in EapTestAttributeDefinitions