Searched refs:TPM2B_ECC_POINT_Marshal (Results 1 – 7 of 7) sorted by relevance
/external/tpm2/ |
D | Marshal_Commit.c | 27 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()
|
D | Marshal_ECDH_KeyGen.c | 27 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()
|
D | Marshal_ZGen_2Phase.c | 27 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()
|
D | Marshal_ECDH_ZGen.c | 27 total_size += TPM2B_ECC_POINT_Marshal(&source->outPoint, buffer, size); in ECDH_ZGen_Out_Marshal()
|
D | Marshal_EC_Ephemeral.c | 27 total_size += TPM2B_ECC_POINT_Marshal(&source->Q, buffer, size); in EC_Ephemeral_Out_Marshal()
|
D | tpm_generated.h | 124 UINT16 TPM2B_ECC_POINT_Marshal(TPM2B_ECC_POINT* source,
|
D | tpm_generated.c | 1187 UINT16 TPM2B_ECC_POINT_Marshal(TPM2B_ECC_POINT* source, in TPM2B_ECC_POINT_Marshal() function
|