Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DAESECBCipherTestBase.java31 protected boolean isAuthenticatedCipher() { in isAuthenticatedCipher() method in AESECBCipherTestBase
DAESCTRCipherTestBase.java33 protected boolean isAuthenticatedCipher() { in isAuthenticatedCipher() method in AESCTRCipherTestBase
DAESCBCCipherTestBase.java33 protected boolean isAuthenticatedCipher() { in isAuthenticatedCipher() method in AESCBCCipherTestBase
DBlockCipherTestBase.java92 protected abstract boolean isAuthenticatedCipher(); in isAuthenticatedCipher() method in BlockCipherTestBase
178 if (isAuthenticatedCipher()) { in testGetOutputSizeInEncryptionMode()
244 if ((!isAuthenticatedCipher()) && (isStreamCipher())) { in testGetOutputSizeInDecryptionMode()
265 if (isAuthenticatedCipher()) { in testGetOutputSizeInDecryptionMode()
733 if (isAuthenticatedCipher()) { in testKatEncryptOneByteAtATime()
781 if (isAuthenticatedCipher()) { in testKatDecryptOneByteAtATime()
835 if (isAuthenticatedCipher()) { in testUpdateAADNotSupported()
850 if (!isAuthenticatedCipher()) { in testUpdateAADSupported()
1108 if (isAuthenticatedCipher()) { in assertUpdateCopySafe()
1122 if (isAuthenticatedCipher()) { in assertUpdateCopySafe()
[all …]
DDESedeCipherTestBase.java31 protected boolean isAuthenticatedCipher() { in isAuthenticatedCipher() method in DESedeCipherTestBase
DAESGCMCipherTestBase.java40 protected boolean isAuthenticatedCipher() { in isAuthenticatedCipher() method in AESGCMCipherTestBase