Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptUtil.c1652 TPMS_ECC_POINT toCompare; in CryptValidateKeys() local
1653 result = CryptEccPointMultiply(&toCompare, curveId, NULL, in CryptValidateKeys()
1665 AdjustNumberB(&toCompare.x.b, unique->ecc.x.t.size); in CryptValidateKeys()
1666 AdjustNumberB(&toCompare.y.b, unique->ecc.y.t.size); in CryptValidateKeys()
1667 if(!MemoryEqual2B(&unique->ecc.x.b, &toCompare.x.b) in CryptValidateKeys()
1668 || !MemoryEqual2B(&unique->ecc.y.b, &toCompare.y.b)) in CryptValidateKeys()