Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
DCCMBlockCipher.java390 int textLength = getAssociatedTextLength(); in calculateMac()
437 private int getAssociatedTextLength() in getAssociatedTextLength() method in CCMBlockCipher
444 return getAssociatedTextLength() > 0; in hasAssociatedText()