Home
last modified time | relevance | path

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

/external/tpm2/
DMarshal_Commit.c27 total_size += TPM2B_ECC_POINT_Marshal(&source->K, buffer, size); in Commit_Out_Marshal()
28 total_size += TPM2B_ECC_POINT_Marshal(&source->L, buffer, size); in Commit_Out_Marshal()
29 total_size += TPM2B_ECC_POINT_Marshal(&source->E, buffer, size); in Commit_Out_Marshal()
DMarshal_ECDH_KeyGen.c27 total_size += TPM2B_ECC_POINT_Marshal(&source->zPoint, buffer, size); in ECDH_KeyGen_Out_Marshal()
28 total_size += TPM2B_ECC_POINT_Marshal(&source->pubPoint, buffer, size); in ECDH_KeyGen_Out_Marshal()
DMarshal_ZGen_2Phase.c27 total_size += TPM2B_ECC_POINT_Marshal(&source->outZ1, buffer, size); in ZGen_2Phase_Out_Marshal()
28 total_size += TPM2B_ECC_POINT_Marshal(&source->outZ2, buffer, size); in ZGen_2Phase_Out_Marshal()
DMarshal_ECDH_ZGen.c27 total_size += TPM2B_ECC_POINT_Marshal(&source->outPoint, buffer, size); in ECDH_ZGen_Out_Marshal()
DMarshal_EC_Ephemeral.c27 total_size += TPM2B_ECC_POINT_Marshal(&source->Q, buffer, size); in EC_Ephemeral_Out_Marshal()
Dtpm_generated.h124 UINT16 TPM2B_ECC_POINT_Marshal(TPM2B_ECC_POINT* source,
Dtpm_generated.c1187 UINT16 TPM2B_ECC_POINT_Marshal(TPM2B_ECC_POINT* source, in TPM2B_ECC_POINT_Marshal() function