HomeSort by relevance Sort by last modified time
    Searched defs:pcrDigest (Results 1 - 4 of 4) sorted by null

  /external/tpm2/
PolicyPCR_fp.h 14 TPM2B_DIGEST pcrDigest;
PolicyPCR.c 14 // TPM_RC_VALUE if provided, pcrDigest does not match the current PCR settings
23 TPM2B_DIGEST pcrDigest;
44 PCRComputeCurrentDigest(session->authHashAlg, &in->pcrs, &pcrDigest);
48 if(in->pcrDigest.t.size != 0)
50 if(!Memory2BEqual(&in->pcrDigest.b, &pcrDigest.b))
57 pcrDigest = in->pcrDigest;
63 // || pcrs || pcrDigest)
80 CryptUpdateDigest2B(&hashState, &pcrDigest.b)
    [all...]
tpm_types.h     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h     [all...]

Completed in 79 milliseconds