Searched refs:pWrappedCmdAuth1 (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ |
H A D | tcsi_transport.c | 121 TPM_AUTH* pWrappedCmdAuth1, /* in, out */ in TCSP_ExecuteTransport_Internal() argument 145 if (pWrappedCmdAuth1) in TCSP_ExecuteTransport_Internal() 146 if ((result = auth_mgr_check(hContext, &pWrappedCmdAuth1->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 D | rpc_transport.c | 128 TPM_AUTH* pWrappedCmdAuth1, /* in, out */ in RPC_ExecuteTransport_TP() argument 163 if (pWrappedCmdAuth1) { in RPC_ExecuteTransport_TP() 164 if (setData(TCSD_PACKET_TYPE_AUTH, i++, pWrappedCmdAuth1, 0, &hte->comm)) in RPC_ExecuteTransport_TP() 202 if (pWrappedCmdAuth1) { in RPC_ExecuteTransport_TP() 203 if (getData(TCSD_PACKET_TYPE_AUTH, i++, pWrappedCmdAuth1, 0, &hte->comm)) { in RPC_ExecuteTransport_TP()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
H A D | rpc_transport.c | 147 TPM_AUTH pWrappedCmdAuth1, pWrappedCmdAuth2, pTransAuth, *pAuth1, *pAuth2, null_auth; in tcs_wrap_ExecuteTransport() local 194 memset(&pWrappedCmdAuth1, 0, sizeof(TPM_AUTH)); in tcs_wrap_ExecuteTransport() 197 if (getData(TCSD_PACKET_TYPE_AUTH, i++, &pWrappedCmdAuth1, 0, &data->comm)) { in tcs_wrap_ExecuteTransport() 210 if (!memcmp(&pWrappedCmdAuth1, &null_auth, sizeof(TPM_AUTH))) in tcs_wrap_ExecuteTransport() 213 pAuth1 = &pWrappedCmdAuth1; in tcs_wrap_ExecuteTransport()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/ |
H A D | tcs.h | 330 TPM_AUTH* pWrappedCmdAuth1, // in, out
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
H A D | tcs_api.c | 2522 TPM_AUTH* pWrappedCmdAuth1, /* in, out */ in RPC_ExecuteTransport() argument 2542 rghHandles, pWrappedCmdAuth1, in RPC_ExecuteTransport()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
H A D | tcs_utils.h | 954 TPM_AUTH* pWrappedCmdAuth1,
|