Searched refs:MINUS_ONE (Results 1 – 2 of 2) sorted by relevance
/external/bouncycastle/src/main/java/org/bouncycastle/math/ec/ |
D | Tnaf.java | 14 private static final BigInteger MINUS_ONE = ECConstants.ONE.negate(); field in Tnaf 42 new ZTauElement(MINUS_THREE, MINUS_ONE), null, 43 new ZTauElement(MINUS_ONE, MINUS_ONE), null, 44 new ZTauElement(ECConstants.ONE, MINUS_ONE), null 62 new ZTauElement(MINUS_ONE, ECConstants.ONE), null, 223 if (check1.compareTo(MINUS_ONE) < 0) in round() 242 if (eta.compareTo(MINUS_ONE) < 0) in round()
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/ |
D | SHA1withDSA_SignatureTest.java | 71 private static final BigInteger MINUS_ONE = BigInteger.valueOf(-1); field in SHA1withDSA_SignatureTest 79 { MINUS_ONE, MINUS_ONE, MINUS_ONE }, 80 { BigInteger.ONE, BigInteger.ONE, MINUS_ONE }, 81 { MINUS_ONE, BigInteger.ONE, BigInteger.ONE }, 82 { BigInteger.ONE, MINUS_ONE, BigInteger.ONE }, };
|