Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Context/
DContextSave.c102 ANY_OBJECT_BUFFER *outObject; in TPM2_ContextSave()
106 outObject = (ANY_OBJECT_BUFFER *)(out->context.contextBlob.t.buffer in TPM2_ContextSave()
DContextLoad.c145 outObject = ObjectContextLoad((ANY_OBJECT_BUFFER *)buffer, in TPM2_ContextLoad()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DObject_fp.h244 ANY_OBJECT_BUFFER *object, // IN: pointer to object structure in saved
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h246 typedef BYTE ANY_OBJECT_BUFFER[sizeof(ANY_OBJECT)]; typedef
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DObject.c646 ANY_OBJECT_BUFFER *object, // IN: pointer to object structure in saved in ObjectContextLoad()