HomeSort by relevance Sort by last modified time
    Searched refs:pubPoint (Results 1 - 6 of 6) sorted by null

  /external/tpm2/
ECDH_KeyGen.c 46 &out->pubPoint.t.point, &sensitive);
48 out->pubPoint.t.size = TPMS_ECC_POINT_Marshal(&out->pubPoint.t.point,
ECDH_KeyGen_fp.h 16 TPM2B_ECC_POINT pubPoint;
Marshal_ECDH_KeyGen.c 28 total_size += TPM2B_ECC_POINT_Marshal(&source->pubPoint, buffer, size);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/agreement/
ECDHBasicAgreement.java 60 ECPoint pubPoint = myCurve.createPoint(peerPoint.getXCoord().toBigInteger(),
67 ECPoint P = pubPoint.multiply(key.getD()).normalize();
  /external/wycheproof/java/com/google/security/wycheproof/testcases/
EcdhTest.java 480 ECPoint pubPoint = new ECPoint(pubx, puby);
481 ECPublicKeySpec pub = new ECPublicKeySpec(pubPoint, params);
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 166 milliseconds