Searched refs:TPM_ORD_FlushSpecific (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/ |
| D | tcsi_transport.c | 156 case TPM_ORD_FlushSpecific: in TCSP_ExecuteTransport_Internal() 211 case TPM_ORD_FlushSpecific: in TCSP_ExecuteTransport_Internal()
|
| D | tcsi_admin.c | 457 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()
|
| D | tcs_pbg.c | 905 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/ |
| D | tpm_ordinal.h | 123 #define TPM_ORD_FlushSpecific ((UINT32)0x000000BA) macro
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/ |
| D | tsp_admin.c | 298 result = obj_context_transport_execute(tspContext, TPM_ORD_FlushSpecific, sizeof(data), in Transport_FlushSpecific()
|