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.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
DMacTest.java596 private static class KatVector { class in MacTest
600 public KatVector(byte[] key, byte[] mac) { in KatVector() method in MacTest.KatVector