Searched defs:opmode (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | BlockCipherTestBase.java | 119 private byte[] getKatInput(int opmode) { in getKatInput() 130 private byte[] getKatOutput(int opmode) { in getKatOutput() 571 private void assertKeyDoesNotSurviveReinitialization(int opmode) throws Exception { in assertKeyDoesNotSurviveReinitialization() 611 private void assertDoFinalResetsCipher(int opmode) throws Exception { in assertDoFinalResetsCipher() 748 int opmode, byte[] input, byte[] expectedOutput) throws Exception { in assertKatOneShotTransformUsingDoFinal() 1036 int opmode, SecretKey key, AlgorithmParameterSpec paramSpec) in assertUpdateAndDoFinalThrowIllegalStateExceprtion() 1250 int opmode, int inputOffsetInBuffer, int outputOffsetInBuffer) in assertUpdateCopySafe() 1387 int opmode, int inputOffsetInBuffer, int outputOffsetInBuffer) in assertDoFinalCopySafe() 1535 protected void initKat(int opmode) in initKat() 1540 protected void init(int opmode, Key key, AlgorithmParameters spec) in init() [all …]
|
D | AESGCMCipherTestBase.java | 160 private void assertKatTransformWithAadProvidedInOneGo(int opmode, in assertKatTransformWithAadProvidedInOneGo() 175 private void assertKatTransformWithAadProvidedInChunks(int opmode, in assertKatTransformWithAadProvidedInChunks()
|
D | AESCipherNistCavpKatTest.java | 324 int opmode = (encrypt) ? Cipher.ENCRYPT_MODE : Cipher.DECRYPT_MODE; in runKatTest() local
|