Home
last modified time | relevance | path

Searched defs:opmode (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DBlockCipherTestBase.java97 private byte[] getKatInput(int opmode) { in getKatInput()
108 private byte[] getKatOutput(int opmode) { in getKatOutput()
534 private void assertKeyDoesNotSurviveReinitialization(int opmode) throws Exception { in assertKeyDoesNotSurviveReinitialization()
567 private void assertDoFinalResetsCipher(int opmode) throws Exception { in assertDoFinalResetsCipher()
687 int opmode, byte[] input, byte[] expectedOutput) throws Exception { in assertKatOneShotTransformUsingDoFinal()
903 int opmode, SecretKey key, AlgorithmParameterSpec paramSpec) in assertUpdateAndDoFinalThrowIllegalStateExceprtion()
1099 int opmode, int inputOffsetInBuffer, int outputOffsetInBuffer) in assertUpdateCopySafe()
1210 int opmode, int inputOffsetInBuffer, int outputOffsetInBuffer) in assertDoFinalCopySafe()
1356 protected void initKat(int opmode) in initKat()
1361 protected void init(int opmode, Key key, AlgorithmParameters spec) in init()
[all …]
DAESGCMCipherTestBase.java151 private void assertKatTransformWithAadProvidedInOneGo(int opmode, in assertKatTransformWithAadProvidedInOneGo()
166 private void assertKatTransformWithAadProvidedInChunks(int opmode, in assertKatTransformWithAadProvidedInChunks()
DAESCipherNistCavpKatTest.java286 int opmode = (encrypt) ? Cipher.ENCRYPT_MODE : Cipher.DECRYPT_MODE; in runKatTest() local