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

/system/tpm/trunks/
H A Dtpm_utility_impl.cc206 TPML_PCR_SELECTION pcr_allocation; local
207 memset(&pcr_allocation, 0, sizeof(pcr_allocation));
209 pcr_allocation.pcr_selections[pcr_allocation.count].hash = TPM_ALG_SHA256;
210 pcr_allocation.pcr_selections[pcr_allocation.count].sizeof_select =
213 pcr_allocation.pcr_selections[pcr_allocation.count].pcr_select[i] = 0xff;
215 ++pcr_allocation
[all...]
H A Dtpm_generated.cc24306 const TPML_PCR_SELECTION& pcr_allocation,
24334 pcr_allocation,
24565 const TPML_PCR_SELECTION& pcr_allocation,
24579 pcr_allocation,
24592 const TPML_PCR_SELECTION& pcr_allocation,
24603 pcr_allocation,
24303 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
24562 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
24589 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 74 milliseconds