Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DAESGCMCipherTestBase.java45 protected int getKatAuthenticationTagLengthBytes() { in getKatAuthenticationTagLengthBytes() method in AESGCMCipherTestBase
56 return new GCMParameterSpec(getKatAuthenticationTagLengthBytes() * 8, getKatIv()); in getKatAlgorithmParameterSpec()
DAESECBCipherTestBase.java36 protected int getKatAuthenticationTagLengthBytes() { in getKatAuthenticationTagLengthBytes() method in AESECBCipherTestBase
DAESCTRCipherTestBase.java38 protected int getKatAuthenticationTagLengthBytes() { in getKatAuthenticationTagLengthBytes() method in AESCTRCipherTestBase
DAESCBCCipherTestBase.java38 protected int getKatAuthenticationTagLengthBytes() { in getKatAuthenticationTagLengthBytes() method in AESCBCCipherTestBase
DDESedeCipherTestBase.java26 protected int getKatAuthenticationTagLengthBytes() { in getKatAuthenticationTagLengthBytes() method in DESedeCipherTestBase
DBlockCipherTestBase.java90 protected abstract int getKatAuthenticationTagLengthBytes(); in getKatAuthenticationTagLengthBytes() method in BlockCipherTestBase
183 int expectedOutputSize = input + getKatAuthenticationTagLengthBytes(); in testGetOutputSizeInEncryptionMode()
271 inputInclBuffered - getKatAuthenticationTagLengthBytes(); in testGetOutputSizeInDecryptionMode()
1339 authTagLength = getKatAuthenticationTagLengthBytes(); in getExpectedCiphertextLength()