Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
DGCMBlockCipher.java59 private long atLengthPre; field in GCMBlockCipher
208 this.atLengthPre = 0; in init()
306 atLengthPre = atLength; in initCipher()
313 atLengthPre += atBlockPos; in initCipher()
316 if (atLengthPre > 0) in initCipher()
432 if (atLength > atLengthPre) in doFinal()
448 if (atLengthPre > 0) in doFinal()
530 atLengthPre = 0; in reset()