Searched defs:shiftRightN (Results 1 - 1 of 1) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
H A DGCMUtil.java102 shiftRightN(x, 8);
115 shiftRightN(x, 8, output);
189 static void shiftRightN(int[] block, int n) method in class:GCMUtil
205 static void shiftRightN(int[] block, int n, int[] output) method in class:GCMUtil

Completed in 191 milliseconds