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

/system/tpm/trunks/
H A Dtpm_utility_impl.cc228 TPMI_YES_NO allocation_success; local
234 &allocation_success, &max_pcr, &size_needed, &size_available,
241 if (allocation_success != YES) {
H A Dtpm_generated.cc19922 TPMI_YES_NO* allocation_success,
19991 Parse_TPMI_YES_NO(&buffer, allocation_success, &allocation_success_bytes);
20025 TPMI_YES_NO allocation_success; local
20030 response, &allocation_success, &max_pcr, &size_needed, &size_available,
20036 callback.Run(rc, allocation_success, max_pcr, size_needed, size_available);
20063 TPMI_YES_NO* allocation_success,
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 67 milliseconds