Home
last modified time | relevance | path

Searched refs:CryptEccIsPointOnCurve (Results 1 – 5 of 5) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Asymmetric/
DZGen_2Phase.c89 if(!CryptEccIsPointOnCurve(eccKey->publicArea.parameters.eccDetail.curveID, in TPM2_ZGen_2Phase()
93 if(!CryptEccIsPointOnCurve(eccKey->publicArea.parameters.eccDetail.curveID, in TPM2_ZGen_2Phase()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Ecdaa/
DCommit.c131 if(!CryptEccIsPointOnCurve(parms->curveID, pP2)) in TPM2_Commit()
143 if(!CryptEccIsPointOnCurve(parms->curveID, pP1)) in TPM2_Commit()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DCryptEccMain_fp.h340 CryptEccIsPointOnCurve(
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptUtil.c569 if(!CryptEccIsPointOnCurve( in CryptSecretEncrypt()
1637 if(!CryptEccIsPointOnCurve(curveId, &unique->ecc)) in CryptValidateKeys()
DCryptEccMain.c731 CryptEccIsPointOnCurve( in CryptEccIsPointOnCurve() function