Home
last modified time | relevance | path

Searched refs:pWrappedCmdAuth2 (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_transport.c122 TPM_AUTH* pWrappedCmdAuth2, /* in, out */ in TCSP_ExecuteTransport_Internal() argument
149 if (pWrappedCmdAuth2) in TCSP_ExecuteTransport_Internal()
150 if ((result = auth_mgr_check(hContext, &pWrappedCmdAuth2->AuthHandle))) in TCSP_ExecuteTransport_Internal()
293 pWrappedCmdAuth1, pWrappedCmdAuth2))) in TCSP_ExecuteTransport_Internal()
373 auth_mgr_release_auth(pWrappedCmdAuth1, pWrappedCmdAuth2, hContext); in TCSP_ExecuteTransport_Internal()
392 pWrappedCmdAuth1, pWrappedCmdAuth2); in TCSP_ExecuteTransport_Internal()
422 auth_mgr_release_auth(pWrappedCmdAuth1, pWrappedCmdAuth2, hContext); in TCSP_ExecuteTransport_Internal()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_transport.c129 TPM_AUTH* pWrappedCmdAuth2, /* in, out */ in RPC_ExecuteTransport_TP() argument
170 if (pWrappedCmdAuth2) { in RPC_ExecuteTransport_TP()
171 if (setData(TCSD_PACKET_TYPE_AUTH, i++, pWrappedCmdAuth2, 0, &hte->comm)) in RPC_ExecuteTransport_TP()
213 if (pWrappedCmdAuth2) { in RPC_ExecuteTransport_TP()
214 if (getData(TCSD_PACKET_TYPE_AUTH, i++, pWrappedCmdAuth2, 0, &hte->comm)) { in RPC_ExecuteTransport_TP()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_transport.c147 TPM_AUTH pWrappedCmdAuth1, pWrappedCmdAuth2, pTransAuth, *pAuth1, *pAuth2, null_auth; in tcs_wrap_ExecuteTransport() local
195 memset(&pWrappedCmdAuth2, 0, sizeof(TPM_AUTH)); in tcs_wrap_ExecuteTransport()
201 if (getData(TCSD_PACKET_TYPE_AUTH, i++, &pWrappedCmdAuth2, 0, &data->comm)) { in tcs_wrap_ExecuteTransport()
215 if (!memcmp(&pWrappedCmdAuth2, &null_auth, sizeof(TPM_AUTH))) in tcs_wrap_ExecuteTransport()
218 pAuth2 = &pWrappedCmdAuth2; in tcs_wrap_ExecuteTransport()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtcs.h331 TPM_AUTH* pWrappedCmdAuth2, // in, out
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c2523 TPM_AUTH* pWrappedCmdAuth2, /* in, out */ in RPC_ExecuteTransport() argument
2543 pWrappedCmdAuth2, pTransAuth, in RPC_ExecuteTransport()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h955 TPM_AUTH* pWrappedCmdAuth2,