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 D | tspi_delegate.c | 271 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 D | tsp_delegate.c | 740 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 D | tcsi_delegate.c | 265 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 D | tcs_pbg.c | 608 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 D | tpm_ordinal.h | 130 #define TPM_ORD_Delegate_UpdateVerification ((UINT32)0x000000D1) macro
|