Searched refs:authTagLength (Results 1 – 1 of 1) sorted by relevance
1516 int authTagLength = 0; in getExpectedCiphertextLength() local1518 authTagLength = getKatAuthenticationTagLengthBytes(); in getExpectedCiphertextLength()1525 return plaintextLength + authTagLength; in getExpectedCiphertextLength()1528 return ((plaintextLength / blockSize) + 1) * blockSize + authTagLength; in getExpectedCiphertextLength()1530 return ((plaintextLength + blockSize - 1) / blockSize) * blockSize + authTagLength; in getExpectedCiphertextLength()