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

/system/tpm/trunks/
H A Dtpm_utility_impl.cc723 TPM2B_AUTH new_auth = Make_TPM2B_DIGEST(new_password); local
727 key_handle, key_name, kRSAStorageRootKey, parent_name, new_auth,
H A Dtpm_generated.cc11379 const TPM2B_AUTH& new_auth,
11407 rc = Serialize_TPM2B_AUTH(new_auth, &new_auth_bytes);
11588 const TPM2B_AUTH& new_auth,
11599 new_auth, &command, authorization_delegate);
11612 const TPM2B_AUTH& new_auth,
11619 new_auth, &command, authorization_delegate);
26455 const TPM2B_AUTH& new_auth,
26478 rc = Serialize_TPM2B_AUTH(new_auth, &new_auth_bytes);
26634 const TPM2B_AUTH& new_auth,
26644 auth_handle, auth_handle_name, new_auth,
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
26452 SerializeCommand_HierarchyChangeAuth( const TPMI_RH_HIERARCHY_AUTH& auth_handle, const std::string& auth_handle_name, const TPM2B_AUTH& new_auth, std::string* serialized_command, AuthorizationDelegate* authorization_delegate) argument
26632 HierarchyChangeAuth(const TPMI_RH_HIERARCHY_AUTH& auth_handle, const std::string& auth_handle_name, const TPM2B_AUTH& new_auth, AuthorizationDelegate* authorization_delegate, const HierarchyChangeAuthResponse& callback) argument
26653 HierarchyChangeAuthSync( const TPMI_RH_HIERARCHY_AUTH& auth_handle, const std::string& auth_handle_name, const TPM2B_AUTH& new_auth, AuthorizationDelegate* authorization_delegate) argument
32703 SerializeCommand_NV_ChangeAuth( const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, const TPM2B_AUTH& new_auth, std::string* serialized_command, AuthorizationDelegate* authorization_delegate) argument
32881 NV_ChangeAuth(const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, const TPM2B_AUTH& new_auth, AuthorizationDelegate* authorization_delegate, const NV_ChangeAuthResponse& callback) argument
32901 NV_ChangeAuthSync(const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, const TPM2B_AUTH& new_auth, AuthorizationDelegate* authorization_delegate) argument
[all...]

Completed in 126 milliseconds