Searched refs:CryptDigestUpdate (Results 1 – 14 of 14) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ |
D | CryptHash.c | 387 CryptDigestUpdate( in CryptDigestUpdate() function 447 CryptDigestUpdate(&state, dataSize, data); in CryptHashBlock() 467 CryptDigestUpdate(state, bIn->size, bIn->buffer); in CryptDigestUpdate2B() 501 CryptDigestUpdate(state, intSize, &((BYTE *)&intValue)[8 - intSize]); in CryptDigestUpdateInt() 560 CryptDigestUpdate((PHASH_STATE)state, state->hmacKey.t.size, in CryptHmacStart() 610 CryptDigestUpdate(hState, state->hmacKey.t.size, state->hmacKey.t.buffer); in CryptHmacEnd() 611 CryptDigestUpdate(hState, hState->def->digestSize, temp); in CryptHmacEnd() 693 CryptDigestUpdate(&hashState, seedSize, seed); in CryptMGF_KDF()
|
D | CryptRsa.c | 639 CryptDigestUpdate(&hashState, 8, pOut); in PssEncode() 641 CryptDigestUpdate(&hashState, saltSize, salt); in PssEncode() 760 CryptDigestUpdate(&hashState, 8, pad); in PssDecode() 763 CryptDigestUpdate(&hashState, dIn->size, dIn->buffer); in PssDecode() 766 CryptDigestUpdate(&hashState, i, pm); in PssDecode()
|
D | CryptEccSignature.c | 742 CryptDigestUpdate(&hashState, Ex2.t.size, Ex2.t.buffer); in BnValidateSignatureEcSchnorr() 743 CryptDigestUpdate(&hashState, digest->t.size, digest->t.buffer); in BnValidateSignatureEcSchnorr()
|
D | AlgorithmTests.c | 120 CryptDigestUpdate(&state.hashState, 2 * CryptHashGetBlockSize(hashAlg), in TestHash()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/events/ |
D | _TPM_Hash_Data.c | 66 CryptDigestUpdate(&hashObject->state.hashState[i], dataSize, data); in _TPM_Hash_Data()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Attestation/ |
D | CertifyX509.c | 207 CryptDigestUpdate(&hash, certTBS[i].len, certTBS[i].buf); in TPM2_CertifyX509() 247 CryptDigestUpdate(&hash, certTBS[i].len, certTBS[i].buf); in TPM2_CertifyX509()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/EA/ |
D | PolicyLocality.c | 124 CryptDigestUpdate(&hashState, marshalSize, marshalBuffer); in TPM2_PolicyLocality()
|
D | PolicyPCR.c | 108 CryptDigestUpdate(&hashState, pcrSize, pcrs); in TPM2_PolicyPCR()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | CryptHash_fp.h | 189 CryptDigestUpdate(
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/ |
D | PCR.c | 727 CryptDigestUpdate(&hashState, pcrSize, pcrData); in PCRExtend() 728 CryptDigestUpdate(&hashState, size, data); in PCRExtend() 780 CryptDigestUpdate(&hashState, pcrSize, pcrData); // add to digest in PCRComputeCurrentDigest()
|
D | NvDynamic.c | 931 CryptDigestUpdate(hashState, size, buffer); in NvHashIndexData() 941 CryptDigestUpdate(hashState, readSize, buffer); in NvHashIndexData() 1198 CryptDigestUpdate(&hashState, dataSize, marshalBuffer); in NvGetIndexName()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Context/ |
D | Context_spt.c | 178 CryptDigestUpdate(&hmacState.hashState, in ComputeContextIntegrity()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/ |
D | SessionProcess.c | 631 CryptDigestUpdate(&hashState, command->parameterSize, in ComputeCpHash() 906 CryptDigestUpdate(&hmacState.hashState, marshalSize, marshalBuffer); in ComputeCommandHMAC() 1747 CryptDigestUpdate(&hashState, command->parameterSize, in ComputeRpHash() 2016 CryptDigestUpdate(&hmacState.hashState, marshalSize, marshalBuffer); in ComputeResponseHMAC()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Object/ |
D | Object_spt.c | 199 CryptDigestUpdate(&hmacState.hashState, sensitiveSize, sensitiveData); in ComputeOuterIntegrity() 227 CryptDigestUpdate(&hashState, dataSize, sensitiveData); in ComputeInnerIntegrity() 767 CryptDigestUpdate(&hashState, outCreation->size, creationBuffer); in FillInCreationData()
|