Searched refs:TPM_ORD_DAA_Join (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/ |
| D | tcsi_daa.c | 72 LogDebug("load Header: ordinal: %X (oldOffset=%" PRIu64 ")", TPM_ORD_DAA_Join, offset); in TCSP_DaaJoin_internal() 73 LoadBlob_Header(TPM_TAG_RQU_AUTH1_COMMAND, offset, TPM_ORD_DAA_Join, txBlob); in TCSP_DaaJoin_internal() 75 if ((result = tpm_rqu_build(TPM_ORD_DAA_Join, &offset, txBlob, handle, stage, inputSize0, in TCSP_DaaJoin_internal() 102 … result = tpm_rsp_parse(TPM_ORD_DAA_Join, txBlob, paramSize, outputSize, outputData, in TCSP_DaaJoin_internal()
|
| D | tcs_pbg.c | 597 case TPM_ORD_DAA_Join: in tpm_rsp_parse() 1321 case TPM_ORD_DAA_Join: in tpm_rqu_build()
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/ |
| D | test.c | 33 Trspi_LoadBlob_UINT32(&offset, TPM_ORD_DAA_Join, hashblob); // hash TPM_COMMAND_CODE in Tspi_DAA_Join() 47 if ((result = secret_PerformAuth_OIAP(hTPM, TPM_ORD_DAA_Join, in Tspi_DAA_Join() 65 Trspi_LoadBlob_UINT32(&offset, TPM_ORD_DAA_Join, hashblob); in Tspi_DAA_Join()
|
| D | platform.c | 78 Trspi_LoadBlob_UINT32(&offset, TPM_ORD_DAA_Join, hashblob); in Tcsip_TPM_DAA_Join() 95 if ((result = secret_PerformAuth_OIAP(hTPM, TPM_ORD_DAA_Join, in Tcsip_TPM_DAA_Join() 123 Trspi_LoadBlob_UINT32(&offset, TPM_ORD_DAA_Join, hashblob); in Tcsip_TPM_DAA_Join() 189 if ((result = secret_PerformAuth_OIAP(hTPM, TPM_ORD_DAA_Join, in Tcsip_TPM_DAA_Sign() 495 result |= Trspi_Hash_UINT32(&hashCtx, TPM_ORD_DAA_Join); in Tspi_TPM_DAA_JoinInit_internal()
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/include/tss/ |
| D | tpm_ordinal.h | 53 #define TPM_ORD_DAA_Join ((UINT32)0x00000029) macro
|