Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c3276 TPM2B_LABEL_Unmarshal(TPM2B_LABEL *target, BYTE **buffer, INT32 *size) in TPM2B_LABEL_Unmarshal() function
3306 result = TPM2B_LABEL_Unmarshal((TPM2B_LABEL *)&(target->label), buffer, size); in TPMS_DERIVE_Unmarshal()
3308 result = TPM2B_LABEL_Unmarshal((TPM2B_LABEL *)&(target->context), buffer, size); in TPMS_DERIVE_Unmarshal()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h1359 TPM2B_LABEL_Unmarshal(TPM2B_LABEL *target, BYTE **buffer, INT32 *size);
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshalDefines.h1118 #define TPM2B_LABEL_Unmarshal(target, buffer, size) \ macro