HomeSort by relevance Sort by last modified time
    Searched full:shiftrightn (Results 1 - 1 of 1) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
GCMUtil.java 102 shiftRightN(x, 8);
115 shiftRightN(x, 8, output);
189 static void shiftRightN(int[] block, int n)
205 static void shiftRightN(int[] block, int n, int[] output)

Completed in 58 milliseconds