Searched refs:pubPoint (Results 1 – 9 of 9) sorted by relevance
/external/tpm2/ |
D | ECDH_KeyGen.c | 45 &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()
|
D | ECDH_KeyGen_fp.h | 16 TPM2B_ECC_POINT pubPoint; member
|
D | Marshal_ECDH_KeyGen.c | 28 total_size += TPM2B_ECC_POINT_Marshal(&source->pubPoint, buffer, size); in ECDH_KeyGen_Out_Marshal()
|
D | part3.txt | 5260 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/ |
D | ECDHBasicAgreement.java | 60 ECPoint pubPoint = myCurve.createPoint(peerPoint.getXCoord().toBigInteger(), in calculateAgreement() local 62 ECPoint P = pubPoint.multiply(key.getD()).normalize(); in calculateAgreement()
|
/external/tpm2/generator/ |
D | commands.txt | 605 _NAME pubPoint
|
D | raw_commands.txt | 9067 pubPoint 9184 &out->pubPoint.t.point, &sensitive); 9185 out->pubPoint.t.size = TPMS_ECC_POINT_Marshal(&out->pubPoint.t.point,
|
D | raw_commands_fixed.txt | 9078 pubPoint 9195 &out->pubPoint.t.point, &sensitive); 9196 out->pubPoint.t.size = TPMS_ECC_POINT_Marshal(&out->pubPoint.t.point,
|
/external/bouncycastle/patches/ |
D | bcprov.patch | 415 + ECPoint pubPoint = myCurve.createPoint(peerPoint.getXCoord().toBigInteger(), 417 + ECPoint P = pubPoint.multiply(key.getD()).normalize();
|