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

  /external/tpm2/
_TPM_Hash_Data.c 42 CryptUpdateDigest(&hashObject->state.hashState[i], dataSize, data);
Attest_spt.c 162 CryptUpdateDigest(&hashState, attest->t.size, attest->t.attestationData);
169 CryptUpdateDigest(&hashState,
172 CryptUpdateDigest(&hashState, digest.t.size, digest.t.buffer);
PolicyLocality.c 99 CryptUpdateDigest(&hashState, marshalSize, marshalBuffer);
PolicyPCR.c 77 CryptUpdateDigest(&hashState, pcrSize, pcrs);
Context_spt.c 101 CryptUpdateDigest(&hmacState, contextBlob->contextBlob.t.size - integritySize,
CryptUtil_fp.h 340 void CryptUpdateDigest(void *digestState, // IN: the state of hash stack
SessionProcess.c 495 CryptUpdateDigest(&hashState, parmBufferSize, parmBuffer);
660 CryptUpdateDigest(&hmacState, marshalSize, marshalBuffer);
    [all...]
Object_spt.c 180 CryptUpdateDigest(&hmacState, sensitiveSize, sensitiveData);
206 CryptUpdateDigest(&hashState, dataSize, sensitiveData);
649 CryptUpdateDigest(&hashState, outCreation->t.size, creationBuffer);
    [all...]
PCR.c 710 CryptUpdateDigest(&hashState, pcrSize, pcrData);
711 CryptUpdateDigest(&hashState, size, data);
760 CryptUpdateDigest(&hashState, pcrSize, pcrData); // add to digest
    [all...]
CryptUtil.c 318 // 10.2.4.8 CryptUpdateDigest()
325 CryptUpdateDigest(
355 // In CryptUpdateDigest(), if size is zero or buffer is NULL, then no change
359 CryptUpdateDigest(digestState, bIn->size, bIn->buffer);
402 CryptUpdateDigest(state, intSize, marshalBuffer);
    [all...]
NV.c     [all...]

Completed in 134 milliseconds