Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/
Dtcsi_daa.c72 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()
Dtcs_pbg.c597 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/
Dtest.c33 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()
Dplatform.c78 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/
Dtpm_ordinal.h53 #define TPM_ORD_DAA_Join ((UINT32)0x00000029) macro