Home
last modified time | relevance | path

Searched refs:CryptEccPointMultiply (Results 1 – 7 of 7) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Asymmetric/
DEC_Ephemeral.c61 result = CryptEccPointMultiply(&out->Q.point, in->curveID, NULL, &r, in TPM2_EC_Ephemeral()
DECDH_KeyGen.c74 result = CryptEccPointMultiply(&out->zPoint.point, in TPM2_ECDH_KeyGen()
DECDH_ZGen.c76 result = CryptEccPointMultiply(&out->outPoint.point, in TPM2_ECDH_ZGen()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DCryptEccMain_fp.h320 CryptEccPointMultiply(
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptUtil.c590 if(CryptEccPointMultiply(&eccSecret, in CryptSecretEncrypt()
717 result = CryptEccPointMultiply(&eccSecret, in CryptSecretDecrypt()
1653 result = CryptEccPointMultiply(&toCompare, curveId, NULL, in CryptValidateKeys()
DCryptEccMain.c693 CryptEccPointMultiply( in CryptEccPointMultiply() function
DAlgorithmTests.c610 if(TPM_RC_SUCCESS != CryptEccPointMultiply(&Z, c_testCurve, &Qe, &ds, in TestECDH()