HomeSort by relevance Sort by last modified time
    Searched refs:CryptUpdateDigestInt (Results 1 - 21 of 21) sorted by null

  /external/tpm2/
PolicyCommandCode.c 45 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
48 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &in->code);
PolicyNvWritten.c 56 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
59 CryptUpdateDigestInt(&hashState, sizeof(TPMI_YES_NO), &in->writtenSet);
PolicyPhysicalPresence.c 33 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
Ticket.c 70 CryptUpdateDigestInt(&hmacState, sizeof(TPM_ST), &ticket->tag);
107 CryptUpdateDigestInt(&hmacState, sizeof(UINT16), &ticket->tag);
109 CryptUpdateDigestInt(&hmacState, sizeof(UINT64), &timeout);
145 CryptUpdateDigestInt(&hmacState, sizeof(TPM_ST), &ticket->tag);
148 CryptUpdateDigestInt(&hmacState, sizeof(hashAlg), &hashAlg);
179 CryptUpdateDigestInt(&hmacState, sizeof(TPM_ST), &ticket->tag);
Context_spt.c 87 CryptUpdateDigestInt(&hmacState, sizeof(gp.totalResetCount),
92 CryptUpdateDigestInt(&hmacState, sizeof(gr.clearCount), &gr.clearCount);
95 CryptUpdateDigestInt(&hmacState, sizeof(contextBlob->sequence),
98 CryptUpdateDigestInt(&hmacState, sizeof(contextBlob->savedHandle),
PolicyAuthValue.c 34 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
PolicyPassword.c 34 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
PolicyDuplicationSelect.c 63 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
73 CryptUpdateDigestInt(&hashState, sizeof(TPMI_YES_NO), &in->includeObject);
PolicyCpHash.c 55 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
PolicyNameHash.c 52 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
PolicyCounterTimer.c 151 CryptUpdateDigestInt(&hashState, sizeof(UINT16), &in->offset);
153 CryptUpdateDigestInt(&hashState, sizeof(TPM_EO), &in->operation);
165 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
PolicyLocality.c 96 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
PolicyOR.c 52 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
PolicyPCR.c 71 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
PolicySigned.c 88 CryptUpdateDigestInt(&hashState, sizeof(UINT32), (BYTE*) &in->expiration);
PolicyNV.c 160 CryptUpdateDigestInt(&hashState, sizeof(UINT16), &in->offset);
163 CryptUpdateDigestInt(&hashState, sizeof(TPM_EO), &in->operation);
176 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
CommandAudit.c 243 CryptUpdateDigestInt(&hashState, sizeof(i), &i);
Policy_spt.c 97 CryptUpdateDigestInt(&hashState, sizeof(commandCode), &commandCode);
CryptUtil_fp.h 347 void CryptUpdateDigestInt(void *state, // IN: the state of hash stack
SessionProcess.c 487 CryptUpdateDigestInt(&hashState, sizeof(TPM_CC), &commandCode);
    [all...]
CryptUtil.c 364 // 10.2.4.10 CryptUpdateDigestInt()
370 CryptUpdateDigestInt(
    [all...]

Completed in 335 milliseconds