Home
last modified time | relevance | path

Searched refs:CryptUpdateDigestInt (Results 1 – 25 of 25) sorted by relevance

/external/tpm2/
DTicket.c70 CryptUpdateDigestInt(&hmacState, sizeof(TPM_ST), &ticket->tag); in TicketComputeVerified()
107 CryptUpdateDigestInt(&hmacState, sizeof(UINT16), &ticket->tag); in TicketComputeAuth()
109 CryptUpdateDigestInt(&hmacState, sizeof(UINT64), &timeout); in TicketComputeAuth()
145 CryptUpdateDigestInt(&hmacState, sizeof(TPM_ST), &ticket->tag); in TicketComputeHashCheck()
148 CryptUpdateDigestInt(&hmacState, sizeof(hashAlg), &hashAlg); in TicketComputeHashCheck()
179 CryptUpdateDigestInt(&hmacState, sizeof(TPM_ST), &ticket->tag); in TicketComputeCreation()
DContext_spt.c87 CryptUpdateDigestInt(&hmacState, sizeof(gp.totalResetCount), in ComputeContextIntegrity()
92 CryptUpdateDigestInt(&hmacState, sizeof(gr.clearCount), &gr.clearCount); in ComputeContextIntegrity()
95 CryptUpdateDigestInt(&hmacState, sizeof(contextBlob->sequence), in ComputeContextIntegrity()
98 CryptUpdateDigestInt(&hmacState, sizeof(contextBlob->savedHandle), in ComputeContextIntegrity()
DPolicyCommandCode.c45 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode); in TPM2_PolicyCommandCode()
48 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &in->code); in TPM2_PolicyCommandCode()
DPolicyNvWritten.c56 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode); in TPM2_PolicyNvWritten()
59 CryptUpdateDigestInt(&hashState, sizeof(TPMI_YES_NO), &in->writtenSet); in TPM2_PolicyNvWritten()
DPolicyDuplicationSelect.c63 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode); in TPM2_PolicyDuplicationSelect()
73 CryptUpdateDigestInt(&hashState, sizeof(TPMI_YES_NO), &in->includeObject); in TPM2_PolicyDuplicationSelect()
DPolicyCounterTimer.c151 CryptUpdateDigestInt(&hashState, sizeof(UINT16), &in->offset); in TPM2_PolicyCounterTimer()
153 CryptUpdateDigestInt(&hashState, sizeof(TPM_EO), &in->operation); in TPM2_PolicyCounterTimer()
165 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode); in TPM2_PolicyCounterTimer()
DPolicyNV.c160 CryptUpdateDigestInt(&hashState, sizeof(UINT16), &in->offset); in TPM2_PolicyNV()
163 CryptUpdateDigestInt(&hashState, sizeof(TPM_EO), &in->operation); in TPM2_PolicyNV()
176 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode); in TPM2_PolicyNV()
DPolicyPhysicalPresence.c33 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode); in TPM2_PolicyPhysicalPresence()
DPolicyPassword.c34 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode); in TPM2_PolicyPassword()
DPolicyAuthValue.c34 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode); in TPM2_PolicyAuthValue()
DPolicyNameHash.c52 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode); in TPM2_PolicyNameHash()
DPolicyCpHash.c55 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode); in TPM2_PolicyCpHash()
DPolicyOR.c52 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode); in TPM2_PolicyOR()
DPolicyLocality.c96 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode); in TPM2_PolicyLocality()
DPolicyPCR.c71 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode); in TPM2_PolicyPCR()
DPolicySigned.c88 CryptUpdateDigestInt(&hashState, sizeof(UINT32), (BYTE*) &in->expiration); in TPM2_PolicySigned()
DPolicy_spt.c97 CryptUpdateDigestInt(&hashState, sizeof(commandCode), &commandCode); in PolicyContextUpdate()
DCommandAudit.c242 CryptUpdateDigestInt(&hashState, sizeof(i), &i); in CommandAuditGetDigest()
DSessionProcess.c487 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode); in ComputeCpHash()
1469 CryptUpdateDigestInt(&hashState, sizeof(TPM_RC), &responseCode); in ComputeRpHash()
1470 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode); in ComputeRpHash()
DCryptUtil_fp.h347 void CryptUpdateDigestInt(void *state, // IN: the state of hash stack
Dpart3.txt10903 66 CryptUpdateDigestInt(&hashState, sizeof(UINT32), (BYTE*) &in->expiration);
11491 39 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
11708 57 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
11896 79 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
12177 143 CryptUpdateDigestInt(&hashState, sizeof(UINT16), &in->offset);
12180 146 CryptUpdateDigestInt(&hashState, sizeof(TPM_EO), &in->operation);
12193 159 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
12457 137 CryptUpdateDigestInt(&hashState, sizeof(UINT16), &in->offset);
12459 139 CryptUpdateDigestInt(&hashState, sizeof(TPM_EO), &in->operation);
12471 151 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
[all …]
DCryptUtil.c370 CryptUpdateDigestInt( in CryptUpdateDigestInt() function
Dpart4.txt641 …10.2.4.10 CryptUpdateDigestInt() .............................................................…
4267 402 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
5436 1325 CryptUpdateDigestInt(&hashState, sizeof(TPM_RC), &responseCode);
5437 1326 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
6352 77 CryptUpdateDigestInt(&hmacState, sizeof(gp.totalResetCount),
6358 83 CryptUpdateDigestInt(&hmacState, sizeof(gr.clearCount), &gr.clearCount);
6362 87 CryptUpdateDigestInt(&hmacState, sizeof(contextBlob->sequence),
6366 91 CryptUpdateDigestInt(&hmacState, sizeof(contextBlob->savedHandle),
6519 83 CryptUpdateDigestInt(&hashState, sizeof(commandCode), &commandCode);
8570 168 CryptUpdateDigestInt(&hashState, sizeof(i), &i);
[all …]
/external/tpm2/generator/
Draw_commands.txt19506 CryptUpdateDigestInt(&hashState, sizeof(UINT32), (BYTE*) &in->expiration);
20587 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
20955 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
21294 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
21901 CryptUpdateDigestInt(&hashState, sizeof(UINT16), &in->offset);
21903 CryptUpdateDigestInt(&hashState, sizeof(TPM_EO), &in->operation);
21912 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
22457 CryptUpdateDigestInt(&hashState, sizeof(UINT16), &in->offset);
22459 CryptUpdateDigestInt(&hashState, sizeof(TPM_EO), &in->operation);
22468 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
[all …]
Draw_commands_fixed.txt19517 CryptUpdateDigestInt(&hashState, sizeof(UINT32), (BYTE*) &in->expiration);
20598 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
20966 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
21305 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
21912 CryptUpdateDigestInt(&hashState, sizeof(UINT16), &in->offset);
21914 CryptUpdateDigestInt(&hashState, sizeof(TPM_EO), &in->operation);
21923 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
22468 CryptUpdateDigestInt(&hashState, sizeof(UINT16), &in->offset);
22470 CryptUpdateDigestInt(&hashState, sizeof(TPM_EO), &in->operation);
22479 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
[all …]