Searched refs:gHASHPartial (Results 1 - 1 of 1) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
H A DGCMBlockCipher.java309 gHASHPartial(S_atPre, atBlock, 0, atBlockPos);
435 gHASHPartial(S_at, atBlock, 0, atBlockPos);
562 gHASHPartial(S, forEncryption ? tmp : buf, 0, len);
572 gHASHPartial(Y, b, pos, num);
582 private void gHASHPartial(byte[] Y, byte[] b, int off, int len) method in class:GCMBlockCipher

Completed in 117 milliseconds