Home
last modified time | relevance | path

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

/external/tpm2-tss/src/tss2-esys/api/
DEsys_ECDH_KeyGen.c72 TPM2B_ECC_POINT **pubPoint) in Esys_ECDH_KeyGen() argument
91 r = Esys_ECDH_KeyGen_Finish(esysContext, zPoint, pubPoint); in Esys_ECDH_KeyGen()
238 TPM2B_ECC_POINT **pubPoint) in Esys_ECDH_KeyGen_Finish() argument
242 esysContext, zPoint, pubPoint); in Esys_ECDH_KeyGen_Finish()
264 if (pubPoint != NULL) { in Esys_ECDH_KeyGen_Finish()
265 *pubPoint = calloc(sizeof(TPM2B_ECC_POINT), 1); in Esys_ECDH_KeyGen_Finish()
266 if (*pubPoint == NULL) { in Esys_ECDH_KeyGen_Finish()
325 (pubPoint != NULL) ? *pubPoint : NULL); in Esys_ECDH_KeyGen_Finish()
337 if (pubPoint != NULL) in Esys_ECDH_KeyGen_Finish()
338 SAFE_FREE(*pubPoint); in Esys_ECDH_KeyGen_Finish()
/external/tpm2-tss/src/tss2-sys/api/
DTss2_Sys_ECDH_KeyGen.c45 TPM2B_ECC_POINT *pubPoint) in Tss2_Sys_ECDH_KeyGen_Complete() argument
67 pubPoint); in Tss2_Sys_ECDH_KeyGen_Complete()
75 TPM2B_ECC_POINT *pubPoint, in Tss2_Sys_ECDH_KeyGen() argument
89 return Tss2_Sys_ECDH_KeyGen_Complete(sysContext, zPoint, pubPoint); in Tss2_Sys_ECDH_KeyGen()
/external/tpm2-tss/test/integration/
Desys-ecdh-keygen.int.c56 TPM2B_ECC_POINT *pubPoint = NULL; in test_esys_ecdh_keygen() local
149 &pubPoint); in test_esys_ecdh_keygen()
164 Esys_Free(pubPoint); in test_esys_ecdh_keygen()
187 Esys_Free(pubPoint); in test_esys_ecdh_keygen()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DECDH_KeyGen_fp.h53 TPM2B_ECC_POINT pubPoint; member
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Asymmetric/
DECDH_KeyGen.c69 result = CryptEccNewKeyPair(&out->pubPoint.point, &sensitive, in TPM2_ECDH_KeyGen()
/external/wycheproof/java/com/google/security/wycheproof/testcases/
DEcdhTest.java482 ECPoint pubPoint = new ECPoint(pubx, puby); in getSpec() local
483 ECPublicKeySpec pub = new ECPublicKeySpec(pubPoint, params); in getSpec()
/external/tpm2-tss/include/tss2/
Dtss2_sys.h517 TPM2B_ECC_POINT *pubPoint);
524 TPM2B_ECC_POINT *pubPoint,
Dtss2_esys.h786 TPM2B_ECC_POINT **pubPoint);
800 TPM2B_ECC_POINT **pubPoint);
/external/tpm2-tss/test/unit/
Desys-sequence-finish.c482 TPM2B_ECC_POINT *pubPoint; in check_ECDH_KeyGen() local
485 r = Esys_ECDH_KeyGen_Finish(esys_context, &zPoint, &pubPoint); in check_ECDH_KeyGen()
Desys-tcti-rcs.c792 TPM2B_ECC_POINT *pubPoint; in test_ECDH_KeyGen() local
796 ESYS_TR_NONE, ESYS_TR_NONE, &zPoint, &pubPoint); in test_ECDH_KeyGen()
Desys-tpm-rcs.c772 TPM2B_ECC_POINT *pubPoint; in test_ECDH_KeyGen() local
776 ESYS_TR_NONE, ESYS_TR_NONE, &zPoint, &pubPoint); in test_ECDH_KeyGen()
Desys-resubmissions.c833 TPM2B_ECC_POINT *pubPoint; in test_ECDH_KeyGen() local
837 ESYS_TR_NONE, ESYS_TR_NONE, &zPoint, &pubPoint); in test_ECDH_KeyGen()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCommandDispatcher.h463 *respParmSize += TPM2B_ECC_POINT_Marshal(&out->pubPoint,
DCommandDispatchData.h1191 /* offsets */ {(UINT16)(offsetof(ECDH_KeyGen_Out, pubPoint))},
/external/tpm2-tss/doc/
Ddoxygen.dox266 …shandle1, ESYS_TR shandle2, ESYS_TR shandle3, TPM2B_ECC_POINT **zPoint, TPM2B_ECC_POINT **pubPoint)
267 …ECDH_KeyGen_Finish(ESYS_CONTEXT *esysContext, TPM2B_ECC_POINT **zPoint, TPM2B_ECC_POINT **pubPoint)