Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DMacTest.java60 private static final byte[] SHORT_MSG_KAT_MESSAGE = HexEncoding.decode("a16037e3c901c9a1ab"); field in MacTest
161 private static final byte[] LONG_MSG_KAT_SEED = SHORT_MSG_KAT_MESSAGE;
316 byte[] message = SHORT_MSG_KAT_MESSAGE; in testSmallMsgKat()
DSignatureTest.java84 private static final byte[] SHORT_MSG_KAT_MESSAGE = field in SignatureTest
86 private static final byte[] LONG_MSG_KAT_SEED = SHORT_MSG_KAT_MESSAGE;
621 byte[] message = SHORT_MSG_KAT_MESSAGE; in testSmallMsgKat()