Lines Matching refs:auth

15116     const TPM2B_AUTH& auth,  in SerializeCommand_HMAC_Start()  argument
15140 rc = Serialize_TPM2B_AUTH(auth, &auth_bytes); in SerializeCommand_HMAC_Start()
15309 const TPM2B_AUTH& auth, in HMAC_Start() argument
15319 TPM_RC rc = SerializeCommand_HMAC_Start(handle, handle_name, auth, hash_alg, in HMAC_Start()
15330 const TPM2B_AUTH& auth, in HMAC_StartSync() argument
15336 TPM_RC rc = SerializeCommand_HMAC_Start(handle, handle_name, auth, hash_alg, in HMAC_StartSync()
15348 const TPM2B_AUTH& auth, in SerializeCommand_HashSequenceStart() argument
15367 rc = Serialize_TPM2B_AUTH(auth, &auth_bytes); in SerializeCommand_HashSequenceStart()
15533 void Tpm::HashSequenceStart(const TPM2B_AUTH& auth, in HashSequenceStart() argument
15543 TPM_RC rc = SerializeCommand_HashSequenceStart(auth, hash_alg, &command, in HashSequenceStart()
15553 const TPM2B_AUTH& auth, in HashSequenceStartSync() argument
15559 TPM_RC rc = SerializeCommand_HashSequenceStart(auth, hash_alg, &command, in HashSequenceStartSync()
18956 const TPMI_RH_PROVISION& auth, in SerializeCommand_SetCommandCodeAuditStatus() argument
18978 rc = Serialize_TPMI_RH_PROVISION(auth, &auth_bytes); in SerializeCommand_SetCommandCodeAuditStatus()
19146 const TPMI_RH_PROVISION& auth, in SetCommandCodeAuditStatus() argument
19161 auth, auth_name, audit_alg, set_list, clear_list, &command, in SetCommandCodeAuditStatus()
19171 const TPMI_RH_PROVISION& auth, in SetCommandCodeAuditStatusSync() argument
19180 auth, auth_name, audit_alg, set_list, clear_list, &command, in SetCommandCodeAuditStatusSync()
20330 const TPM2B_DIGEST& auth, in SerializeCommand_PCR_SetAuthValue() argument
20353 rc = Serialize_TPM2B_DIGEST(auth, &auth_bytes); in SerializeCommand_PCR_SetAuthValue()
20509 const TPM2B_DIGEST& auth, in PCR_SetAuthValue() argument
20519 pcr_handle, pcr_handle_name, auth, &command, authorization_delegate); in PCR_SetAuthValue()
20530 const TPM2B_DIGEST& auth, in PCR_SetAuthValueSync() argument
20535 pcr_handle, pcr_handle_name, auth, &command, authorization_delegate); in PCR_SetAuthValueSync()
20747 const TPMT_SIGNATURE& auth, in SerializeCommand_PolicySigned() argument
20795 rc = Serialize_TPMT_SIGNATURE(auth, &auth_bytes); in SerializeCommand_PolicySigned()
20997 const TPMT_SIGNATURE& auth, in PolicySigned() argument
21008 nonce_tpm, cp_hash_a, policy_ref, expiration, auth, &command, in PolicySigned()
21025 const TPMT_SIGNATURE& auth, in PolicySignedSync() argument
21033 nonce_tpm, cp_hash_a, policy_ref, expiration, auth, &command, in PolicySignedSync()
26248 const TPMI_RH_CLEAR& auth, in SerializeCommand_ClearControl() argument
26268 rc = Serialize_TPMI_RH_CLEAR(auth, &auth_bytes); in SerializeCommand_ClearControl()
26416 void Tpm::ClearControl(const TPMI_RH_CLEAR& auth, in ClearControl() argument
26427 TPM_RC rc = SerializeCommand_ClearControl(auth, auth_name, disable, &command, in ClearControl()
26436 TPM_RC Tpm::ClearControlSync(const TPMI_RH_CLEAR& auth, in ClearControlSync() argument
26442 TPM_RC rc = SerializeCommand_ClearControl(auth, auth_name, disable, &command, in ClearControlSync()
27109 const TPMI_RH_PLATFORM& auth, in SerializeCommand_PP_Commands() argument
27130 rc = Serialize_TPMI_RH_PLATFORM(auth, &auth_bytes); in SerializeCommand_PP_Commands()
27286 void Tpm::PP_Commands(const TPMI_RH_PLATFORM& auth, in PP_Commands() argument
27299 auth, auth_name, set_list, clear_list, &command, authorization_delegate); in PP_Commands()
27307 TPM_RC Tpm::PP_CommandsSync(const TPMI_RH_PLATFORM& auth, in PP_CommandsSync() argument
27315 auth, auth_name, set_list, clear_list, &command, authorization_delegate); in PP_CommandsSync()
28807 const TPMI_RH_PROVISION& auth, in SerializeCommand_EvictControl() argument
28829 rc = Serialize_TPMI_RH_PROVISION(auth, &auth_bytes); in SerializeCommand_EvictControl()
28986 void Tpm::EvictControl(const TPMI_RH_PROVISION& auth, in EvictControl() argument
29000 auth, auth_name, object_handle, object_handle_name, persistent_handle, in EvictControl()
29009 TPM_RC Tpm::EvictControlSync(const TPMI_RH_PROVISION& auth, in EvictControlSync() argument
29018 auth, auth_name, object_handle, object_handle_name, persistent_handle, in EvictControlSync()
29216 const TPMI_RH_PROVISION& auth, in SerializeCommand_ClockSet() argument
29236 rc = Serialize_TPMI_RH_PROVISION(auth, &auth_bytes); in SerializeCommand_ClockSet()
29384 void Tpm::ClockSet(const TPMI_RH_PROVISION& auth, in ClockSet() argument
29395 TPM_RC rc = SerializeCommand_ClockSet(auth, auth_name, new_time, &command, in ClockSet()
29404 TPM_RC Tpm::ClockSetSync(const TPMI_RH_PROVISION& auth, in ClockSetSync() argument
29410 TPM_RC rc = SerializeCommand_ClockSet(auth, auth_name, new_time, &command, in ClockSetSync()
29421 const TPMI_RH_PROVISION& auth, in SerializeCommand_ClockRateAdjust() argument
29441 rc = Serialize_TPMI_RH_PROVISION(auth, &auth_bytes); in SerializeCommand_ClockRateAdjust()
29591 void Tpm::ClockRateAdjust(const TPMI_RH_PROVISION& auth, in ClockRateAdjust() argument
29603 auth, auth_name, rate_adjust, &command, authorization_delegate); in ClockRateAdjust()
29611 TPM_RC Tpm::ClockRateAdjustSync(const TPMI_RH_PROVISION& auth, in ClockRateAdjustSync() argument
29618 auth, auth_name, rate_adjust, &command, authorization_delegate); in ClockRateAdjustSync()
30053 const TPM2B_AUTH& auth, in SerializeCommand_NV_DefineSpace() argument
30077 rc = Serialize_TPM2B_AUTH(auth, &auth_bytes); in SerializeCommand_NV_DefineSpace()
30239 const TPM2B_AUTH& auth, in NV_DefineSpace() argument
30250 auth, public_info, &command, in NV_DefineSpace()
30261 const TPM2B_AUTH& auth, in NV_DefineSpaceSync() argument
30267 auth, public_info, &command, in NV_DefineSpaceSync()