Searched refs:TPM_ORD_CertifyKey (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/ |
| D | tspi_certify.c | 88 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()
|
| D | tsp_certify.c | 72 if ((result = obj_context_transport_execute(tspContext, TPM_ORD_CertifyKey, sizeof(data), in Transport_CertifyKey()
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/ |
| D | tcsi_certify.c | 74 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()
|
| D | tcs_pbg.c | 258 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/ |
| D | tpm_ordinal.h | 62 #define TPM_ORD_CertifyKey ((UINT32)0x00000032) macro
|