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

/system/tpm/trunks/
H A Dmock_tpm.cc68 TPM_RC MockTpm::CreateSync(const TPMI_DH_OBJECT& parent_handle, argument
80 return CreateSyncShort(parent_handle, in_sensitive, in_public, creation_pcr,
H A Dtpm_generated.cc9587 const TPMI_DH_OBJECT& parent_handle,
9610 rc = Serialize_TPMI_DH_OBJECT(parent_handle, &parent_handle_bytes);
9842 void Tpm::Create(const TPMI_DH_OBJECT& parent_handle, argument
9857 parent_handle, parent_handle_name, in_sensitive, in_public, outside_info,
9866 TPM_RC Tpm::CreateSync(const TPMI_DH_OBJECT& parent_handle, argument
9881 parent_handle, parent_handle_name, in_sensitive, in_public, outside_info,
9894 const TPMI_DH_OBJECT& parent_handle,
9915 rc = Serialize_TPMI_DH_OBJECT(parent_handle, &parent_handle_bytes);
10106 void Tpm::Load(const TPMI_DH_OBJECT& parent_handle, argument
10119 SerializeCommand_Load(parent_handle, parent_handle_nam
9586 SerializeCommand_Create( const TPMI_DH_OBJECT& parent_handle, const std::string& parent_handle_name, const TPM2B_SENSITIVE_CREATE& in_sensitive, const TPM2B_PUBLIC& in_public, const TPM2B_DATA& outside_info, const TPML_PCR_SELECTION& creation_pcr, std::string* serialized_command, AuthorizationDelegate* authorization_delegate) argument
9893 SerializeCommand_Load( const TPMI_DH_OBJECT& parent_handle, const std::string& parent_handle_name, const TPM2B_PRIVATE& in_private, const TPM2B_PUBLIC& in_public, std::string* serialized_command, AuthorizationDelegate* authorization_delegate) argument
10128 LoadSync(const TPMI_DH_OBJECT& parent_handle, const std::string& parent_handle_name, const TPM2B_PRIVATE& in_private, const TPM2B_PUBLIC& in_public, TPM_HANDLE* object_handle, TPM2B_NAME* name, AuthorizationDelegate* authorization_delegate) argument
11374 SerializeCommand_ObjectChangeAuth( const TPMI_DH_OBJECT& object_handle, const std::string& object_handle_name, const TPMI_DH_OBJECT& parent_handle, const std::string& parent_handle_name, const TPM2B_AUTH& new_auth, std::string* serialized_command, AuthorizationDelegate* authorization_delegate) argument
11584 ObjectChangeAuth(const TPMI_DH_OBJECT& object_handle, const std::string& object_handle_name, const TPMI_DH_OBJECT& parent_handle, const std::string& parent_handle_name, const TPM2B_AUTH& new_auth, AuthorizationDelegate* authorization_delegate, const ObjectChangeAuthResponse& callback) argument
11607 ObjectChangeAuthSync( const TPMI_DH_OBJECT& object_handle, const std::string& object_handle_name, const TPMI_DH_OBJECT& parent_handle, const std::string& parent_handle_name, const TPM2B_AUTH& new_auth, TPM2B_PRIVATE* out_private, AuthorizationDelegate* authorization_delegate) argument
12195 SerializeCommand_Import( const TPMI_DH_OBJECT& parent_handle, const std::string& parent_handle_name, const TPM2B_DATA& encryption_key, const TPM2B_PUBLIC& object_public, const TPM2B_PRIVATE& duplicate, const TPM2B_ENCRYPTED_SECRET& in_sym_seed, const TPMT_SYM_DEF_OBJECT& symmetric_alg, std::string* serialized_command, AuthorizationDelegate* authorization_delegate) argument
12429 Import(const TPMI_DH_OBJECT& parent_handle, const std::string& parent_handle_name, const TPM2B_DATA& encryption_key, const TPM2B_PUBLIC& object_public, const TPM2B_PRIVATE& duplicate, const TPM2B_ENCRYPTED_SECRET& in_sym_seed, const TPMT_SYM_DEF_OBJECT& symmetric_alg, AuthorizationDelegate* authorization_delegate, const ImportResponse& callback) argument
12454 ImportSync(const TPMI_DH_OBJECT& parent_handle, const std::string& parent_handle_name, const TPM2B_DATA& encryption_key, const TPM2B_PUBLIC& object_public, const TPM2B_PRIVATE& duplicate, const TPM2B_ENCRYPTED_SECRET& in_sym_seed, const TPMT_SYM_DEF_OBJECT& symmetric_alg, TPM2B_PRIVATE* out_private, AuthorizationDelegate* authorization_delegate) argument
[all...]

Completed in 1173 milliseconds