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.java119 private byte[] getKatInput(int opmode) { in getKatInput()
130 private byte[] getKatOutput(int opmode) { in getKatOutput()
575 private void assertKeyDoesNotSurviveReinitialization(int opmode) throws Exception { in assertKeyDoesNotSurviveReinitialization()
619 private void assertDoFinalResetsCipher(int opmode) throws Exception { in assertDoFinalResetsCipher()
760 int opmode, byte[] input, byte[] expectedOutput) throws Exception { in assertKatOneShotTransformUsingDoFinal()
1056 int opmode, SecretKey key, AlgorithmParameterSpec paramSpec) in assertUpdateAndDoFinalThrowIllegalStateExceprtion()
1270 int opmode, int inputOffsetInBuffer, int outputOffsetInBuffer) in assertUpdateCopySafe()
1407 int opmode, int inputOffsetInBuffer, int outputOffsetInBuffer) in assertDoFinalCopySafe()
1555 protected void initKat(int opmode) in initKat()
1560 protected void init(int opmode, Key key, AlgorithmParameters spec) in init()
[all …]
DAESGCMCipherTestBase.java160 private void assertKatTransformWithAadProvidedInOneGo(int opmode, in assertKatTransformWithAadProvidedInOneGo()
175 private void assertKatTransformWithAadProvidedInChunks(int opmode, in assertKatTransformWithAadProvidedInChunks()
DAESCipherNistCavpKatTest.java324 int opmode = (encrypt) ? Cipher.ENCRYPT_MODE : Cipher.DECRYPT_MODE; in runKatTest() local