Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmTypes.h1738 } TPM2B_LABEL; /* Structure */ typedef
1741 TPM2B_LABEL label;
1742 TPM2B_LABEL context;
/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()
3290 TPM2B_LABEL_Marshal(TPM2B_LABEL *source, BYTE **buffer, INT32 *size) in TPM2B_LABEL_Marshal()
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()
3315 result = (UINT16)(result + TPM2B_LABEL_Marshal((TPM2B_LABEL *)&(source->label), buffer, size)); in TPMS_DERIVE_Marshal()
3316 … result = (UINT16)(result + TPM2B_LABEL_Marshal((TPM2B_LABEL *)&(source->context), buffer, size)); in TPMS_DERIVE_Marshal()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h1359 TPM2B_LABEL_Unmarshal(TPM2B_LABEL *target, BYTE **buffer, INT32 *size);
1361 TPM2B_LABEL_Marshal(TPM2B_LABEL *source, BYTE **buffer, INT32 *size);