Searched refs:pubPoint (Results 1 – 6 of 6) sorted by relevance
46 &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()
16 TPM2B_ECC_POINT pubPoint; member
28 total_size += TPM2B_ECC_POINT_Marshal(&source->pubPoint, buffer, size); in ECDH_KeyGen_Out_Marshal()
60 ECPoint pubPoint = myCurve.createPoint(peerPoint.getXCoord().toBigInteger(), in calculateAgreement() local67 ECPoint P = pubPoint.multiply(key.getD()).normalize(); in calculateAgreement()
480 ECPoint pubPoint = new ECPoint(pubx, puby); in getSpec() local481 ECPublicKeySpec pub = new ECPublicKeySpec(pubPoint, params); in getSpec()
415 + ECPoint pubPoint = myCurve.createPoint(peerPoint.getXCoord().toBigInteger(),417 + ECPoint P = pubPoint.multiply(key.getD()).normalize();