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

/system/tpm/trunks/
H A Dmock_tpm.cc182 const std::string& nv_index_name,
217 const std::string& nv_index_name,
232 const std::string& nv_index_name,
179 PolicyNV(const TPMI_RH_NV_AUTH& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, const TPMI_SH_POLICY& policy_session, const std::string& policy_session_name, const TPM2B_OPERAND& operand_b, const UINT16& offset, const TPM_EO& operation, AuthorizationDelegate* authorization_delegate, const PolicyNVResponse& callback) argument
212 NV_Certify(const TPMI_DH_OBJECT& sign_handle, const std::string& sign_handle_name, const TPMI_RH_NV_AUTH& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, const TPM2B_DATA& qualifying_data, const TPMT_SIG_SCHEME& in_scheme, const UINT16& size, const UINT16& offset, AuthorizationDelegate* authorization_delegate, const NV_CertifyResponse& callback) argument
227 NV_CertifySync(const TPMI_DH_OBJECT& sign_handle, const std::string& sign_handle_name, const TPMI_RH_NV_AUTH& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, const TPM2B_DATA& qualifying_data, const TPMT_SIG_SCHEME& in_scheme, const UINT16& size, const UINT16& offset, TPM2B_ATTEST* certify_info, TPMT_SIGNATURE* signature, AuthorizationDelegate* authorization_delegate) argument
H A Dtpm_generated.cc22243 const std::string& nv_index_name,
22309 hash->Update(nv_index_name.data(), nv_index_name.size());
22457 const std::string& nv_index_name,
22472 auth_handle, auth_handle_name, nv_index, nv_index_name, policy_session,
22485 const std::string& nv_index_name,
22495 auth_handle, auth_handle_name, nv_index, nv_index_name, policy_session,
30281 const std::string& nv_index_name,
30314 hash->Update(nv_index_name.data(), nv_index_name
22239 SerializeCommand_PolicyNV( const TPMI_RH_NV_AUTH& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, const TPMI_SH_POLICY& policy_session, const std::string& policy_session_name, const TPM2B_OPERAND& operand_b, const UINT16& offset, const TPM_EO& operation, std::string* serialized_command, AuthorizationDelegate* authorization_delegate) argument
22454 PolicyNV(const TPMI_RH_NV_AUTH& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, const TPMI_SH_POLICY& policy_session, const std::string& policy_session_name, const TPM2B_OPERAND& operand_b, const UINT16& offset, const TPM_EO& operation, AuthorizationDelegate* authorization_delegate, const PolicyNVResponse& callback) argument
22482 PolicyNVSync(const TPMI_RH_NV_AUTH& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, const TPMI_SH_POLICY& policy_session, const std::string& policy_session_name, const TPM2B_OPERAND& operand_b, const UINT16& offset, const TPM_EO& operation, AuthorizationDelegate* authorization_delegate) argument
30277 SerializeCommand_NV_UndefineSpace( const TPMI_RH_PROVISION& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, std::string* serialized_command, AuthorizationDelegate* authorization_delegate) argument
30450 NV_UndefineSpace(const TPMI_RH_PROVISION& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, AuthorizationDelegate* authorization_delegate, const NV_UndefineSpaceResponse& callback) argument
30472 NV_UndefineSpaceSync( const TPMI_RH_PROVISION& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, AuthorizationDelegate* authorization_delegate) argument
30491 SerializeCommand_NV_UndefineSpaceSpecial( const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, const TPMI_RH_PLATFORM& platform, const std::string& platform_name, std::string* serialized_command, AuthorizationDelegate* authorization_delegate) argument
30664 NV_UndefineSpaceSpecial( const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, const TPMI_RH_PLATFORM& platform, const std::string& platform_name, AuthorizationDelegate* authorization_delegate, const NV_UndefineSpaceSpecialResponse& callback) argument
30687 NV_UndefineSpaceSpecialSync( const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, const TPMI_RH_PLATFORM& platform, const std::string& platform_name, AuthorizationDelegate* authorization_delegate) argument
30706 SerializeCommand_NV_ReadPublic( const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, std::string* serialized_command, AuthorizationDelegate* authorization_delegate) argument
30894 NV_ReadPublic(const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, AuthorizationDelegate* authorization_delegate, const NV_ReadPublicResponse& callback) argument
30913 NV_ReadPublicSync(const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, TPM2B_NV_PUBLIC* nv_public, TPM2B_NAME* nv_name, AuthorizationDelegate* authorization_delegate) argument
30931 SerializeCommand_NV_Write( const TPMI_RH_NV_AUTH& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, const TPM2B_MAX_NV_BUFFER& data, const UINT16& offset, std::string* serialized_command, AuthorizationDelegate* authorization_delegate) argument
31127 NV_Write(const TPMI_RH_NV_AUTH& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, const TPM2B_MAX_NV_BUFFER& data, const UINT16& offset, AuthorizationDelegate* authorization_delegate, const NV_WriteResponse& callback) argument
31151 NV_WriteSync(const TPMI_RH_NV_AUTH& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, const TPM2B_MAX_NV_BUFFER& data, const UINT16& offset, AuthorizationDelegate* authorization_delegate) argument
31171 SerializeCommand_NV_Increment( const TPMI_RH_NV_AUTH& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, std::string* serialized_command, AuthorizationDelegate* authorization_delegate) argument
31341 NV_Increment(const TPMI_RH_NV_AUTH& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, AuthorizationDelegate* authorization_delegate, const NV_IncrementResponse& callback) argument
31363 NV_IncrementSync(const TPMI_RH_NV_AUTH& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, AuthorizationDelegate* authorization_delegate) argument
31381 SerializeCommand_NV_Extend( const TPMI_RH_NV_AUTH& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, const TPM2B_MAX_NV_BUFFER& data, std::string* serialized_command, AuthorizationDelegate* authorization_delegate) argument
31568 NV_Extend(const TPMI_RH_NV_AUTH& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, const TPM2B_MAX_NV_BUFFER& data, AuthorizationDelegate* authorization_delegate, const NV_ExtendResponse& callback) argument
31591 NV_ExtendSync(const TPMI_RH_NV_AUTH& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, const TPM2B_MAX_NV_BUFFER& data, AuthorizationDelegate* authorization_delegate) argument
31610 SerializeCommand_NV_SetBits( const TPMI_RH_NV_AUTH& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, const UINT64& bits, std::string* serialized_command, AuthorizationDelegate* authorization_delegate) argument
31789 NV_SetBits(const TPMI_RH_NV_AUTH& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, const UINT64& bits, AuthorizationDelegate* authorization_delegate, const NV_SetBitsResponse& callback) argument
31812 NV_SetBitsSync(const TPMI_RH_NV_AUTH& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, const UINT64& bits, AuthorizationDelegate* authorization_delegate) argument
31831 SerializeCommand_NV_WriteLock( const TPMI_RH_NV_AUTH& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, std::string* serialized_command, AuthorizationDelegate* authorization_delegate) argument
32001 NV_WriteLock(const TPMI_RH_NV_AUTH& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, AuthorizationDelegate* authorization_delegate, const NV_WriteLockResponse& callback) argument
32023 NV_WriteLockSync(const TPMI_RH_NV_AUTH& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, AuthorizationDelegate* authorization_delegate) argument
32239 SerializeCommand_NV_Read( const TPMI_RH_NV_AUTH& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, const UINT16& size, const UINT16& offset, std::string* serialized_command, AuthorizationDelegate* authorization_delegate) argument
32448 NV_Read(const TPMI_RH_NV_AUTH& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, const UINT16& size, const UINT16& offset, AuthorizationDelegate* authorization_delegate, const NV_ReadResponse& callback) argument
32472 NV_ReadSync(const TPMI_RH_NV_AUTH& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, const UINT16& size, const UINT16& offset, TPM2B_MAX_NV_BUFFER* data, AuthorizationDelegate* authorization_delegate) argument
32493 SerializeCommand_NV_ReadLock( const TPMI_RH_NV_AUTH& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, std::string* serialized_command, AuthorizationDelegate* authorization_delegate) argument
32663 NV_ReadLock(const TPMI_RH_NV_AUTH& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, AuthorizationDelegate* authorization_delegate, const NV_ReadLockResponse& callback) argument
32685 NV_ReadLockSync(const TPMI_RH_NV_AUTH& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, 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
32917 SerializeCommand_NV_Certify( const TPMI_DH_OBJECT& sign_handle, const std::string& sign_handle_name, const TPMI_RH_NV_AUTH& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, const TPM2B_DATA& qualifying_data, const TPMT_SIG_SCHEME& in_scheme, const UINT16& size, const UINT16& offset, std::string* serialized_command, AuthorizationDelegate* authorization_delegate) argument
33169 NV_Certify(const TPMI_DH_OBJECT& sign_handle, const std::string& sign_handle_name, const TPMI_RH_NV_AUTH& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, const TPM2B_DATA& qualifying_data, const TPMT_SIG_SCHEME& in_scheme, const UINT16& size, const UINT16& offset, AuthorizationDelegate* authorization_delegate, const NV_CertifyResponse& callback) argument
33198 NV_CertifySync(const TPMI_DH_OBJECT& sign_handle, const std::string& sign_handle_name, const TPMI_RH_NV_AUTH& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, const TPM2B_DATA& qualifying_data, const TPMT_SIG_SCHEME& in_scheme, const UINT16& size, const UINT16& offset, TPM2B_ATTEST* certify_info, TPMT_SIGNATURE* signature, AuthorizationDelegate* authorization_delegate) argument
[all...]

Completed in 117 milliseconds