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

/system/tpm/trunks/
H A Dtpm_utility_impl.cc229 uint32_t max_pcr; local
234 &allocation_success, &max_pcr, &size_needed, &size_available,
H A Dtpm_generated.cc19923 UINT32* max_pcr,
19996 rc = Parse_UINT32(&buffer, max_pcr, &max_pcr_bytes);
20026 UINT32 max_pcr; local
20030 response, &allocation_success, &max_pcr, &size_needed, &size_available,
20036 callback.Run(rc, allocation_success, max_pcr, size_needed, size_available);
20064 UINT32* max_pcr,
20077 rc = ParseResponse_PCR_Allocate(response, allocation_success, max_pcr,
19920 ParseResponse_PCR_Allocate( const std::string& response, TPMI_YES_NO* allocation_success, UINT32* max_pcr, UINT32* size_needed, UINT32* size_available, AuthorizationDelegate* authorization_delegate) 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 98 milliseconds