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:__anon35452
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 101 TPML_PCR_SELECTION* pcrs) {
102 memset(pcrs, 0, sizeof(TPML_PCR_SELECTION));
106 pcrs->pcr_selections[pcrs->count].hash = TPM_ALG_SHA256;
107 pcrs->pcr_selections[pcrs->count].sizeof_select = PCR_SELECT_MIN;
109 pcrs->pcr_selections[pcrs->count].pcr_select[i] = 0xff;
111 ++pcrs->count;
114 pcrs->pcr_selections[pcrs->count].hash = TPM_ALG_SHA1
129 TPML_PCR_SELECTION& pcrs = capability_data.data.assigned_pcr; local
    [all...]

Completed in 54 milliseconds