Home
last modified time | relevance | path

Searched refs:pubPoint (Results 1 – 6 of 6) sorted by relevance

/external/tpm2/
DECDH_KeyGen.c46 &out->pubPoint.t.point, &sensitive); in TPM2_ECDH_KeyGen()
48 out->pubPoint.t.size = TPMS_ECC_POINT_Marshal(&out->pubPoint.t.point, in TPM2_ECDH_KeyGen()
DECDH_KeyGen_fp.h16 TPM2B_ECC_POINT pubPoint; member
DMarshal_ECDH_KeyGen.c28 total_size += TPM2B_ECC_POINT_Marshal(&source->pubPoint, buffer, size); in ECDH_KeyGen_Out_Marshal()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/agreement/
DECDHBasicAgreement.java60 ECPoint pubPoint = myCurve.createPoint(peerPoint.getXCoord().toBigInteger(), in calculateAgreement() local
67 ECPoint P = pubPoint.multiply(key.getD()).normalize(); in calculateAgreement()
/external/wycheproof/java/com/google/security/wycheproof/testcases/
DEcdhTest.java480 ECPoint pubPoint = new ECPoint(pubx, puby); in getSpec() local
481 ECPublicKeySpec pub = new ECPublicKeySpec(pubPoint, params); in getSpec()
/external/bouncycastle/patches/
Dbcprov.patch415 + ECPoint pubPoint = myCurve.createPoint(peerPoint.getXCoord().toBigInteger(),
417 + ECPoint P = pubPoint.multiply(key.getD()).normalize();