Home
last modified time | relevance | path

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

/external/tpm2/
DECDH_KeyGen.c52 result = CryptEccPointMultiply(&out->zPoint.t.point, in TPM2_ECDH_KeyGen()
66 out->zPoint.t.size = TPMS_ECC_POINT_Marshal(&out->zPoint.t.point, in TPM2_ECDH_KeyGen()
DECDH_KeyGen_fp.h15 TPM2B_ECC_POINT zPoint; member
DMarshal_ECDH_KeyGen.c27 total_size += TPM2B_ECC_POINT_Marshal(&source->zPoint, buffer, size); in ECDH_KeyGen_Out_Marshal()