Searched refs:gHASHPartial (Results 1 – 1 of 1) sorted by relevance
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/ |
D | GCMBlockCipher.java | 312 gHASHPartial(S_atPre, atBlock, 0, atBlockPos); in initCipher() 444 gHASHPartial(S_at, atBlock, 0, atBlockPos); in doFinal() 578 gHASHPartial(S, forEncryption ? tmp : buf, 0, len); in gCTRPartial() 588 gHASHPartial(Y, b, pos, num); in gHASH() 598 private void gHASHPartial(byte[] Y, byte[] b, int off, int len) in gHASHPartial() method in GCMBlockCipher
|