Home
last modified time | relevance | path

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

/external/tpm2/
DECDH_KeyGen.c45 &out->pubPoint.t.point, &sensitive); in TPM2_ECDH_KeyGen()
47 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()
Dpart3.txt5260 TPM2B_ECC_POINT pubPoint generated ephemeral public point (Qe)
5311 33 &out->pubPoint.t.point, &sensitive);
5313 35 out->pubPoint.t.size = TPMS_ECC_POINT_Marshal(&out->pubPoint.t.point,
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/agreement/
DECDHBasicAgreement.java60 ECPoint pubPoint = myCurve.createPoint(peerPoint.getXCoord().toBigInteger(), in calculateAgreement() local
62 ECPoint P = pubPoint.multiply(key.getD()).normalize(); in calculateAgreement()
/external/tpm2/generator/
Dcommands.txt605 _NAME pubPoint
Draw_commands.txt9067 pubPoint
9184 &out->pubPoint.t.point, &sensitive);
9185 out->pubPoint.t.size = TPMS_ECC_POINT_Marshal(&out->pubPoint.t.point,
Draw_commands_fixed.txt9078 pubPoint
9195 &out->pubPoint.t.point, &sensitive);
9196 out->pubPoint.t.size = TPMS_ECC_POINT_Marshal(&out->pubPoint.t.point,
/external/bouncycastle/patches/
Dbcprov.patch415 + ECPoint pubPoint = myCurve.createPoint(peerPoint.getXCoord().toBigInteger(),
417 + ECPoint P = pubPoint.multiply(key.getD()).normalize();