Home
last modified time | relevance | path

Searched refs:TPMS_DERIVE (Results 1 – 7 of 7) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DObject_spt_fp.h367 TPMS_DERIVE *labelContext, // IN/OUT: the recovered label and
385 TPMS_DERIVE *labelContext// OUT: label and context if derivation
DMarshal_fp.h1365 TPMS_DERIVE_Unmarshal(TPMS_DERIVE *target, BYTE **buffer, INT32 *size);
1367 TPMS_DERIVE_Marshal(TPMS_DERIVE *source, BYTE **buffer, INT32 *size);
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Object/
DCreateLoaded.c88 TPMS_DERIVE labelContext; in TPM2_CreateLoaded()
DObject_spt.c1491 TPMS_DERIVE *labelContext, // IN/OUT: the recovered label and in SetLabelAndContext()
1496 TPMS_DERIVE sensitiveValue; in SetLabelAndContext()
1535 TPMS_DERIVE *labelContext// OUT: label and context if derivation in UnmarshalToPublic()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmTypes.h1743 } TPMS_DERIVE; /* Structure */ typedef
1748 BYTE buffer[sizeof(TPMS_DERIVE)];
1755 TPMS_DERIVE derive;
2087 TPMS_DERIVE derive;
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DTableMarshalData.c766 (UINT16)(offsetof(TPMS_DERIVE, label)),
769 (UINT16)(offsetof(TPMS_DERIVE, context))}},
1362 {RANGE(0, sizeof(TPMS_DERIVE), UINT16)}},
DMarshal.c3303 TPMS_DERIVE_Unmarshal(TPMS_DERIVE *target, BYTE **buffer, INT32 *size) in TPMS_DERIVE_Unmarshal()
3312 TPMS_DERIVE_Marshal(TPMS_DERIVE *source, BYTE **buffer, INT32 *size) in TPMS_DERIVE_Marshal()
3328 if((target->t.size) > sizeof(TPMS_DERIVE)) in TPM2B_DERIVE_Unmarshal()