Home
last modified time | relevance | path

Searched refs:CryptDigestUpdate (Results 1 – 14 of 14) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptHash.c387 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()
DCryptRsa.c639 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()
DCryptEccSignature.c742 CryptDigestUpdate(&hashState, Ex2.t.size, Ex2.t.buffer); in BnValidateSignatureEcSchnorr()
743 CryptDigestUpdate(&hashState, digest->t.size, digest->t.buffer); in BnValidateSignatureEcSchnorr()
DAlgorithmTests.c120 CryptDigestUpdate(&state.hashState, 2 * CryptHashGetBlockSize(hashAlg), in TestHash()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/events/
D_TPM_Hash_Data.c66 CryptDigestUpdate(&hashObject->state.hashState[i], dataSize, data); in _TPM_Hash_Data()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Attestation/
DCertifyX509.c207 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/
DPolicyLocality.c124 CryptDigestUpdate(&hashState, marshalSize, marshalBuffer); in TPM2_PolicyLocality()
DPolicyPCR.c108 CryptDigestUpdate(&hashState, pcrSize, pcrs); in TPM2_PolicyPCR()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DCryptHash_fp.h189 CryptDigestUpdate(
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DPCR.c727 CryptDigestUpdate(&hashState, pcrSize, pcrData); in PCRExtend()
728 CryptDigestUpdate(&hashState, size, data); in PCRExtend()
780 CryptDigestUpdate(&hashState, pcrSize, pcrData); // add to digest in PCRComputeCurrentDigest()
DNvDynamic.c931 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/
DContext_spt.c178 CryptDigestUpdate(&hmacState.hashState, in ComputeContextIntegrity()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/
DSessionProcess.c631 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/
DObject_spt.c199 CryptDigestUpdate(&hmacState.hashState, sensitiveSize, sensitiveData); in ComputeOuterIntegrity()
227 CryptDigestUpdate(&hashState, dataSize, sensitiveData); in ComputeInnerIntegrity()
767 CryptDigestUpdate(&hashState, outCreation->size, creationBuffer); in FillInCreationData()