Home
last modified time | relevance | path

Searched refs:RPC_ReadCounter_TP (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_counter.c29 RPC_ReadCounter_TP(struct host_table_entry* hte, in RPC_ReadCounter_TP() function
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Drpc_tcstp_tsp.h314 TSS_RESULT RPC_ReadCounter_TP(struct host_table_entry *,TSS_COUNTER_ID,TPM_COUNTER_VALUE *);
320 #define RPC_ReadCounter_TP(...) TSPERR(TSS_E_INTERNAL_ERROR) macro
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c2300 result = RPC_ReadCounter_TP(entry, idCounter, counterValue); in RPC_ReadCounter()