Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_selftest.c88 result |= Trspi_Hash_UINT32(&hashCtx, TPM_ORD_CertifySelfTest); in Tspi_TPM_CertifySelfTest()
93 if ((result = secret_PerformAuth_OIAP(hKey, TPM_ORD_CertifySelfTest, hPolicy, FALSE, in Tspi_TPM_CertifySelfTest()
110 result |= Trspi_Hash_UINT32(&hashCtx, TPM_ORD_CertifySelfTest); in Tspi_TPM_CertifySelfTest()
135 result |= Trspi_Hash_UINT32(&hashCtx, TPM_ORD_CertifySelfTest); in Tspi_TPM_CertifySelfTest()
161 Trspi_LoadBlob_UINT32(&offset, TPM_ORD_CertifySelfTest, pValidationData->rgbData); in Tspi_TPM_CertifySelfTest()
H A Dtsp_selftest.c74 if ((result = obj_context_transport_execute(tspContext, TPM_ORD_CertifySelfTest, in Transport_CertifySelfTest()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_selftest.c83 if ((result = tpm_rqu_build(TPM_ORD_CertifySelfTest, &offset, txBlob, keySlot, in TCSP_CertifySelfTest_Internal()
92 result = tpm_rsp_parse(TPM_ORD_CertifySelfTest, txBlob, paramSize, sigSize, sig, in TCSP_CertifySelfTest_Internal()
H A Dtcs_pbg.c594 case TPM_ORD_CertifySelfTest: in tpm_rsp_parse()
1701 case TPM_ORD_CertifySelfTest: in tpm_rqu_build()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtpm_ordinal.h73 #define TPM_ORD_CertifySelfTest ((UINT32)0x00000052) macro