Searched defs:opmode (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | BlockCipherTestBase.java | 97 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 …]
|
D | AESGCMCipherTestBase.java | 151 private void assertKatTransformWithAadProvidedInOneGo(int opmode, in assertKatTransformWithAadProvidedInOneGo() 166 private void assertKatTransformWithAadProvidedInChunks(int opmode, in assertKatTransformWithAadProvidedInChunks()
|
D | AESCipherNistCavpKatTest.java | 286 int opmode = (encrypt) ? Cipher.ENCRYPT_MODE : Cipher.DECRYPT_MODE; in runKatTest() local
|