Home
last modified time | relevance | path

Searched defs:auth_handle (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/gsc-utils/tpm_generated/
H A Dtpm_generated.cc20165 const TPMI_RH_PLATFORM& auth_handle, in SerializeCommand_PCR_Allocate()
20368 void Tpm::PCR_Allocate(const TPMI_RH_PLATFORM& auth_handle, in PCR_Allocate()
20389 TPM_RC Tpm::PCR_AllocateSync(const TPMI_RH_PLATFORM& auth_handle, in PCR_AllocateSync()
20413 const TPMI_RH_PLATFORM& auth_handle, in SerializeCommand_PCR_SetAuthPolicy()
20612 void Tpm::PCR_SetAuthPolicy(const TPMI_RH_PLATFORM& auth_handle, in PCR_SetAuthPolicy()
20638 const TPMI_RH_PLATFORM& auth_handle, in PCR_SetAuthPolicySync()
21390 const TPMI_DH_ENTITY& auth_handle, in SerializeCommand_PolicySecret()
21641 void Tpm::PolicySecret(const TPMI_DH_ENTITY& auth_handle, in PolicySecret()
21668 TPM_RC Tpm::PolicySecretSync(const TPMI_DH_ENTITY& auth_handle, in PolicySecretSync()
22604 const TPMI_RH_NV_AUTH& auth_handle, in SerializeCommand_PolicyNV()
[all …]
/aosp_15_r20/external/tpm2-tss/test/integration/
H A Desys-clear-control.int.c42 ESYS_TR auth_handle = ESYS_TR_RH_PLATFORM; in test_esys_clear_control() local
H A Desys-pp-commands.int.c42 ESYS_TR auth_handle = ESYS_TR_RH_PLATFORM; in test_esys_pp_commands() local
H A Desys-clockset.int.c42 ESYS_TR auth_handle = ESYS_TR_RH_OWNER; in test_esys_clockset() local
H A Dsapi-nv-readwrite.int.c75 TPMI_SH_AUTH_SESSION auth_handle; in setup_nv() local
H A Dsapi-nv-policy-locality.int.c89 TPMI_SH_AUTH_SESSION auth_handle = 0; in setup_nv() local
/aosp_15_r20/external/tpm2-tss/test/unit/
H A Desys-tcti-rcs.c1343 ESYS_TR auth_handle = DUMMY_TR_HANDLE_HIERARCHY_PLATFORM; in test_SetCommandCodeAuditStatus() local
2029 ESYS_TR auth_handle = DUMMY_TR_HANDLE_HIERARCHY_PLATFORM; in test_ClearControl() local
2105 ESYS_TR auth_handle = DUMMY_TR_HANDLE_HIERARCHY_PLATFORM; in test_PP_Commands() local
2248 ESYS_TR auth_handle = DUMMY_TR_HANDLE_HIERARCHY_PLATFORM; in test_EvictControl() local
2286 ESYS_TR auth_handle = DUMMY_TR_HANDLE_HIERARCHY_PLATFORM; in test_ClockSet() local
2303 ESYS_TR auth_handle = DUMMY_TR_HANDLE_HIERARCHY_PLATFORM; in test_ClockRateAdjust() local
H A Desys-tpm-rcs.c1323 ESYS_TR auth_handle = DUMMY_TR_HANDLE_HIERARCHY_PLATFORM; in test_SetCommandCodeAuditStatus() local
2009 ESYS_TR auth_handle = DUMMY_TR_HANDLE_HIERARCHY_PLATFORM; in test_ClearControl() local
2085 ESYS_TR auth_handle = DUMMY_TR_HANDLE_HIERARCHY_PLATFORM; in test_PP_Commands() local
2228 ESYS_TR auth_handle = DUMMY_TR_HANDLE_HIERARCHY_PLATFORM; in test_EvictControl() local
2266 ESYS_TR auth_handle = DUMMY_TR_HANDLE_HIERARCHY_PLATFORM; in test_ClockSet() local
2283 ESYS_TR auth_handle = DUMMY_TR_HANDLE_HIERARCHY_PLATFORM; in test_ClockRateAdjust() local
H A Desys-resubmissions.c1434 ESYS_TR auth_handle = DUMMY_TR_HANDLE_HIERARCHY_PLATFORM; in test_SetCommandCodeAuditStatus() local
2191 ESYS_TR auth_handle = DUMMY_TR_HANDLE_HIERARCHY_PLATFORM; in test_ClearControl() local
2275 ESYS_TR auth_handle = DUMMY_TR_HANDLE_HIERARCHY_PLATFORM; in test_PP_Commands() local
2434 ESYS_TR auth_handle = DUMMY_TR_HANDLE_HIERARCHY_PLATFORM; in test_EvictControl() local
2476 ESYS_TR auth_handle = DUMMY_TR_HANDLE_HIERARCHY_PLATFORM; in test_ClockSet() local
2495 ESYS_TR auth_handle = DUMMY_TR_HANDLE_HIERARCHY_PLATFORM; in test_ClockRateAdjust() local
/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/
H A Difapi_policy_execute.h140 ESYS_TR auth_handle; member
H A Difapi_policy_callbacks.c431 ESYS_TR *auth_handle, in ifapi_policyeval_cbauth()
/aosp_15_r20/external/vboot_reference/firmware/lib/tpm2_lite/
H A Dtlcl.c727 uint32_t TlclEvictControl(uint32_t auth_handle, uint32_t object_handle, in TlclEvictControl()