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

  /external/tpm2/
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);
PolicyPCR_fp.h 15 TPML_PCR_SELECTION pcrs; member in struct:__anon33782
Marshal_PolicyPCR.c 22 result = TPML_PCR_SELECTION_Unmarshal(&target->pcrs, buffer, size);
  /external/autotest/server/site_tests/firmware_TPMExtend/
firmware_TPMExtend.py 12 """Test to ensure TPM PCRs are extended correctly."""
22 pcrs_file='/sys/class/*/tpm0/device/pcrs'
23 pcrs = '\n'.join(self.faft_client.system.run_shell_command_get_output(
25 logging.debug('Dumping PCRs read from device: \n%s', pcrs)
29 return ('PCR-%.2d: %s' % (num, spaced.upper())) in pcrs
  /external/ltp/testcases/kernel/security/integrity/ima/tests/
ima_tpm.sh 99 # Would be nice to know where the PCRs are located. Is this safe?
100 PCRS_PATH=$(find /$SYSFS/devices/ | grep 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...]
mock_tpm.h     [all...]
tpm_generated.h     [all...]
tpm_generated.cc     [all...]

Completed in 326 milliseconds