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.java131 private static class KatVector { class in CipherTest
136 private KatVector(String plaintextHex, String ciphertextHex) { in KatVector() method in CipherTest.KatVector
140 private KatVector(String plaintextHex, AlgorithmParameterSpec params, in KatVector() method in CipherTest.KatVector
145 private KatVector(byte[] plaintext, byte[] ciphertext) { in KatVector() method in CipherTest.KatVector
149 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