Home
last modified time | relevance | path

Searched refs:TPM_EO (Results 1 – 10 of 10) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DPolicyCounterTimer_fp.h50 TPM_EO operation;
DPolicyNV_fp.h52 TPM_EO operation;
DPolicy_spt_fp.h99 TPM_EO operation,
DMarshal_fp.h310 TPM_EO_Unmarshal(TPM_EO *target, BYTE **buffer, INT32 *size);
313 TPM_EO_Marshal(TPM_EO *source, BYTE **buffer, INT32 *size);
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmTypes.h478 typedef UINT16 TPM_EO; typedef
480 #define TPM_EO_EQ (TPM_EO)(0x0000)
481 #define TPM_EO_NEQ (TPM_EO)(0x0001)
482 #define TPM_EO_SIGNED_GT (TPM_EO)(0x0002)
483 #define TPM_EO_UNSIGNED_GT (TPM_EO)(0x0003)
484 #define TPM_EO_SIGNED_LT (TPM_EO)(0x0004)
485 #define TPM_EO_UNSIGNED_LT (TPM_EO)(0x0005)
486 #define TPM_EO_SIGNED_GE (TPM_EO)(0x0006)
487 #define TPM_EO_UNSIGNED_GE (TPM_EO)(0x0007)
488 #define TPM_EO_SIGNED_LE (TPM_EO)(0x0008)
[all …]
DCommandDispatchData.h194 UNMARSHAL_DISPATCH(TPM_EO),
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/EA/
DPolicyCounterTimer.c106 CryptDigestUpdateInt(&hashState, sizeof(TPM_EO), in->operation); in TPM2_PolicyCounterTimer()
DPolicyNV.c116 CryptDigestUpdateInt(&hashState, sizeof(TPM_EO), in->operation); in TPM2_PolicyNV()
DPolicy_spt.c221 TPM_EO operation, in PolicySptCheckCondition()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c391 TPM_EO_Unmarshal(TPM_EO *target, BYTE **buffer, INT32 *size) in TPM_EO_Unmarshal()
421 TPM_EO_Marshal(TPM_EO *source, BYTE **buffer, INT32 *size) in TPM_EO_Marshal()