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.java183 int c = shiftRightN(x, 8);
189 int c = shiftRightN(x, 8, y);
263 static int shiftRightN(int[] x, int n) method in class:GCMUtil
288 static int shiftRightN(int[] x, int n, int[] z) method in class:GCMUtil

Completed in 37 milliseconds