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

  /external/tpm2/
PolicyPCR_fp.h 15 TPML_PCR_SELECTION pcrs; member in struct:__anon23297
PolicyPCR.c 24 BYTE pcrs[sizeof(TPML_PCR_SELECTION)]; local
44 PCRComputeCurrentDigest(session->authHashAlg, &in->pcrs, &pcrDigest);
63 // || pcrs || pcrDigest)
73 // add PCRS
74 buffer = pcrs;
76 pcrSize = TPML_PCR_SELECTION_Marshal(&in->pcrs, &buffer, &bufferSize);
77 CryptUpdateDigest(&hashState, pcrSize, pcrs);
  /system/tpm/trunks/
tpm_utility_test.cc 103 TPML_PCR_SELECTION* pcrs) {
104 memset(pcrs, 0, sizeof(TPML_PCR_SELECTION));
108 pcrs->pcr_selections[pcrs->count].hash = TPM_ALG_SHA256;
109 pcrs->pcr_selections[pcrs->count].sizeof_select = PCR_SELECT_MIN;
111 pcrs->pcr_selections[pcrs->count].pcr_select[i] = 0xff;
113 ++pcrs->count;
116 pcrs->pcr_selections[pcrs->count].hash = TPM_ALG_SHA1
131 TPML_PCR_SELECTION& pcrs = capability_data.data.assigned_pcr; local
    [all...]

Completed in 63 milliseconds