Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/
Dtspi_certify.c88 result |= Trspi_Hash_UINT32(&hashCtx, TPM_ORD_CertifyKey); in Tspi_Key_CertifyKey()
95 if ((result = secret_PerformAuth_OIAP(hKey, TPM_ORD_CertifyKey, hPolicy, FALSE, in Tspi_Key_CertifyKey()
102 if ((result = secret_PerformAuth_OIAP(hCertifyingKey, TPM_ORD_CertifyKey, in Tspi_Key_CertifyKey()
120 result |= Trspi_Hash_UINT32(&hashCtx, TPM_ORD_CertifyKey); in Tspi_Key_CertifyKey()
Dtsp_certify.c72 if ((result = obj_context_transport_execute(tspContext, TPM_ORD_CertifyKey, sizeof(data), in Transport_CertifyKey()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/
Dtcsi_certify.c74 if ((result = tpm_rqu_build(TPM_ORD_CertifyKey, &offset, txBlob, certKeySlot, keySlot, in TCSP_CertifyKey_Internal()
83 result = tpm_rsp_parse(TPM_ORD_CertifyKey, txBlob, paramSize, CertifyInfoSize, in TCSP_CertifyKey_Internal()
Dtcs_pbg.c258 case TPM_ORD_CertifyKey: in tpm_rsp_parse()
1385 case TPM_ORD_CertifyKey: in tpm_rqu_build()
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/tss/
Dtpm_ordinal.h62 #define TPM_ORD_CertifyKey ((UINT32)0x00000032) macro