Searched refs:pCounterAuth (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ |
| H A D | tcsi_counter.c | 109 TPM_AUTH* pCounterAuth, in TCSP_IncrementCounter_Internal() argument 120 if ((result = auth_mgr_check(hContext, &pCounterAuth->AuthHandle))) in TCSP_IncrementCounter_Internal() 124 pCounterAuth))) in TCSP_IncrementCounter_Internal() 137 counterValue, pCounterAuth); in TCSP_IncrementCounter_Internal() 146 TPM_AUTH* pCounterAuth) in TCSP_ReleaseCounter_Internal() argument 156 if ((result = auth_mgr_check(hContext, &pCounterAuth->AuthHandle))) in TCSP_ReleaseCounter_Internal() 160 pCounterAuth))) in TCSP_ReleaseCounter_Internal() 172 result = tpm_rsp_parse(TPM_ORD_ReleaseCounter, txBlob, paramSize, pCounterAuth); in TCSP_ReleaseCounter_Internal()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/ |
| H A D | rpc_counter.c | 109 TPM_AUTH* pCounterAuth, /* in, out */ in RPC_IncrementCounter_TP() argument 122 if (setData(TCSD_PACKET_TYPE_AUTH, 2, pCounterAuth, 0, &hte->comm)) in RPC_IncrementCounter_TP() 131 if (getData(TCSD_PACKET_TYPE_AUTH, 0, pCounterAuth, 0, &hte->comm)) { in RPC_IncrementCounter_TP() 147 TPM_AUTH* pCounterAuth) /* in, out */ in RPC_ReleaseCounter_TP() argument 159 if (setData(TCSD_PACKET_TYPE_AUTH, 2, pCounterAuth, 0, &hte->comm)) in RPC_ReleaseCounter_TP() 168 if (getData(TCSD_PACKET_TYPE_AUTH, 0, pCounterAuth, 0, &hte->comm)) in RPC_ReleaseCounter_TP()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/ |
| H A D | tcs.h | 923 TPM_AUTH* pCounterAuth, // in, out 930 TPM_AUTH* pCounterAuth // in, out
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
| H A D | tcs_api.c | 2343 TPM_AUTH* pCounterAuth, /* in, out */ in RPC_IncrementCounter() argument 2354 result = RPC_IncrementCounter_TP(entry, idCounter, pCounterAuth, in RPC_IncrementCounter() 2369 TPM_AUTH* pCounterAuth) /* in, out */ in RPC_ReleaseCounter() argument 2379 result = RPC_ReleaseCounter_TP(entry, idCounter, pCounterAuth); in RPC_ReleaseCounter()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
| H A D | tcs_utils.h | 906 TPM_AUTH* pCounterAuth, 912 TPM_AUTH* pCounterAuth
|