Home
last modified time | relevance | path

Searched refs:TPM_ORD_Delegate_UpdateVerification (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_delegate.c271 result |= Trspi_Hash_UINT32(&hashCtx, TPM_ORD_Delegate_UpdateVerification); in Tspi_TPM_Delegate_UpdateVerificationCount()
278 if ((result = secret_PerformAuth_OIAP(hTpm, TPM_ORD_Delegate_UpdateVerification, in Tspi_TPM_Delegate_UpdateVerificationCount()
292 result |= Trspi_Hash_UINT32(&hashCtx, TPM_ORD_Delegate_UpdateVerification); in Tspi_TPM_Delegate_UpdateVerificationCount()
H A Dtsp_delegate.c740 if ((result = obj_context_transport_execute(tspContext, TPM_ORD_Delegate_UpdateVerification, in Transport_Delegate_UpdateVerificationCount()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_delegate.c265 if ((result = tpm_rqu_build(TPM_ORD_Delegate_UpdateVerification, &offset, txBlob, inputSize, in TCSP_Delegate_UpdateVerificationCount_Internal()
274 result = tpm_rsp_parse(TPM_ORD_Delegate_UpdateVerification, txBlob, paramSize, in TCSP_Delegate_UpdateVerificationCount_Internal()
H A Dtcs_pbg.c608 case TPM_ORD_Delegate_UpdateVerification: in tpm_rsp_parse()
1707 case TPM_ORD_Delegate_UpdateVerification: in tpm_rqu_build()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtpm_ordinal.h130 #define TPM_ORD_Delegate_UpdateVerification ((UINT32)0x000000D1) macro