Home
last modified time | relevance | path

Searched refs:TPM_ORD_Delegate_ReadTable (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/
Dtcsi_delegate.c224 if ((result = tpm_rqu_build(TPM_ORD_Delegate_ReadTable, &offset, txBlob, NULL))) in TCSP_Delegate_ReadTable_Internal()
232 result = tpm_rsp_parse(TPM_ORD_Delegate_ReadTable, txBlob, paramSize, in TCSP_Delegate_ReadTable_Internal()
Dtcs_pbg.c432 case TPM_ORD_Delegate_ReadTable: in tpm_rsp_parse()
1931 case TPM_ORD_Delegate_ReadTable: in tpm_rqu_build()
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/tss/
Dtpm_ordinal.h136 #define TPM_ORD_Delegate_ReadTable ((UINT32)0x000000DB) macro
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/
Dtsp_delegate.c677 … if ((result = obj_context_transport_execute(tspContext, TPM_ORD_Delegate_ReadTable, 0, NULL, in Transport_Delegate_ReadTable()