Home
last modified time | relevance | path

Searched defs:zOff (Results 1 – 3 of 3) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DLongArray.java582 private static long shiftUp(long[] x, int xOff, long[] z, int zOff, int count, int shift) in shiftUp()
707 private static void add(long[] x, int xOff, long[] y, int yOff, long[] z, int zOff, int count) in add()
1537 private static void interleave(long[] x, int xOff, long[] z, int zOff, int count, int width) in interleave()
1556 private static void interleave3(long[] x, int xOff, long[] z, int zOff, int count) in interleave3()
1596 private static void interleave5(long[] x, int xOff, long[] z, int zOff, int count) in interleave5()
1635 private static void interleave7(long[] x, int xOff, long[] z, int zOff, int count) in interleave7()
1670 private static void interleave2_n(long[] x, int xOff, long[] z, int zOff, int count, int rounds) in interleave2_n()
DIntArray.java704 private static void interleave(int[] x, int xOff, int[] z, int zOff, int count, int rounds) in interleave()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
DOAEPEncoding.java324 int zOff, in maskGeneratorFunction1()