Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DAESCTRCipherTestBase.java38 protected int getKatAuthenticationTagLengthBytes() { in getKatAuthenticationTagLengthBytes() method in AESCTRCipherTestBase
DAESCBCCipherTestBase.java40 protected int getKatAuthenticationTagLengthBytes() { in getKatAuthenticationTagLengthBytes() method in AESCBCCipherTestBase
DAESGCMCipherTestBase.java50 protected int getKatAuthenticationTagLengthBytes() { in getKatAuthenticationTagLengthBytes() method in AESGCMCipherTestBase
61 return new GCMParameterSpec(getKatAuthenticationTagLengthBytes() * 8, getKatIv()); in getKatAlgorithmParameterSpec()
DDESedeCipherTestBase.java30 protected int getKatAuthenticationTagLengthBytes() { in getKatAuthenticationTagLengthBytes() method in DESedeCipherTestBase
DBlockCipherTestBase.java110 protected abstract int getKatAuthenticationTagLengthBytes(); in getKatAuthenticationTagLengthBytes() method in BlockCipherTestBase
211 int expectedOutputSize = input + getKatAuthenticationTagLengthBytes(); in testGetOutputSizeInEncryptionMode()
300 inputInclBuffered - getKatAuthenticationTagLengthBytes(); in testGetOutputSizeInDecryptionMode()
1518 authTagLength = getKatAuthenticationTagLengthBytes(); in getExpectedCiphertextLength()