Searched defs:zOff (Results 1 – 3 of 3) sorted by relevance
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
| D | LongArray.java | 582 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()
|
| D | IntArray.java | 704 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/ |
| D | OAEPEncoding.java | 324 int zOff, in maskGeneratorFunction1()
|