Searched defs:pcr_allocation (Results 1 - 2 of 2) sorted by relevance

/system/tpm/trunks/
H A Dtpm_utility_impl.cc209 TPML_PCR_SELECTION pcr_allocation; local
210 memset(&pcr_allocation, 0, sizeof(pcr_allocation));
212 pcr_allocation.pcr_selections[pcr_allocation.count].hash = TPM_ALG_SHA256;
213 pcr_allocation.pcr_selections[pcr_allocation.count].sizeof_select =
216 pcr_allocation.pcr_selections[pcr_allocation.count].pcr_select[i] = 0xff;
218 ++pcr_allocation
[all...]
H A Dtpm_generated.cc19842 const TPML_PCR_SELECTION& pcr_allocation,
19865 rc = Serialize_TPML_PCR_SELECTION(pcr_allocation, &pcr_allocation_bytes);
20041 const TPML_PCR_SELECTION& pcr_allocation,
20051 pcr_allocation, &command,
20062 const TPML_PCR_SELECTION& pcr_allocation,
20071 pcr_allocation, &command,
19839 SerializeCommand_PCR_Allocate( const TPMI_RH_PLATFORM& auth_handle, const std::string& auth_handle_name, const TPML_PCR_SELECTION& pcr_allocation, std::string* serialized_command, AuthorizationDelegate* authorization_delegate) argument
20039 PCR_Allocate(const TPMI_RH_PLATFORM& auth_handle, const std::string& auth_handle_name, const TPML_PCR_SELECTION& pcr_allocation, AuthorizationDelegate* authorization_delegate, const PCR_AllocateResponse& callback) argument
20060 PCR_AllocateSync(const TPMI_RH_PLATFORM& auth_handle, const std::string& auth_handle_name, const TPML_PCR_SELECTION& pcr_allocation, TPMI_YES_NO* allocation_success, UINT32* max_pcr, UINT32* size_needed, UINT32* size_available, AuthorizationDelegate* authorization_delegate) argument
[all...]

Completed in 79 milliseconds