Home
last modified time | relevance | path

Searched refs:shiftDownBit (Results 1 – 10 of 10) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP256K1Field.java66 Nat.shiftDownBit(8, x, 0, z); in half()
71 Nat.shiftDownBit(8, z, c); in half()
DSecP224K1Field.java65 Nat.shiftDownBit(7, x, 0, z); in half()
70 Nat.shiftDownBit(7, z, c); in half()
DSecP192K1Field.java64 Nat.shiftDownBit(6, x, 0, z); in half()
69 Nat.shiftDownBit(6, z, c); in half()
DSecP192R1Field.java65 Nat.shiftDownBit(6, x, 0, z); in half()
70 Nat.shiftDownBit(6, z, c); in half()
DSecP224R1Field.java65 Nat.shiftDownBit(7, x, 0, z); in half()
70 Nat.shiftDownBit(7, z, c); in half()
DSecP256R1Field.java62 Nat.shiftDownBit(8, x, 0, z); in half()
67 Nat.shiftDownBit(8, z, c); in half()
DSecP384R1Field.java68 Nat.shiftDownBit(12, x, 0, z); in half()
73 Nat.shiftDownBit(12, z, c); in half()
DSecP521R1Field.java50 int c = Nat.shiftDownBit(16, x, x16, z); in half()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
DMod.java181 Nat.shiftDownBit(len, x, xc); in inversionStep()
DNat.java543 public static int shiftDownBit(int len, int[] z, int c) in shiftDownBit() method in Nat
555 public static int shiftDownBit(int len, int[] z, int zOff, int c) in shiftDownBit() method in Nat
567 public static int shiftDownBit(int len, int[] x, int c, int[] z) in shiftDownBit() method in Nat
579 public static int shiftDownBit(int len, int[] x, int xOff, int c, int[] z, int zOff) in shiftDownBit() method in Nat