Home
last modified time | relevance | path

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

/external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/
DGCMBlockCipher.java202 gCTRBlock(bufBlock, BLOCK_SIZE, out, outOff + resultLen); in processBytes()
224 gCTRBlock(bufBlock, BLOCK_SIZE, out, outOff); in process()
255 gCTRBlock(tmp, extra, out, outOff); in doFinal()
326 private void gCTRBlock(byte[] buf, int bufCount, byte[] out, int outOff) in gCTRBlock() method in GCMBlockCipher