Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/
Dtcsi_transport.c156 case TPM_ORD_FlushSpecific: in TCSP_ExecuteTransport_Internal()
211 case TPM_ORD_FlushSpecific: in TCSP_ExecuteTransport_Internal()
Dtcsi_admin.c457 if ((result = tpm_rqu_build(TPM_ORD_FlushSpecific, &offset, txBlob, tpmResHandle, in TCSP_FlushSpecific_Common()
466 result = tpm_rsp_parse(TPM_ORD_FlushSpecific, txBlob, paramSize, NULL); in TCSP_FlushSpecific_Common()
Dtcs_pbg.c905 case TPM_ORD_FlushSpecific: in tpm_rsp_parse()
2164 case TPM_ORD_FlushSpecific: in tpm_rqu_build()
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/tss/
Dtpm_ordinal.h123 #define TPM_ORD_FlushSpecific ((UINT32)0x000000BA) macro
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/
Dtsp_admin.c298 result = obj_context_transport_execute(tspContext, TPM_ORD_FlushSpecific, sizeof(data), in Transport_FlushSpecific()