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

/system/tpm/trunks/
H A Dtpm_generated.cc19621 const TPML_PCR_SELECTION& pcr_selection_in,
19639 rc = Serialize_TPML_PCR_SELECTION(pcr_selection_in, &pcr_selection_in_bytes);
19803 void Tpm::PCR_Read(const TPML_PCR_SELECTION& pcr_selection_in, argument
19812 TPM_RC rc = SerializeCommand_PCR_Read(pcr_selection_in, &command,
19821 TPM_RC Tpm::PCR_ReadSync(const TPML_PCR_SELECTION& pcr_selection_in, argument
19828 TPM_RC rc = SerializeCommand_PCR_Read(pcr_selection_in, &command,
19620 SerializeCommand_PCR_Read( const TPML_PCR_SELECTION& pcr_selection_in, std::string* serialized_command, AuthorizationDelegate* authorization_delegate) argument
[all...]

Completed in 102 milliseconds