HomeSort by relevance Sort by last modified time
    Searched full:bigintegers (Results 1 - 25 of 25) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
DHKeyGeneratorHelper.java 8 import org.bouncycastle.util.BigIntegers;
55 BigInteger x = BigIntegers.createRandomInRange(min, max, random);
DHParametersHelper.java 10 import org.bouncycastle.util.BigIntegers;
94 // g = BigIntegers.createRandomInRange(TWO, pMinusTwo, random);
104 BigInteger h = BigIntegers.createRandomInRange(TWO, pMinusTwo, random);
DSAKeyPairGenerator.java 14 import org.bouncycastle.util.BigIntegers;
57 BigInteger x = BigIntegers.createRandomInRange(ONE, q.subtract(ONE), random);
DSAParametersGenerator.java 15 import org.bouncycastle.util.BigIntegers;
213 BigInteger h = BigIntegers.createRandomInRange(TWO, pSub2, r);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/sec/
ECPrivateKeyStructure.java 18 import org.bouncycastle.util.BigIntegers;
38 byte[] bytes = BigIntegers.asUnsignedByteArray(key);
60 byte[] bytes = BigIntegers.asUnsignedByteArray(key);
ECPrivateKey.java 18 import org.bouncycastle.util.BigIntegers;
69 byte[] bytes = BigIntegers.asUnsignedByteArray((orderBitLength + 7) / 8, key);
114 byte[] bytes = BigIntegers.asUnsignedByteArray((orderBitLength + 7) / 8, key);
  /libcore/benchmarks/src/benchmarks/
SmallBigIntegerBenchmark.java 23 * This pretends to measure performance of operations on small BigIntegers.
31 // We allocate about 2 1/3 BigIntegers per iteration.
  /external/guava/guava-tests/test/com/google/common/collect/
DiscreteDomainTest.java 35 reserializeAndAssert(DiscreteDomain.bigIntegers());
ImmutableRangeSetTest.java 111 return builder.build().asSet(DiscreteDomain.bigIntegers());
131 .named("ImmutableRangeSet.asSet[DiscreteDomain.bigIntegers[]]")
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
RSABlindedEngine.java 12 import org.bouncycastle.util.BigIntegers;
106 BigInteger r = BigIntegers.createRandomInRange(ONE, m.subtract(ONE), random);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
BigIntegers.java 9 public final class BigIntegers
  /external/guava/guava/src/com/google/common/collect/
DiscreteDomain.java 154 public static DiscreteDomain<BigInteger> bigIntegers() {
185 return "DiscreteDomain.bigIntegers()";
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/
Primes.java 8 import org.bouncycastle.util.BigIntegers;
181 BigInteger b = BigIntegers.createRandomInRange(TWO, wSubTwo, random);
307 BigInteger b = BigIntegers.createRandomInRange(TWO, wSubTwo, random);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECCurve.java 11 import org.bouncycastle.util.BigIntegers;
390 BigInteger X = BigIntegers.fromUnsignedByteArray(encoded, 1, expectedLength);
407 BigInteger X = BigIntegers.fromUnsignedByteArray(encoded, 1, expectedLength);
408 BigInteger Y = BigIntegers.fromUnsignedByteArray(encoded, 1 + expectedLength, expectedLength);
421 BigInteger X = BigIntegers.fromUnsignedByteArray(encoded, 1, expectedLength);
422 BigInteger Y = BigIntegers.fromUnsignedByteArray(encoded, 1 + expectedLength, expectedLength);
    [all...]
ECFieldElement.java 9 import org.bouncycastle.util.BigIntegers;
84 return BigIntegers.asUnsignedByteArray((getFieldSize() + 7) / 8, toBigInteger());
Tnaf.java 757 // Split lambda into two BigIntegers to simplify calculations
  /external/pdfium/third_party/bigint/
BigInteger.hh 122 /* Bitwise operators are not provided for BigIntegers. Use
  /external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
BigIntegerMath.java 141 // Pre-allocate space for our list of intermediate BigIntegers.
  /libcore/luni/src/main/java/java/math/
BigInt.java 22 * In contrast to BigIntegers this class doesn't fake two's complement representation.
  /external/guava/guava/src/com/google/common/math/
BigIntegerMath.java 324 // Pre-allocate space for our list of intermediate BigIntegers.
  /prebuilts/misc/common/robolectric/lib/
bcprov-jdk16-1.46-sources.jar 
bcprov-jdk16-1.46-javadoc.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48-sources.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.56/
bcprov-jdk15on-1.56-sources.jar 
  /external/bouncycastle/patches/
bcprov.patch     [all...]

Completed in 518 milliseconds