Searched refs:mul33WordAdd (Results 1 – 6 of 6) sorted by relevance
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
D | SecP256K1Field.java | 121 if ((x != 0 && Nat256.mul33WordAdd(PInv33, x, z, 0) != 0) in reduce32()
|
D | SecP224K1Field.java | 120 if ((x != 0 && Nat224.mul33WordAdd(PInv33, x, z, 0) != 0) in reduce32()
|
D | SecP192K1Field.java | 119 if ((x != 0 && Nat192.mul33WordAdd(PInv33, x, z, 0) != 0) in reduce32()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/ |
D | Nat192.java | 619 public static int mul33WordAdd(int x, int y, int[] z, int zOff) in mul33WordAdd() method in Nat192
|
D | Nat224.java | 697 public static int mul33WordAdd(int x, int y, int[] z, int zOff) in mul33WordAdd() method in Nat224
|
D | Nat256.java | 830 public static int mul33WordAdd(int x, int y, int[] z, int zOff) in mul33WordAdd() method in Nat256
|