Home
last modified time | relevance | path

Searched refs:CryptUpdateDigest (Results 1 – 11 of 11) sorted by relevance

/external/tpm2/
DAttest_spt.c162 CryptUpdateDigest(&hashState, attest->t.size, attest->t.attestationData); in SignAttestInfo()
169 CryptUpdateDigest(&hashState, in SignAttestInfo()
172 CryptUpdateDigest(&hashState, digest.t.size, digest.t.buffer); in SignAttestInfo()
D_TPM_Hash_Data.c42 CryptUpdateDigest(&hashObject->state.hashState[i], dataSize, data); in _TPM_Hash_Data()
DPolicyLocality.c99 CryptUpdateDigest(&hashState, marshalSize, marshalBuffer); in TPM2_PolicyLocality()
DPolicyPCR.c77 CryptUpdateDigest(&hashState, pcrSize, pcrs); in TPM2_PolicyPCR()
DContext_spt.c101 CryptUpdateDigest(&hmacState, contextBlob->contextBlob.t.size - integritySize, in ComputeContextIntegrity()
DPCR.c709 CryptUpdateDigest(&hashState, pcrSize, pcrData); in PCRExtend()
710 CryptUpdateDigest(&hashState, size, data); in PCRExtend()
759 CryptUpdateDigest(&hashState, pcrSize, pcrData); // add to digest in PCRComputeCurrentDigest()
DSessionProcess.c495 CryptUpdateDigest(&hashState, parmBufferSize, parmBuffer); in ComputeCpHash()
660 CryptUpdateDigest(&hmacState, marshalSize, marshalBuffer); in ComputeCommandHMAC()
1471 CryptUpdateDigest(&hashState, resParmBufferSize, resParmBuffer); in ComputeRpHash()
1730 CryptUpdateDigest(&hmacState, marshalSize, marshalBuffer); in ComputeResponseHMAC()
DObject_spt.c180 CryptUpdateDigest(&hmacState, sensitiveSize, sensitiveData); in ComputeOuterIntegrity()
206 CryptUpdateDigest(&hashState, dataSize, sensitiveData); in ComputeInnerIntegrity()
649 CryptUpdateDigest(&hashState, outCreation->t.size, creationBuffer); in FillInCreationData()
DCryptUtil_fp.h340 void CryptUpdateDigest(void *digestState, // IN: the state of hash stack
DCryptUtil.c325 CryptUpdateDigest( in CryptUpdateDigest() function
359 CryptUpdateDigest(digestState, bIn->size, bIn->buffer); in CryptUpdateDigest2B()
402 CryptUpdateDigest(state, intSize, marshalBuffer); in CryptUpdateDigestInt()
DNV.c1510 CryptUpdateDigest(&hashState, dataSize, marshalBuffer); in NvGetName()