Home
last modified time | relevance | path

Searched refs:isAuthenticatedCipher (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DAESCTRCipherTestBase.java33 protected boolean isAuthenticatedCipher() { in isAuthenticatedCipher() method in AESCTRCipherTestBase
DAESCBCCipherTestBase.java35 protected boolean isAuthenticatedCipher() { in isAuthenticatedCipher() method in AESCBCCipherTestBase
DBlockCipherTestBase.java112 protected abstract boolean isAuthenticatedCipher(); in isAuthenticatedCipher() method in BlockCipherTestBase
206 if (isAuthenticatedCipher()) { in testGetOutputSizeInEncryptionMode()
273 if ((!isAuthenticatedCipher()) && (isStreamCipher())) { in testGetOutputSizeInDecryptionMode()
294 if (isAuthenticatedCipher()) { in testGetOutputSizeInDecryptionMode()
804 if (isAuthenticatedCipher()) { in testKatEncryptOneByteAtATime()
878 if (isAuthenticatedCipher()) { in testKatDecryptOneByteAtATime()
966 if (isAuthenticatedCipher()) { in testUpdateAADNotSupported()
982 if (!isAuthenticatedCipher()) { in testUpdateAADSupported()
1259 if (isAuthenticatedCipher()) { in assertUpdateCopySafe()
1273 if (isAuthenticatedCipher()) { in assertUpdateCopySafe()
[all …]
DDESedeCipherTestBase.java35 protected boolean isAuthenticatedCipher() { in isAuthenticatedCipher() method in DESedeCipherTestBase
DAESGCMCipherTestBase.java45 protected boolean isAuthenticatedCipher() { in isAuthenticatedCipher() method in AESGCMCipherTestBase