Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/
Dtspi_admin.c202 result |= Trspi_Hash_UINT32(&hashCtx, TPM_ORD_ResetLockValue); in Tspi_TPM_SetStatus()
206 if ((result = secret_PerformAuth_OIAP(hTPM, TPM_ORD_ResetLockValue, hPolicy, in Tspi_TPM_SetStatus()
215 result |= Trspi_Hash_UINT32(&hashCtx, TPM_ORD_ResetLockValue); in Tspi_TPM_SetStatus()
Dtsp_admin.c250 result = obj_context_transport_execute(tspContext, TPM_ORD_ResetLockValue, 0, NULL, NULL, in Transport_ResetLockValue()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/
Dtcsi_admin.c433 if ((result = tpm_rqu_build(TPM_ORD_ResetLockValue, &offset, txBlob, ownerAuth))) in TCSP_ResetLockValue_Internal()
441 result = tpm_rsp_parse(TPM_ORD_ResetLockValue, txBlob, paramSize, ownerAuth); in TCSP_ResetLockValue_Internal()
Dtcs_pbg.c893 case TPM_ORD_ResetLockValue: in tpm_rsp_parse()
1922 case TPM_ORD_ResetLockValue: in tpm_rqu_build()
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/tss/
Dtpm_ordinal.h68 #define TPM_ORD_ResetLockValue ((UINT32)0x00000040) macro