Home
last modified time | relevance | path

Searched refs:pcrSize (Results 1 – 3 of 3) sorted by relevance

/dports/security/tpm-tools/tpm-tools-1.3.9.1_1/src/tpm_mgmt/
H A Dtpm_nvdefine.c174 UINT32 pcrSize; in parseNVPermsFile() local
207 pcrSize = n/2; in parseNVPermsFile()
216 if (pcrcompositeSetPcrValue(*hPcrsRead, pcr, pcrSize, (BYTE *)hash_bin) in parseNVPermsFile()
226 if (pcrcompositeSetPcrValue(*hPcrsWrite, pcr, pcrSize, (BYTE *)hash_bin) in parseNVPermsFile()
385 UINT32 pcrSize; in main() local
401 if (tpmPcrRead(hTpm, selectedPcrsRead[i], &pcrSize, &pcrValue) != in main()
406 pcrSize, pcrValue) in main()
413 UINT32 pcrSize; in main() local
429 if (tpmPcrRead(hTpm, selectedPcrsWrite[i], &pcrSize, &pcrValue) != in main()
434 pcrSize, pcrValue) in main()
/dports/security/tpm-tools/tpm-tools-1.3.9.1_1/src/cmds/
H A Dtpm_sealdata.c159 UINT32 pcrSize; in main() local
180 if (tpmPcrRead(hTpm, selectedPcrs[i], &pcrSize, &pcrValue) != TSS_SUCCESS) in main()
183 if (pcrcompositeSetPcrValue(hPcrs, selectedPcrs[i], pcrSize, pcrValue) in main()
/dports/security/trousers/trousers-0.3.14_3/src/tspi/
H A Dobj_rsakey.c1791 UINT32 pcrType, pcrSize; in obj_rsakey_set_pcr_data() local
1807 if ((result = obj_pcrs_create_info_type(hPcrComposite, &pcrType, &pcrSize, &pcrInfo))) in obj_rsakey_set_pcr_data()
1811 rsakey->key.PCRInfoSize = pcrSize; in obj_rsakey_set_pcr_data()