Home
last modified time | relevance | path

Searched refs:getP (Results 1 – 25 of 1524) sorted by relevance

12345678910>>...61

/dports/math/tmv/tmv-0.75/include/tmv/
H A DTMV_AuxTQuotMMa.h37 { return TQUOTMM<T,T1,T2>(qmm.getX()*x,qmm.getP(),qmm.getM2()); }
41 { return TQUOTMM<CT,T,T>(qmm.getX()*x,qmm.getP(),qmm.getM2()); }
45 { return TQUOTMM<CT,T,T>(qmm.getX()*CT(x),qmm.getP(),qmm.getM2()); }
49 { return TQUOTMM<CT,T,T>(qmm.getX()*CT(x),qmm.getP(),qmm.getM2()); }
53 { return TQUOTMM<CT,T1,T2>(qmm.getX()*x,qmm.getP(),qmm.getM2()); }
67 { return TQUOTMM<T,T1,T2>(qmm.getX()*x,qmm.getP(),qmm.getM2()); }
71 { return TQUOTMM<CT,T,T>(qmm.getX()*x,qmm.getP(),qmm.getM2()); }
83 { return TQUOTMM<CT,T1,T2>(qmm.getX()*x,qmm.getP(),qmm.getM2()); }
127 { return TRQUOTMM<T,T1,T2>(qmm.getX()*x,qmm.getP(),qmm.getM2()); }
131 { return TRQUOTMM<CT,T,T>(qmm.getX()*x,qmm.getP(),qmm.getM2()); }
[all …]
/dports/java/bouncycastle15/crypto-169/core/src/test/java/org/bouncycastle/crypto/agreement/test/
H A DJPAKEUtilTest.java98 BigInteger gx1 = JPAKEUtil.calculateGx(pg1.getP(), pg1.getG(), x1); in testValidateMacTag()
99 BigInteger gx2 = JPAKEUtil.calculateGx(pg1.getP(), pg1.getG(), x2); in testValidateMacTag()
100 BigInteger gx3 = JPAKEUtil.calculateGx(pg1.getP(), pg1.getG(), x3); in testValidateMacTag()
101 BigInteger gx4 = JPAKEUtil.calculateGx(pg1.getP(), pg1.getG(), x4); in testValidateMacTag()
103 BigInteger gB = JPAKEUtil.calculateGA(pg1.getP(), gx3, gx1, gx2); in testValidateMacTag()
109 BigInteger B = JPAKEUtil.calculateA(pg1.getP(), pg1.getQ(), gB, xs); in testValidateMacTag()
111 …BigInteger keyingMaterial = JPAKEUtil.calculateKeyingMaterial(pg1.getP(), pg1.getQ(), gx4, x2, s, … in testValidateMacTag()
165 BigInteger gx1 = JPAKEUtil.calculateGx(pg1.getP(), pg1.getG(), x1); in testValidateZeroKnowledgeProof()
171 …JPAKEUtil.validateZeroKnowledgeProof(pg1.getP(), pg1.getQ(), pg1.getG(), gx1, zkp1, participantId1… in testValidateZeroKnowledgeProof()
211 BigInteger gx2 = JPAKEUtil.calculateGx(pg1.getP(), pg1.getG(), x2); in testValidateZeroKnowledgeProof()
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/JuicyPixels-3.3.5/src/Codec/Picture/Tiff/Internal/
H A DTypes.hs81 getP :: a -> Get b
99 getP en = fromIntegral <$> (getP en :: Get Word32) function
117 magic <- getP endian
160 getP endianness = getP endianness >>= conv where function
194 getP endianness = tagOfWord16 <$> getP endianness function
239 getE = getP endianness
280 align ifd $ ExifRational <$> getP EndianLittle <*> getP EndianLittle
282 align ifd $ ExifSignedRational <$> getP EndianLittle <*> getP EndianLittle
357 getP raw = do function
400 getP endianness =
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/JuicyPixels-3.3.5/src/Codec/Picture/Tiff/Internal/
H A DTypes.hs81 getP :: a -> Get b
99 getP en = fromIntegral <$> (getP en :: Get Word32) function
117 magic <- getP endian
160 getP endianness = getP endianness >>= conv where function
194 getP endianness = tagOfWord16 <$> getP endianness function
239 getE = getP endianness
280 align ifd $ ExifRational <$> getP EndianLittle <*> getP EndianLittle
282 align ifd $ ExifSignedRational <$> getP EndianLittle <*> getP EndianLittle
357 getP raw = do function
400 getP endianness =
[all …]
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
H A DBCDHPublicKey.java50 this.dhSpec = new DHParameterSpec(spec.getP(), spec.getG()); in BCDHPublicKey()
61 … this.dhPublicKey = new DHPublicKeyParameters(y, new DHParameters(spec.getP(), spec.getG())); in BCDHPublicKey()
77 … this.dhPublicKey = new DHPublicKeyParameters(y, new DHParameters(dhSpec.getP(), dhSpec.getG())); in BCDHPublicKey()
102 … this.dhPublicKey = new DHPublicKeyParameters(y, new DHParameters(dhSpec.getP(), dhSpec.getG())); in BCDHPublicKey()
133 … this.dhSpec = new DHParameterSpec(params.getP(), params.getG(), params.getL().intValue()); in BCDHPublicKey()
138 this.dhSpec = new DHParameterSpec(params.getP(), params.getG()); in BCDHPublicKey()
139 … this.dhPublicKey = new DHPublicKeyParameters(y, new DHParameters(dhSpec.getP(), dhSpec.getG())); in BCDHPublicKey()
198 return DHUtil.publicKeyToString("DH", y, new DHParameters(dhSpec.getP(), dhSpec.getG())); in toString()
242 ^ this.getParams().getP().hashCode() ^ this.getParams().getL(); in hashCode()
257 && this.getParams().getP().equals(other.getParams().getP()) in equals()
[all …]
H A DBCDHPrivateKey.java68 this.dhSpec = new DHParameterSpec(spec.getP(), spec.getG()); in BCDHPrivateKey()
89 … this.dhSpec = new DHParameterSpec(params.getP(), params.getG(), params.getL().intValue()); in BCDHPrivateKey()
91 … new DHParameters(params.getP(), params.getG(), null, params.getL().intValue())); in BCDHPrivateKey()
95 this.dhSpec = new DHParameterSpec(params.getP(), params.getG()); in BCDHPrivateKey()
97 new DHParameters(params.getP(), params.getG())); in BCDHPrivateKey()
104 …this.dhSpec = new DHDomainParameterSpec(params.getP(), params.getQ(), params.getG(), params.getJ()… in BCDHPrivateKey()
106 new DHParameters(params.getP(), params.getG(), params.getQ(), params.getJ(), null)); in BCDHPrivateKey()
179 return DHUtil.privateKeyToString("DH", x, new DHParameters(dhSpec.getP(), dhSpec.getG())); in toString()
218 && this.getParams().getP().equals(other.getParams().getP()) in equals()
225 ^ this.getParams().getP().hashCode() ^ this.getParams().getL(); in hashCode()
[all …]
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/elgamal/
H A DBCElGamalPublicKey.java35 this.elSpec = new ElGamalParameterSpec(spec.getParams().getP(), spec.getParams().getG()); in BCElGamalPublicKey()
42 this.elSpec = new ElGamalParameterSpec(spec.getP(), spec.getG()); in BCElGamalPublicKey()
56 this.elSpec = new ElGamalParameterSpec(key.getParams().getP(), key.getParams().getG()); in BCElGamalPublicKey()
63 …this.elSpec = new ElGamalParameterSpec(params.getParameters().getP(), params.getParameters().getG(… in BCElGamalPublicKey()
90 this.elSpec = new ElGamalParameterSpec(params.getP(), params.getG()); in BCElGamalPublicKey()
107 …tifier(OIWObjectIdentifiers.elGamalAlgorithm, new ElGamalParameter(elSpec.getP(), elSpec.getG())),… in getEncoded()
124 return new DHParameterSpec(elSpec.getP(), elSpec.getG()); in getParams()
135 ^ this.getParams().getP().hashCode() ^ this.getParams().getL(); in hashCode()
150 && this.getParams().getP().equals(other.getParams().getP()) in equals()
169 out.writeObject(elSpec.getP()); in writeObject()
H A DBCElGamalPrivateKey.java53 this.elSpec = new ElGamalParameterSpec(key.getParams().getP(), key.getParams().getG()); in BCElGamalPrivateKey()
60 this.elSpec = new ElGamalParameterSpec(spec.getParams().getP(), spec.getParams().getG()); in BCElGamalPrivateKey()
67 this.elSpec = new ElGamalParameterSpec(spec.getP(), spec.getG()); in BCElGamalPrivateKey()
78 this.elSpec = new ElGamalParameterSpec(params.getP(), params.getG()); in BCElGamalPrivateKey()
85 …this.elSpec = new ElGamalParameterSpec(params.getParameters().getP(), params.getParameters().getG(… in BCElGamalPrivateKey()
113 …tifier(OIWObjectIdentifiers.elGamalAlgorithm, new ElGamalParameter(elSpec.getP(), elSpec.getG())),… in getEncoded()
130 return new DHParameterSpec(elSpec.getP(), elSpec.getG()); in getParams()
150 && this.getParams().getP().equals(other.getParams().getP()) in equals()
157 ^ this.getParams().getP().hashCode() ^ this.getParams().getL(); in hashCode()
176 out.writeObject(elSpec.getP()); in writeObject()
/dports/java/icedtea-web/icedtea-web-1.6.2/tests/test-extensions/net/sourceforge/jnlp/
H A DProcessAssasin.java83 if (p.getP() != null) { in setCanRun()
84 …ServerAccess.logNoReprint("Stopping assassin for" + p.toString() + " " + p.getP().toString() + " "… in setCanRun()
125 if (p.getP() != null) { in run()
126 …ServerAccess.logErrorReprint("Timed out " + p.toString() + " " + p.getP().toString() + " .. killin… in run()
131 if (p.getP() != null) { in run()
147 if (p.getP() != null) { in run()
148 …ServerAccess.logErrorReprint("Timed out " + p.toString() + " " + p.getP().toString() + " .. killed… in run()
166 if (p.getP() != null) { in run()
167 …ServerAccess.logNoReprint("assassin for" + p.toString() + " " + p.getP().toString() + " .. done " … in run()
196 Process p = pp.getP(); in destroyProcess()
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/jce/provider/
H A DJCEElGamalPublicKey.java35 this.elSpec = new ElGamalParameterSpec(spec.getParams().getP(), spec.getParams().getG()); in JCEElGamalPublicKey()
42 this.elSpec = new ElGamalParameterSpec(spec.getP(), spec.getG()); in JCEElGamalPublicKey()
56 this.elSpec = new ElGamalParameterSpec(key.getParams().getP(), key.getParams().getG()); in JCEElGamalPublicKey()
63 …this.elSpec = new ElGamalParameterSpec(params.getParameters().getP(), params.getParameters().getG(… in JCEElGamalPublicKey()
90 this.elSpec = new ElGamalParameterSpec(params.getP(), params.getG()); in JCEElGamalPublicKey()
105 …tifier(OIWObjectIdentifiers.elGamalAlgorithm, new ElGamalParameter(elSpec.getP(), elSpec.getG())),… in getEncoded()
115 return new DHParameterSpec(elSpec.getP(), elSpec.getG()); in getParams()
136 out.writeObject(elSpec.getP()); in writeObject()
H A DJCEElGamalPrivateKey.java54 this.elSpec = new ElGamalParameterSpec(key.getParams().getP(), key.getParams().getG()); in JCEElGamalPrivateKey()
61 this.elSpec = new ElGamalParameterSpec(spec.getParams().getP(), spec.getParams().getG()); in JCEElGamalPrivateKey()
68 this.elSpec = new ElGamalParameterSpec(spec.getP(), spec.getG()); in JCEElGamalPrivateKey()
79 this.elSpec = new ElGamalParameterSpec(params.getP(), params.getG()); in JCEElGamalPrivateKey()
86 …this.elSpec = new ElGamalParameterSpec(params.getParameters().getP(), params.getParameters().getG(… in JCEElGamalPrivateKey()
112 …tifier(OIWObjectIdentifiers.elGamalAlgorithm, new ElGamalParameter(elSpec.getP(), elSpec.getG())),… in getEncoded()
122 return new DHParameterSpec(elSpec.getP(), elSpec.getG()); in getParams()
144 out.writeObject(elSpec.getP()); in writeObject()
H A DJDKDSAPrivateKey.java50 this.dsaSpec = new DSAParameterSpec(spec.getP(), spec.getQ(), spec.getG()); in JDKDSAPrivateKey()
61 this.dsaSpec = new DSAParameterSpec(params.getP(), params.getQ(), params.getG()); in JDKDSAPrivateKey()
68 …this.dsaSpec = new DSAParameterSpec(params.getParameters().getP(), params.getParameters().getQ(), … in JDKDSAPrivateKey()
96 … AlgorithmIdentifier(X9ObjectIdentifiers.id_dsa, new DSAParameter(dsaSpec.getP(), dsaSpec.getQ(), … in getEncoded()
128 && this.getParams().getP().equals(other.getParams().getP()) in equals()
135 ^ this.getParams().getP().hashCode() ^ this.getParams().getQ().hashCode(); in hashCode()
172 out.writeObject(dsaSpec.getP()); in writeObject()
H A DJDKDSAPublicKey.java35 this.dsaSpec = new DSAParameterSpec(spec.getP(), spec.getQ(), spec.getG()); in JDKDSAPublicKey()
49 …this.dsaSpec = new DSAParameterSpec(params.getParameters().getP(), params.getParameters().getQ(), … in JDKDSAPublicKey()
81 this.dsaSpec = new DSAParameterSpec(params.getP(), params.getQ(), params.getG()); in JDKDSAPublicKey()
109 … AlgorithmIdentifier(X9ObjectIdentifiers.id_dsa, new DSAParameter(dsaSpec.getP(), dsaSpec.getQ(), … in getEncoded()
141 ^ this.getParams().getP().hashCode() ^ this.getParams().getQ().hashCode(); in hashCode()
156 && this.getParams().getP().equals(other.getParams().getP()) in equals()
173 out.writeObject(dsaSpec.getP()); in writeObject()
H A DJCEDHPublicKey.java37 this.dhSpec = new DHParameterSpec(spec.getP(), spec.getG()); in JCEDHPublicKey()
51 …this.dhSpec = new DHParameterSpec(params.getParameters().getP(), params.getParameters().getG(), pa… in JCEDHPublicKey()
89 … this.dhSpec = new DHParameterSpec(params.getP(), params.getG(), params.getL().intValue()); in JCEDHPublicKey()
93 this.dhSpec = new DHParameterSpec(params.getP(), params.getG()); in JCEDHPublicKey()
100 this.dhSpec = new DHParameterSpec(params.getP().getValue(), params.getG().getValue()); in JCEDHPublicKey()
125 …hmIdentifier(PKCSObjectIdentifiers.dhKeyAgreement, new DHParameter(dhSpec.getP(), dhSpec.getG(), d… in getEncoded()
174 out.writeObject(dhSpec.getP()); in writeObject()
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/
H A DBCDSAPrivateKey.java51 this.dsaSpec = new DSAParameterSpec(spec.getP(), spec.getQ(), spec.getG()); in BCDSAPrivateKey()
62 this.dsaSpec = new DSAParameterSpec(params.getP(), params.getQ(), params.getG()); in BCDSAPrivateKey()
69 …this.dsaSpec = new DSAParameterSpec(params.getParameters().getP(), params.getParameters().getQ(), … in BCDSAPrivateKey()
95 … AlgorithmIdentifier(X9ObjectIdentifiers.id_dsa, new DSAParameter(dsaSpec.getP(), dsaSpec.getQ(), … in getEncoded()
120 && this.getParams().getP().equals(other.getParams().getP()) in equals()
127 ^ this.getParams().getP().hashCode() ^ this.getParams().getQ().hashCode(); in hashCode()
164 out.writeObject(dsaSpec.getP()); in writeObject()
174 BigInteger y = getParams().getG().modPow(x, getParams().getP()); in toString()
H A DBCDSAPublicKey.java38 this.dsaSpec = new DSAParameterSpec(spec.getP(), spec.getQ(), spec.getG()); in BCDSAPublicKey()
56 …this.dsaSpec = new DSAParameterSpec(params.getParameters().getP(), params.getParameters().getQ(), … in BCDSAPublicKey()
85 this.dsaSpec = new DSAParameterSpec(params.getP(), params.getQ(), params.getG()); in BCDSAPublicKey()
122 … AlgorithmIdentifier(X9ObjectIdentifiers.id_dsa, new DSAParameter(dsaSpec.getP(), dsaSpec.getQ(), … in getEncoded()
151 ^ this.getParams().getP().hashCode() ^ this.getParams().getQ().hashCode(); in hashCode()
174 && this.getParams().getP().equals(other.getParams().getP()) in equals()
213 out.writeObject(dsaSpec.getP()); in writeObject()
/dports/java/bouncycastle15/crypto-169/prov/src/test/java/org/bouncycastle/jce/provider/test/
H A DElGamalTest.java87 byte[] modBytes = ((DHPublicKey)keyPair.getPublic()).getParams().getP().toByteArray(); in testGP()
152 if (!spec.getG().equals(elParams.getG()) || !spec.getP().equals(elParams.getP())) in testGP()
168 if (!spec.getG().equals(elParams.getG()) || !spec.getP().equals(elParams.getP())) in testGP()
197 if (!spec.getG().equals(elParams.getG()) || !spec.getP().equals(elParams.getP())) in testGP()
213 if (!spec.getG().equals(elParams.getG()) || !spec.getP().equals(elParams.getP())) in testGP()
289 testGP(size, 0, elP.getG(), elP.getP()); in testRandom()
337 byte[] modBytes = ((DHPublicKey)keyPair.getPublic()).getParams().getP().toByteArray(); in testDefault()
402 if (!spec.getG().equals(elParams.getG()) || !spec.getP().equals(elParams.getP())) in testDefault()
426 if (!spec.getG().equals(elParams.getG()) || !spec.getP().equals(elParams.getP())) in testDefault()
445 if (!spec.getG().equals(elParams.getG()) || !spec.getP().equals(elParams.getP())) in testDefault()
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/linear/
H A DLUDecompositionTest.java65 Assert.assertEquals(testData.length, LU.getP().getRowDimension()); in testDimensions()
88 RealMatrix p = lu.getP(); in testPAEqualLU()
96 p = lu.getP(); in testPAEqualLU()
104 p = lu.getP(); in testPAEqualLU()
113 Assert.assertNull(lu.getP()); in testPAEqualLU()
120 Assert.assertNull(lu.getP()); in testPAEqualLU()
153 RealMatrix p = new LUDecomposition(matrix).getP(); in testPPermutation()
238 RealMatrix p = lu.getP(); in testMatricesValues1()
248 Assert.assertTrue(p == lu.getP()); in testMatricesValues1()
279 RealMatrix p = lu.getP(); in testMatricesValues2()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/java/security/provider/
H A DDSAKeyFactory.java79 ((DSAPrivateKeySpec) keySpec).getP(), in engineGeneratePrivate()
91 ((DSAPublicKeySpec) keySpec).getP(), in engineGeneratePublic()
103 ((DSAPublicKey) key).getParams().getP(), in engineGetKeySpec()
111 ((DSAPrivateKey) key).getParams().getP(), in engineGetKeySpec()
124 ((DSAPublicKey) key).getParams().getP(), in engineTranslateKey()
129 ((DSAPrivateKey) key).getParams().getP(), in engineTranslateKey()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/java/security/provider/
H A DDSAKeyFactory.java79 ((DSAPrivateKeySpec) keySpec).getP(), in engineGeneratePrivate()
91 ((DSAPublicKeySpec) keySpec).getP(), in engineGeneratePublic()
103 ((DSAPublicKey) key).getParams().getP(), in engineGetKeySpec()
111 ((DSAPrivateKey) key).getParams().getP(), in engineGetKeySpec()
124 ((DSAPublicKey) key).getParams().getP(), in engineTranslateKey()
129 ((DSAPrivateKey) key).getParams().getP(), in engineTranslateKey()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/java/security/provider/
H A DDSAKeyFactory.java79 ((DSAPrivateKeySpec) keySpec).getP(), in engineGeneratePrivate()
91 ((DSAPublicKeySpec) keySpec).getP(), in engineGeneratePublic()
103 ((DSAPublicKey) key).getParams().getP(), in engineGetKeySpec()
111 ((DSAPrivateKey) key).getParams().getP(), in engineGetKeySpec()
124 ((DSAPublicKey) key).getParams().getP(), in engineTranslateKey()
129 ((DSAPrivateKey) key).getParams().getP(), in engineTranslateKey()
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/pqc/jcajce/provider/mceliece/
H A DBCMcElieceCCA2PrivateKey.java89 public Permutation getP() in getP() method in BCMcElieceCCA2PrivateKey
91 return params.getP(); in getP()
140 && getGoppaPoly().equals(otherKey.getGoppaPoly()) && getP().equals(otherKey.getP()) in equals()
154 code = code * 37 + params.getP().hashCode(); in hashCode()
181 … = new McElieceCCA2PrivateKey(getN(), getK(), getField(), getGoppaPoly(), getP(), Utils.getDigAlgI… in getEncoded()
/dports/textproc/stardict3/stardict-3.0.6/dict/stardict-plugins/stardict-wordnet-plugin/
H A Dcourt_widget.cpp96 vector_t &a = s.getA().getP(); in draw_spring()
97 vector_t &b = s.getB().getP(); in draw_spring()
132 vector_t v = getP().getP(); in draw()
203 _scene.create_spring(w->getP(), b->getP(), springlength, coeff); in create_spring()
210 _scene.set_center(&cb->getP()); in set_center()
226 if ((*it)->getP().hit(p)) { in hit()
384 wncourt->dragball->getP().getP().add(dv); in on_motion_notify_event_callback()
599 newobj->getP().getP() = get_next_pos(get_top()->getP().getP()); in CreateWord()
606 newobj->getP().getP() = get_center_pos(); in CreateWord()
617 newobj->getP().getP() = get_next_pos(top->getP().getP()); in CreateNode()
[all …]
H A Dspring.h58 return (getA().getP().distance(getB().getP())-_len)*_k; in getF()
62 vector_t v = getB().getP() - getA().getP(); in getFa()
/dports/security/softhsm2/softhsm-2.6.1/src/lib/crypto/test/
H A DDHTests.cpp130 CPPUNIT_ASSERT(p->getP() == ddP->getP()); in testSerialisation()
154 CPPUNIT_ASSERT(privKey->getP() == dPrivKey->getP()); in testSerialisation()
158 CPPUNIT_ASSERT(pubKey->getP() == dPubKey->getP()); in testSerialisation()
194 CPPUNIT_ASSERT(priv->getP() == dPriv->getP()); in testPKCS8()

12345678910>>...61