Searched refs:shiftDownBit (Results 1 – 10 of 10) sorted by relevance
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
D | SecP256K1Field.java | 66 Nat.shiftDownBit(8, x, 0, z); in half() 71 Nat.shiftDownBit(8, z, c); in half()
|
D | SecP224K1Field.java | 65 Nat.shiftDownBit(7, x, 0, z); in half() 70 Nat.shiftDownBit(7, z, c); in half()
|
D | SecP192K1Field.java | 64 Nat.shiftDownBit(6, x, 0, z); in half() 69 Nat.shiftDownBit(6, z, c); in half()
|
D | SecP192R1Field.java | 65 Nat.shiftDownBit(6, x, 0, z); in half() 70 Nat.shiftDownBit(6, z, c); in half()
|
D | SecP224R1Field.java | 65 Nat.shiftDownBit(7, x, 0, z); in half() 70 Nat.shiftDownBit(7, z, c); in half()
|
D | SecP256R1Field.java | 62 Nat.shiftDownBit(8, x, 0, z); in half() 67 Nat.shiftDownBit(8, z, c); in half()
|
D | SecP384R1Field.java | 68 Nat.shiftDownBit(12, x, 0, z); in half() 73 Nat.shiftDownBit(12, z, c); in half()
|
D | SecP521R1Field.java | 50 int c = Nat.shiftDownBit(16, x, x16, z); in half()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/ |
D | Mod.java | 181 Nat.shiftDownBit(len, x, xc); in inversionStep()
|
D | Nat.java | 543 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
|