Home
last modified time | relevance | path

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

/external/tpm2/
DMarshal_MakeCredential.c28 total_size += TPM2B_ENCRYPTED_SECRET_Marshal(&source->secret, buffer, size); in MakeCredential_Out_Marshal()
DMarshal_Rewrap.c29 TPM2B_ENCRYPTED_SECRET_Marshal(&source->outSymSeed, buffer, size); in Rewrap_Out_Marshal()
DMarshal_Duplicate.c30 TPM2B_ENCRYPTED_SECRET_Marshal(&source->outSymSeed, buffer, size); in Duplicate_Out_Marshal()
Dtpm_generated.h132 UINT16 TPM2B_ENCRYPTED_SECRET_Marshal(TPM2B_ENCRYPTED_SECRET* source,
Dtpm_generated.c1226 UINT16 TPM2B_ENCRYPTED_SECRET_Marshal(TPM2B_ENCRYPTED_SECRET* source, in TPM2B_ENCRYPTED_SECRET_Marshal() function