Home
last modified time | relevance | path

Searched refs:shiftUpBit (Results 1 – 9 of 9) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
DNat.java655 public static int shiftUpBit(int len, int[] z, int c) in shiftUpBit() method in Nat
666 public static int shiftUpBit(int len, int[] z, int zOff, int c) in shiftUpBit() method in Nat
677 public static int shiftUpBit(int len, int[] x, int c, int[] z) in shiftUpBit() method in Nat
688 public static int shiftUpBit(int len, int[] x, int xOff, int c, int[] z, int zOff) in shiftUpBit() method in Nat
803 shiftUpBit(extLen, zz, x[0] << 31); in square()
827 shiftUpBit(extLen, zz, zzOff, x[xOff] << 31); in square()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP521R1Field.java137 int c = Nat.shiftUpBit(16, x, x16 << 23, z) | (x16 << 1); in twice()
DSecP256K1Field.java173 int c = Nat.shiftUpBit(8, x, 0, z); in twice()
DSecP224K1Field.java172 int c = Nat.shiftUpBit(7, x, 0, z); in twice()
DSecP192K1Field.java171 int c = Nat.shiftUpBit(6, x, 0, z); in twice()
DSecP192R1Field.java240 int c = Nat.shiftUpBit(6, x, 0, z); in twice()
DSecP224R1Field.java246 int c = Nat.shiftUpBit(7, x, 0, z); in twice()
DSecP256R1Field.java239 int c = Nat.shiftUpBit(8, x, 0, z); in twice()
DSecP384R1Field.java238 int c = Nat.shiftUpBit(12, x, 0, z); in twice()