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

/system/tpm/trunks/
H A Dtpm_generated.cc28616 const TPMI_DH_CONTEXT& flush_handle,
28634 rc = Serialize_TPMI_DH_CONTEXT(flush_handle, &flush_handle_bytes);
28774 void Tpm::FlushContext(const TPMI_DH_CONTEXT& flush_handle, argument
28783 TPM_RC rc = SerializeCommand_FlushContext(flush_handle, &command,
28792 TPM_RC Tpm::FlushContextSync(const TPMI_DH_CONTEXT& flush_handle, argument
28796 TPM_RC rc = SerializeCommand_FlushContext(flush_handle, &command,
28615 SerializeCommand_FlushContext( const TPMI_DH_CONTEXT& flush_handle, std::string* serialized_command, AuthorizationDelegate* authorization_delegate) argument
[all...]

Completed in 173 milliseconds