Home
last modified time | relevance | path

Searched refs:pMinus2 (Results 1 – 25 of 195) sorted by relevance

12345678

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/com/sun/crypto/provider/
H A DDHKeyPairGenerator.java183 BigInteger pMinus2 = p.subtract(BigInteger.TWO); in generateKeyPair() local
195 ((x.compareTo(pMinus2) > 0)) || (x.bitLength() != lSize)); in generateKeyPair()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/crypto/provider/
H A DDHKeyPairGenerator.java184 BigInteger pMinus2 = p.subtract(BigInteger.valueOf(2)); in generateKeyPair() local
196 ((x.compareTo(pMinus2) > 0)) || (x.bitLength() != lSize)); in generateKeyPair()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/com/sun/crypto/provider/
H A DDHKeyPairGenerator.java183 BigInteger pMinus2 = p.subtract(BigInteger.TWO); in generateKeyPair() local
195 ((x.compareTo(pMinus2) > 0)) || (x.bitLength() != lSize)); in generateKeyPair()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/com/sun/crypto/provider/
H A DDHKeyPairGenerator.java183 BigInteger pMinus2 = p.subtract(BigInteger.TWO); in generateKeyPair() local
195 ((x.compareTo(pMinus2) > 0)) || (x.bitLength() != lSize)); in generateKeyPair()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/com/sun/crypto/provider/
H A DDHKeyPairGenerator.java183 BigInteger pMinus2 = p.subtract(BigInteger.TWO); in generateKeyPair() local
195 ((x.compareTo(pMinus2) > 0)) || (x.bitLength() != lSize)); in generateKeyPair()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/com/sun/crypto/provider/
H A DDHKeyPairGenerator.java183 BigInteger pMinus2 = p.subtract(BigInteger.TWO); in generateKeyPair() local
195 ((x.compareTo(pMinus2) > 0)) || (x.bitLength() != lSize)); in generateKeyPair()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/com/sun/crypto/provider/
H A DDHKeyPairGenerator.java183 BigInteger pMinus2 = p.subtract(BigInteger.TWO); in generateKeyPair() local
195 ((x.compareTo(pMinus2) > 0)) || (x.bitLength() != lSize)); in generateKeyPair()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/com/sun/crypto/provider/
H A DDHKeyPairGenerator.java183 BigInteger pMinus2 = p.subtract(BigInteger.TWO); in generateKeyPair() local
195 ((x.compareTo(pMinus2) > 0)) || (x.bitLength() != lSize)); in generateKeyPair()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/com/sun/crypto/provider/
H A DDHKeyPairGenerator.java183 BigInteger pMinus2 = p.subtract(BigInteger.TWO); in generateKeyPair() local
195 ((x.compareTo(pMinus2) > 0)) || (x.bitLength() != lSize)); in generateKeyPair()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/crypto/provider/
H A DDHKeyPairGenerator.java184 BigInteger pMinus2 = p.subtract(BigInteger.valueOf(2)); in generateKeyPair() local
196 ((x.compareTo(pMinus2) > 0)) || (x.bitLength() != lSize)); in generateKeyPair()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/crypto/provider/KeyAgreement/
H A DTestExponentSize.java154 BigInteger pMinus2 = in checkKeyPair() local
158 (x.compareTo(pMinus2)) > 0)) { in checkKeyPair()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/com/sun/crypto/provider/KeyAgreement/
H A DTestExponentSize.java154 BigInteger pMinus2 = in checkKeyPair() local
158 (x.compareTo(pMinus2)) > 0)) { in checkKeyPair()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/com/sun/crypto/provider/KeyAgreement/
H A DTestExponentSize.java154 BigInteger pMinus2 = in checkKeyPair() local
158 (x.compareTo(pMinus2)) > 0)) { in checkKeyPair()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/com/sun/crypto/provider/KeyAgreement/
H A DTestExponentSize.java154 BigInteger pMinus2 = in checkKeyPair() local
158 (x.compareTo(pMinus2)) > 0)) { in checkKeyPair()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/com/sun/crypto/provider/KeyAgreement/
H A DTestExponentSize.java154 BigInteger pMinus2 = in checkKeyPair() local
158 (x.compareTo(pMinus2)) > 0)) { in checkKeyPair()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/com/sun/crypto/provider/KeyAgreement/
H A DTestExponentSize.java154 BigInteger pMinus2 = in checkKeyPair() local
158 (x.compareTo(pMinus2)) > 0)) { in checkKeyPair()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/com/sun/crypto/provider/KeyAgreement/
H A DTestExponentSize.java154 BigInteger pMinus2 = in checkKeyPair() local
158 (x.compareTo(pMinus2)) > 0)) { in checkKeyPair()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/crypto/provider/KeyAgreement/
H A DTestExponentSize.java154 BigInteger pMinus2 = in checkKeyPair() local
158 (x.compareTo(pMinus2)) > 0)) { in checkKeyPair()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/com/sun/crypto/provider/KeyAgreement/
H A DTestExponentSize.java154 BigInteger pMinus2 = in checkKeyPair() local
158 (x.compareTo(pMinus2)) > 0)) { in checkKeyPair()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/com/sun/crypto/provider/KeyAgreement/
H A DTestExponentSize.java154 BigInteger pMinus2 = in checkKeyPair() local
158 (x.compareTo(pMinus2)) > 0)) { in checkKeyPair()
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/crypto/dsa/
H A Ddsa.go182 pMinus2 := new(big.Int).Sub(P, two)
183 return new(big.Int).Exp(k, pMinus2, P)
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/crypto/dsa/
H A Ddsa.go182 pMinus2 := new(big.Int).Sub(P, two)
183 return new(big.Int).Exp(k, pMinus2, P)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/crypto/dsa/
H A Ddsa.go182 pMinus2 := new(big.Int).Sub(P, two)
183 return new(big.Int).Exp(k, pMinus2, P)
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/crypto/dsa/
H A Ddsa.go190 pMinus2 := new(big.Int).Sub(P, two)
191 return new(big.Int).Exp(k, pMinus2, P)
/dports/lang/gcc8/gcc-8.5.0/libgo/go/crypto/dsa/
H A Ddsa.go182 pMinus2 := new(big.Int).Sub(P, two)
183 return new(big.Int).Exp(k, pMinus2, P)

12345678