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.java62 private static final Map<String, Collection<KatVector>> SHORT_MSG_KAT_MACS =
67 new KatVector(HexEncoding.decode("4818c5466a1d05bc8f6ad4"),
69 new KatVector(HexEncoding.decode("8d07f59f63fc493711a2217d8603cbc4d9874c58"),
71 new KatVector(HexEncoding.decode("f85f1c94023968729e3b4a7f495bf31c283b710662"),
74 new KatVector(
79 new KatVector(
84 new KatVector(
91 new KatVector(
97 new KatVector(
103 new KatVector(
[all …]
DCipherTest.java106 private static class KatVector { class in CipherTest
111 private KatVector(String plaintextHex, String ciphertextHex) { in KatVector() method in CipherTest.KatVector
115 private KatVector(String plaintextHex, AlgorithmParameterSpec params, in KatVector() method in CipherTest.KatVector
120 private KatVector(byte[] plaintext, byte[] ciphertext) { in KatVector() method in CipherTest.KatVector
124 private KatVector(byte[] plaintext, AlgorithmParameterSpec params, byte[] ciphertext) { in KatVector() method in CipherTest.KatVector
130 private static final Map<String, KatVector> KAT_VECTORS =
131 new TreeMap<String, KatVector>(String.CASE_INSENSITIVE_ORDER);
134 KAT_VECTORS.put("AES/ECB/NoPadding", new KatVector(
137 KAT_VECTORS.put("AES/ECB/PKCS7Padding", new KatVector(
141 KAT_VECTORS.put("AES/CBC/NoPadding", new KatVector(
[all …]