Searched refs:getKatAuthenticationTagLengthBytes (Results 1 – 6 of 6) sorted by relevance
45 protected int getKatAuthenticationTagLengthBytes() { in getKatAuthenticationTagLengthBytes() method in AESGCMCipherTestBase56 return new GCMParameterSpec(getKatAuthenticationTagLengthBytes() * 8, getKatIv()); in getKatAlgorithmParameterSpec()
36 protected int getKatAuthenticationTagLengthBytes() { in getKatAuthenticationTagLengthBytes() method in AESECBCipherTestBase
38 protected int getKatAuthenticationTagLengthBytes() { in getKatAuthenticationTagLengthBytes() method in AESCTRCipherTestBase
38 protected int getKatAuthenticationTagLengthBytes() { in getKatAuthenticationTagLengthBytes() method in AESCBCCipherTestBase
26 protected int getKatAuthenticationTagLengthBytes() { in getKatAuthenticationTagLengthBytes() method in DESedeCipherTestBase
90 protected abstract int getKatAuthenticationTagLengthBytes(); in getKatAuthenticationTagLengthBytes() method in BlockCipherTestBase183 int expectedOutputSize = input + getKatAuthenticationTagLengthBytes(); in testGetOutputSizeInEncryptionMode()271 inputInclBuffered - getKatAuthenticationTagLengthBytes(); in testGetOutputSizeInDecryptionMode()1339 authTagLength = getKatAuthenticationTagLengthBytes(); in getExpectedCiphertextLength()