Searched refs:CryptUpdateDigest (Results 1 – 15 of 15) sorted by relevance
/external/tpm2/ |
D | Attest_spt.c | 162 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.c | 42 CryptUpdateDigest(&hashObject->state.hashState[i], dataSize, data); in _TPM_Hash_Data()
|
D | PolicyLocality.c | 99 CryptUpdateDigest(&hashState, marshalSize, marshalBuffer); in TPM2_PolicyLocality()
|
D | PolicyPCR.c | 77 CryptUpdateDigest(&hashState, pcrSize, pcrs); in TPM2_PolicyPCR()
|
D | Context_spt.c | 101 CryptUpdateDigest(&hmacState, contextBlob->contextBlob.t.size - integritySize, in ComputeContextIntegrity()
|
D | PCR.c | 709 CryptUpdateDigest(&hashState, pcrSize, pcrData); in PCRExtend() 710 CryptUpdateDigest(&hashState, size, data); in PCRExtend() 759 CryptUpdateDigest(&hashState, pcrSize, pcrData); // add to digest in PCRComputeCurrentDigest()
|
D | SessionProcess.c | 495 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()
|
D | Object_spt.c | 180 CryptUpdateDigest(&hmacState, sensitiveSize, sensitiveData); in ComputeOuterIntegrity() 206 CryptUpdateDigest(&hashState, dataSize, sensitiveData); in ComputeInnerIntegrity() 647 CryptUpdateDigest(&hashState, outCreation->t.size, creationBuffer); in FillInCreationData()
|
D | CryptUtil_fp.h | 340 void CryptUpdateDigest(void *digestState, // IN: the state of hash stack
|
D | CryptUtil.c | 325 CryptUpdateDigest( in CryptUpdateDigest() function 359 CryptUpdateDigest(digestState, bIn->size, bIn->buffer); in CryptUpdateDigest2B() 402 CryptUpdateDigest(state, intSize, marshalBuffer); in CryptUpdateDigestInt()
|
D | NV.c | 1391 CryptUpdateDigest(&hashState, dataSize, marshalBuffer); in NvGetName()
|
D | part4.txt | 639 …10.2.4.8 CryptUpdateDigest() ................................................................… 4277 412 CryptUpdateDigest(&hashState, parmBufferSize, parmBuffer); 4475 575 CryptUpdateDigest(&hmacState, marshalSize, marshalBuffer); 5438 1327 CryptUpdateDigest(&hashState, resParmBufferSize, resParmBuffer); 5754 1586 CryptUpdateDigest(&hmacState, marshalSize, marshalBuffer); 6218 132 CryptUpdateDigest(&hashState, attest->t.size, attest->t.attestationData); 6226 140 CryptUpdateDigest(&hashState, 6229 143 CryptUpdateDigest(&hashState, digest.t.size, digest.t.buffer); 6375 95 CryptUpdateDigest(&hmacState, contextBlob->contextBlob.t.size - integritySize, 6907 144 CryptUpdateDigest(&hmacState, sensitiveSize, sensitiveData); [all …]
|
D | part3.txt | 10318 32 CryptUpdateDigest(&hashObject->state.hashState[i], dataSize, data); 11713 62 CryptUpdateDigest(&hashState, pcrSize, pcrs); 11899 82 CryptUpdateDigest(&hashState, marshalSize, marshalBuffer);
|
/external/tpm2/generator/ |
D | raw_commands_fixed.txt | 18423 CryptUpdateDigest(&hashObject->state.hashState[i], dataSize, data); 20970 CryptUpdateDigest(&hashState, pcrSize, pcrs); 21307 CryptUpdateDigest(&hashState, marshalSize, marshalBuffer);
|
D | raw_commands.txt | 18412 CryptUpdateDigest(&hashObject->state.hashState[i], dataSize, data); 20959 CryptUpdateDigest(&hashState, pcrSize, pcrs); 21296 CryptUpdateDigest(&hashState, marshalSize, marshalBuffer);
|