Home
last modified time | relevance | path

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

/external/tpm2/
DMarshal_PolicyGetDigest.c27 total_size += TPM2B_DIGEST_Marshal(&source->policyDigest, buffer, size); in PolicyGetDigest_Out_Marshal()
DMarshal_GetRandom.c27 total_size += TPM2B_DIGEST_Marshal(&source->randomBytes, buffer, size); in GetRandom_Out_Marshal()
DMarshal_HMAC.c27 total_size += TPM2B_DIGEST_Marshal(&source->outHMAC, buffer, size); in HMAC_Out_Marshal()
DMarshal_ActivateCredential.c27 total_size += TPM2B_DIGEST_Marshal(&source->certInfo, buffer, size); in ActivateCredential_Out_Marshal()
DMarshal_SequenceComplete.c27 total_size += TPM2B_DIGEST_Marshal(&source->result, buffer, size); in SequenceComplete_Out_Marshal()
DMarshal_Hash.c27 total_size += TPM2B_DIGEST_Marshal(&source->outHash, buffer, size); in Hash_Out_Marshal()
DMarshal_Create.c31 total_size += TPM2B_DIGEST_Marshal(&source->creationHash, buffer, size); in Create_Out_Marshal()
DMarshal_CreatePrimary.c32 total_size += TPM2B_DIGEST_Marshal(&source->creationHash, buffer, size); in CreatePrimary_Out_Marshal()
Dtpm_generated.c475 UINT16 TPM2B_DIGEST_Marshal(TPM2B_DIGEST* source, BYTE** buffer, INT32* size) { in TPM2B_DIGEST_Marshal() function
510 return TPM2B_DIGEST_Marshal(source, buffer, size); in TPM2B_AUTH_Marshal()
1007 total_size += TPM2B_DIGEST_Marshal(&source->pcrDigest, buffer, size); in TPMS_CREATION_DATA_Marshal()
1435 return TPM2B_DIGEST_Marshal(source, buffer, size); in TPM2B_NONCE_Marshal()
1492 total_size += TPM2B_DIGEST_Marshal(&source->authPolicy, buffer, size); in TPMS_NV_PUBLIC_Marshal()
1569 return TPM2B_DIGEST_Marshal(source, buffer, size); in TPM2B_OPERAND_Marshal()
1796 return TPM2B_DIGEST_Marshal((TPM2B_DIGEST*)&source->keyedHash, buffer, in TPMU_PUBLIC_ID_Marshal()
1801 return TPM2B_DIGEST_Marshal((TPM2B_DIGEST*)&source->sym, buffer, size); in TPMU_PUBLIC_ID_Marshal()
3294 total_size += TPM2B_DIGEST_Marshal(&source->authPolicy, buffer, size); in TPMT_PUBLIC_Marshal()
3505 total_size += TPM2B_DIGEST_Marshal(&source->seedValue, buffer, size); in TPMT_SENSITIVE_Marshal()
[all …]
DContextSave.c189 TPM2B_DIGEST_Marshal(&integrity, &buffer, &bufferSize); in TPM2_ContextSave()
DObject_spt.c245 TPM2B_DIGEST_Marshal(&integrity, &buffer, &bufferSize); in ProduceInnerIntegrity()
763 TPM2B_DIGEST_Marshal(&integrity, &buffer, &bufferSize); in ProduceOuterWrap()
1273 dataSize = TPM2B_DIGEST_Marshal(secret, &buffer, &bufferSize); in SecretToCredential()
Dmarshal_test.c354 UINT16 bytes_marshalled = TPM2B_DIGEST_Marshal(&value, &buffer_ptr, &size); in StructureSuccessArrayTest()
DSessionProcess.c1954 *resSessionSize += TPM2B_DIGEST_Marshal(&responseAuths[i], in BuildResponseSession()
Dtpm_generated.h72 UINT16 TPM2B_DIGEST_Marshal(TPM2B_DIGEST* source, BYTE** buffer, INT32* size);