Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DMacTest.java101 private static final Map<String, Collection<KatVector>> SHORT_MSG_KAT_MACS =
106 new KatVector(HexEncoding.decode("4818c5466a1d05bc8f6ad4"),
108 new KatVector(HexEncoding.decode("8d07f59f63fc493711a2217d8603cbc4d9874c58"),
110 new KatVector(HexEncoding.decode("f85f1c94023968729e3b4a7f495bf31c283b710662"),
113 new KatVector(
118 new KatVector(
123 new KatVector(
130 new KatVector(
136 new KatVector(
142 new KatVector(
[all …]
DCipherTest.java149 private static class KatVector { class in CipherTest
154 private KatVector(String plaintextHex, String ciphertextHex) { in KatVector() method in CipherTest.KatVector
158 private KatVector(String plaintextHex, AlgorithmParameterSpec params, in KatVector() method in CipherTest.KatVector
163 private KatVector(byte[] plaintext, byte[] ciphertext) { in KatVector() method in CipherTest.KatVector
167 private KatVector(byte[] plaintext, AlgorithmParameterSpec params, byte[] ciphertext) { in KatVector() method in CipherTest.KatVector
173 private static final Map<String, KatVector> KAT_VECTORS =
174 new TreeMap<String, KatVector>(String.CASE_INSENSITIVE_ORDER);
177 KAT_VECTORS.put("AES/ECB/NoPadding", new KatVector(
180 KAT_VECTORS.put("AES/ECB/PKCS7Padding", new KatVector(
184 KAT_VECTORS.put("AES/CBC/NoPadding", new KatVector(
[all …]