Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/
Dtspi_maint.c116 result |= Trspi_Hash_UINT32(&hashCtx, TPM_ORD_KillMaintenanceFeature); in Tspi_TPM_KillMaintenanceFeature()
120 if ((result = secret_PerformAuth_OIAP(hTPM, TPM_ORD_KillMaintenanceFeature, hOwnerPolicy, in Tspi_TPM_KillMaintenanceFeature()
129 result |= Trspi_Hash_UINT32(&hashCtx, TPM_ORD_KillMaintenanceFeature); in Tspi_TPM_KillMaintenanceFeature()
Dtsp_maint.c123 return obj_context_transport_execute(tspContext, TPM_ORD_KillMaintenanceFeature, 0, NULL, in Transport_KillMaintenanceFeature()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/
Dtcsi_maint.c123 if ((result = tpm_rqu_build(TPM_ORD_KillMaintenanceFeature, &offset, txBlob, ownerAuth))) in TCSP_KillMaintenanceFeature_Internal()
132 result = tpm_rsp_parse(TPM_ORD_KillMaintenanceFeature, txBlob, paramSize, in TCSP_KillMaintenanceFeature_Internal()
Dtcs_pbg.c898 case TPM_ORD_KillMaintenanceFeature: in tpm_rsp_parse()
1930 case TPM_ORD_KillMaintenanceFeature: in tpm_rqu_build()
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/tss/
Dtpm_ordinal.h58 #define TPM_ORD_KillMaintenanceFeature ((UINT32)0x0000002E) macro