Searched refs:mul33Add (Results 1 – 6 of 6) sorted by relevance
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
D | SecP192K1Field.java | 106 long cc = Nat192.mul33Add(PInv33, xx, 6, xx, 0, z, 0); in reduce()
|
D | SecP256K1Field.java | 108 long cc = Nat256.mul33Add(PInv33, xx, 8, xx, 0, z, 0); in reduce()
|
D | SecP224K1Field.java | 107 long cc = Nat224.mul33Add(PInv33, xx, 7, xx, 0, z, 0); in reduce()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/ |
D | Nat192.java | 537 public static long mul33Add(int w, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in mul33Add() method in Nat192
|
D | Nat224.java | 556 public static long mul33Add(int w, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in mul33Add() method in Nat224
|
D | Nat256.java | 676 public static long mul33Add(int w, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in mul33Add() method in Nat256
|