Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
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
DMacTest.java663 private static class KatVector { class in MacTest
667 public KatVector(byte[] key, byte[] mac) { in KatVector() method in MacTest.KatVector