HomeSort by relevance Sort by last modified time
    Searched defs:commandCode (Results 1 - 17 of 17) sorted by null

  /external/tpm2/
PolicyAuthValue.c 17 TPM_CC commandCode = TPM_CC_PolicyAuthValue;
33 // add commandCode
34 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
PolicyCommandCode.c 14 // TPM_RC_VALUE commandCode of policySession previously set to a different value
22 TPM_CC commandCode = TPM_CC_PolicyCommandCode;
30 if(session->commandCode != 0 && session->commandCode != in->code)
44 // add commandCode
45 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
47 // add input commandCode
53 // update commandCode value in session context
54 session->commandCode = in->code;
PolicyCpHash.c 24 TPM_CC commandCode = TPM_CC_PolicyCpHash;
54 // add commandCode
55 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
PolicyDuplicationSelect.c 14 // TPM_RC_COMMAND_CODE commandCode of 'policySession; is not empty
24 TPM_CC commandCode = TPM_CC_PolicyDuplicationSelect;
35 // commandCode in session context must be empty
36 if(session->commandCode != 0)
63 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
81 // set commandCode in session context
82 session->commandCode = TPM_CC_Duplicate;
PolicyNameHash.c 24 TPM_CC commandCode = TPM_CC_PolicyNameHash;
51 // add commandCode
52 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
PolicyNvWritten.c 23 TPM_CC commandCode = TPM_CC_PolicyNvWritten;
55 // add commandCode
56 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
PolicyPassword.c 17 TPM_CC commandCode = TPM_CC_PolicyAuthValue;
33 // add commandCode
34 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
PolicyPhysicalPresence.c 16 TPM_CC commandCode = TPM_CC_PolicyPhysicalPresence;
32 // add commandCode
33 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
PolicyOR.c 41 TPM_CC commandCode = TPM_CC_PolicyOR;
52 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
PolicyTicket.c 29 TPM_CC commandCode = TPM_CC_PolicySecret;
75 commandCode = TPM_CC_PolicySigned;
77 commandCode = TPM_CC_PolicySecret;
84 PolicyContextUpdate(commandCode, &in->authName, &in->policyRef,
PolicyCounterTimer.c 27 TPM_CC commandCode = TPM_CC_PolicyCounterTimer;
164 // add commandCode
165 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
PolicyLocality.c 29 TPM_CC commandCode = TPM_CC_PolicyLocality;
95 // add commandCode
96 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
PolicyNV.c 33 TPM_CC commandCode = TPM_CC_PolicyNV;
175 // add commandCode
176 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
PolicyPCR.c 28 TPM_CC commandCode = TPM_CC_PolicyPCR;
70 // add commandCode
71 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
ExecCommand.c 52 TPM_CC commandCode = 0;
85 // the sizes do not include the tag, commandCode, requestSize, or the authorization
136 // Parse command header: tag, commandSize and commandCode.
159 result = TPM_CC_Unmarshal(&commandCode, &buffer, &size);
163 if(!CommandIsImplemented(commandCode))
171 if(IsFieldUgradeMode() && (commandCode != TPM_CC_FieldUpgradeData))
181 if(( !TPMIsStarted() && commandCode != TPM_CC_Startup)
182 || (TPMIsStarted() && commandCode == TPM_CC_Startup))
189 result = ParseHandleBuffer(commandCode, &buffer, &size, handles, &handleNum);
199 result = EntityGetLoadStatus(&handles[i], commandCode);
    [all...]
Global.h 330 TPM_CC commandCode; // command code (policy session)
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h     [all...]

Completed in 195 milliseconds