Searched refs:getKatAuthenticationTagLengthBytes (Results 1 – 5 of 5) sorted by relevance
38 protected int getKatAuthenticationTagLengthBytes() { in getKatAuthenticationTagLengthBytes() method in AESCTRCipherTestBase
40 protected int getKatAuthenticationTagLengthBytes() { in getKatAuthenticationTagLengthBytes() method in AESCBCCipherTestBase
50 protected int getKatAuthenticationTagLengthBytes() { in getKatAuthenticationTagLengthBytes() method in AESGCMCipherTestBase61 return new GCMParameterSpec(getKatAuthenticationTagLengthBytes() * 8, getKatIv()); in getKatAlgorithmParameterSpec()
30 protected int getKatAuthenticationTagLengthBytes() { in getKatAuthenticationTagLengthBytes() method in DESedeCipherTestBase
110 protected abstract int getKatAuthenticationTagLengthBytes(); in getKatAuthenticationTagLengthBytes() method in BlockCipherTestBase211 int expectedOutputSize = input + getKatAuthenticationTagLengthBytes(); in testGetOutputSizeInEncryptionMode()300 inputInclBuffered - getKatAuthenticationTagLengthBytes(); in testGetOutputSizeInDecryptionMode()1518 authTagLength = getKatAuthenticationTagLengthBytes(); in getExpectedCiphertextLength()