/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/reference/include/ |
D | Implementation.h | 602 typedef UINT32 TPM_CC; typedef 604 #define TPM_CC_NV_UndefineSpaceSpecial (TPM_CC)(0x0000011F) 607 #define TPM_CC_EvictControl (TPM_CC)(0x00000120) 610 #define TPM_CC_HierarchyControl (TPM_CC)(0x00000121) 613 #define TPM_CC_NV_UndefineSpace (TPM_CC)(0x00000122) 616 #define TPM_CC_ChangeEPS (TPM_CC)(0x00000124) 619 #define TPM_CC_ChangePPS (TPM_CC)(0x00000125) 622 #define TPM_CC_Clear (TPM_CC)(0x00000126) 625 #define TPM_CC_ClearControl (TPM_CC)(0x00000127) 628 #define TPM_CC_ClockSet (TPM_CC)(0x00000128) [all …]
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | TpmTypes.h | 148 typedef UINT32 TPM_CC; typedef 150 #define TPM_CC_NV_UndefineSpaceSpecial (TPM_CC)(0x0000011F) 151 #define TPM_CC_EvictControl (TPM_CC)(0x00000120) 152 #define TPM_CC_HierarchyControl (TPM_CC)(0x00000121) 153 #define TPM_CC_NV_UndefineSpace (TPM_CC)(0x00000122) 154 #define TPM_CC_ChangeEPS (TPM_CC)(0x00000124) 155 #define TPM_CC_ChangePPS (TPM_CC)(0x00000125) 156 #define TPM_CC_Clear (TPM_CC)(0x00000126) 157 #define TPM_CC_ClearControl (TPM_CC)(0x00000127) 158 #define TPM_CC_ClockSet (TPM_CC)(0x00000128) [all …]
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | CommandCodeAttributes_fp.h | 51 TPM_CC commandCode // IN: the command code to start at 62 TPM_CC commandCode // IN: the command code to look up 77 TPM_CC 166 TPM_CC commandCode, // IN: start command code
|
D | PP_fp.h | 63 TPM_CC commandCode // IN: command code 71 TPM_CC commandCode // IN: command code 93 TPM_CC commandCode, // IN: start command code
|
D | CommandAudit_fp.h | 78 TPM_CC commandCode // IN: command code 94 TPM_CC commandCode // IN: command code 116 TPM_CC commandCode, // IN: start command code
|
D | PolicyCommandCode_fp.h | 48 TPM_CC code;
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/ |
D | CommandAudit.c | 107 TPM_CC commandCode // IN: command code in CommandAuditSet() 143 TPM_CC commandCode // IN: command code in CommandAuditClear() 190 TPM_CC commandCode, // IN: start command code in CommandAuditCapGetCCList() 217 TPM_CC cc = GET_ATTRIBUTE(s_ccAttr[commandIndex], in CommandAuditCapGetCCList() 247 TPM_CC commandCode; in CommandAuditGetDigest()
|
D | PP.c | 81 TPM_CC commandCode // IN: command code in PhysicalPresenceCommandSet() 101 TPM_CC commandCode // IN: command code in PhysicalPresenceCommandClear() 140 TPM_CC commandCode, // IN: start command code in PhysicalPresenceCapGetCCList()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/EA/ |
D | PolicyCommandCode.c | 53 TPM_CC commandCode = TPM_CC_PolicyCommandCode; in TPM2_PolicyCommandCode() 76 CryptDigestUpdateInt(&hashState, sizeof(TPM_CC), commandCode); in TPM2_PolicyCommandCode() 79 CryptDigestUpdateInt(&hashState, sizeof(TPM_CC), in->code); in TPM2_PolicyCommandCode()
|
D | PolicyPhysicalPresence.c | 50 TPM_CC commandCode = TPM_CC_PolicyPhysicalPresence; in TPM2_PolicyPhysicalPresence() 67 CryptDigestUpdateInt(&hashState, sizeof(TPM_CC), commandCode); in TPM2_PolicyPhysicalPresence()
|
D | PolicyPassword.c | 52 TPM_CC commandCode = TPM_CC_PolicyAuthValue; in TPM2_PolicyPassword() 69 CryptDigestUpdateInt(&hashState, sizeof(TPM_CC), commandCode); in TPM2_PolicyPassword()
|
D | PolicyAuthValue.c | 52 TPM_CC commandCode = TPM_CC_PolicyAuthValue; in TPM2_PolicyAuthValue() 69 CryptDigestUpdateInt(&hashState, sizeof(TPM_CC), commandCode); in TPM2_PolicyAuthValue()
|
D | PolicyNvWritten.c | 51 TPM_CC commandCode = TPM_CC_PolicyNvWritten; in TPM2_PolicyNvWritten() 84 CryptDigestUpdateInt(&hashState, sizeof(TPM_CC), commandCode); in TPM2_PolicyNvWritten()
|
D | PolicyNameHash.c | 53 TPM_CC commandCode = TPM_CC_PolicyNameHash; in TPM2_PolicyNameHash() 85 CryptDigestUpdateInt(&hashState, sizeof(TPM_CC), commandCode); in TPM2_PolicyNameHash()
|
D | PolicyTemplate.c | 55 TPM_CC commandCode = TPM_CC_PolicyTemplate; in TPM2_PolicyTemplate() 88 CryptDigestUpdateInt(&hashState, sizeof(TPM_CC), commandCode); in TPM2_PolicyTemplate()
|
D | PolicyCpHash.c | 55 TPM_CC commandCode = TPM_CC_PolicyCpHash; in TPM2_PolicyCpHash() 88 CryptDigestUpdateInt(&hashState, sizeof(TPM_CC), commandCode); in TPM2_PolicyCpHash()
|
D | PolicyOR.c | 70 TPM_CC commandCode = TPM_CC_PolicyOR; in TPM2_PolicyOR() 81 CryptDigestUpdateInt(&hashState, sizeof(TPM_CC), commandCode); in TPM2_PolicyOR()
|
D | PolicyDuplicationSelect.c | 54 TPM_CC commandCode = TPM_CC_PolicyDuplicationSelect; in TPM2_PolicyDuplicationSelect() 92 CryptDigestUpdateInt(&hashState, sizeof(TPM_CC), commandCode); in TPM2_PolicyDuplicationSelect()
|
D | PolicyLocality.c | 55 TPM_CC commandCode = TPM_CC_PolicyLocality; in TPM2_PolicyLocality() 121 CryptDigestUpdateInt(&hashState, sizeof(TPM_CC), commandCode); in TPM2_PolicyLocality()
|
D | PolicyPCR.c | 58 TPM_CC commandCode = TPM_CC_PolicyPCR; in TPM2_PolicyPCR() 103 CryptDigestUpdateInt(&hashState, sizeof(TPM_CC), commandCode); in TPM2_PolicyPCR()
|
D | PolicyCounterTimer.c | 60 TPM_CC commandCode = TPM_CC_PolicyCounterTimer; in TPM2_PolicyCounterTimer() 118 CryptDigestUpdateInt(&hashState, sizeof(TPM_CC), commandCode); in TPM2_PolicyCounterTimer()
|
D | PolicyNV.c | 64 TPM_CC commandCode = TPM_CC_PolicyNV; in TPM2_PolicyNV() 129 CryptDigestUpdateInt(&hashState, sizeof(TPM_CC), commandCode); in TPM2_PolicyNV()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | CommandCodeAttributes.c | 45 #define CC_VEND (TPM_CC)(0x20000000) 96 TPM_CC commandCode // IN: the command code to start at in GetClosestCommandIndex() 257 TPM_CC commandCode // IN: the command code to look up in CommandCodeToCommandIndex() 316 TPM_CC 321 TPM_CC commandCode = GET_ATTRIBUTE(s_ccAttr[commandIndex], in GetCommandCode() 503 TPM_CC commandCode, // IN: start command code in CommandCapGetCCList()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Capability/ |
D | GetCapability.c | 124 out->moreData = CommandCapGetCCList((TPM_CC)in->property, in TPM2_GetCapability() 129 out->moreData = PhysicalPresenceCapGetCCList((TPM_CC)in->property, in TPM2_GetCapability() 134 out->moreData = CommandAuditCapGetCCList((TPM_CC)in->property, in TPM2_GetCapability()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/AttachedComponent/ |
D | Policy_AC_SendSelect.c | 53 TPM_CC commandCode = TPM_CC_Policy_AC_SendSelect; in TPM2_Policy_AC_SendSelect() 91 CryptDigestUpdateInt(&hashState, sizeof(TPM_CC), commandCode); in TPM2_Policy_AC_SendSelect()
|