Home
last modified time | relevance | path

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

/netbsd/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_caps_tpm.c45 if ((result = tpm_rqu_build(TPM_ORD_GetCapability, &offset, txBlob, capArea, subCapSize, in TCSP_GetCapability_Internal()
54 result = tpm_rsp_parse(TPM_ORD_GetCapability, txBlob, paramSize, respSize, resp, in TCSP_GetCapability_Internal()
H A Dtcs_pbg.c600 case TPM_ORD_GetCapability: in tpm_rsp_parse()
1422 case TPM_ORD_GetCapability: in tpm_rqu_build()
/netbsd/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtpm_ordinal.h82 #define TPM_ORD_GetCapability ((UINT32)0x00000065) macro
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_caps_tpm.c104 if ((result = obj_context_transport_execute(tspContext, TPM_ORD_GetCapability, dataLen, in Transport_GetTPMCapability()