Home
last modified time | relevance | path

Searched refs:pTransAuth (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/
Dtcsi_transport.c123 … TPM_AUTH* pTransAuth, /* in, out */ in TCSP_ExecuteTransport_Internal() argument
318 if (pTransAuth) { in TCSP_ExecuteTransport_Internal()
320 LoadBlob_Auth(&offset, txBlob, pTransAuth); in TCSP_ExecuteTransport_Internal()
359 if (pTransAuth) in TCSP_ExecuteTransport_Internal()
360 UnloadBlob_Auth(&offset, txBlob, pTransAuth); in TCSP_ExecuteTransport_Internal()
431 … TPM_AUTH* pTransAuth, /* in, out */ in TCSP_ReleaseTransportSigned_Internal() argument
460 LoadBlob_Auth(&offset, txBlob, pTransAuth); in TCSP_ReleaseTransportSigned_Internal()
464 LoadBlob_Auth(&offset, txBlob, pTransAuth); in TCSP_ReleaseTransportSigned_Internal()
508 UnloadBlob_Auth(&offset, txBlob, pTransAuth); in TCSP_ReleaseTransportSigned_Internal()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
Drpc_transport.c147 TPM_AUTH pWrappedCmdAuth1, pWrappedCmdAuth2, pTransAuth, *pAuth1, *pAuth2, null_auth; in tcs_wrap_ExecuteTransport() local
205 if (getData(TCSD_PACKET_TYPE_AUTH, i++, &pTransAuth, 0, &data->comm)) { in tcs_wrap_ExecuteTransport()
225 … &pTransAuth, &punCurrentTicks, &pbLocality, in tcs_wrap_ExecuteTransport()
269 if (setData(TCSD_PACKET_TYPE_AUTH, i++, &pTransAuth, 0, &data->comm)) { in tcs_wrap_ExecuteTransport()
315 TPM_AUTH pKeyAuth, pTransAuth, *pAuth, null_auth; in tcs_wrap_ReleaseTransportSigned() local
341 if (getData(TCSD_PACKET_TYPE_AUTH, 4, &pTransAuth, 0, &data->comm)) in tcs_wrap_ReleaseTransportSigned()
348 pAuth, &pTransAuth, &pbLocality, in tcs_wrap_ReleaseTransportSigned()
369 if (setData(TCSD_PACKET_TYPE_AUTH, 1, &pTransAuth, 0, &data->comm)) { in tcs_wrap_ReleaseTransportSigned()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/
Dobj_context.c727 TPM_AUTH auth, *pAuth, *pTransAuth; in obj_context_transport_establish() local
897 pTransAuth = &context->transAuth; in obj_context_transport_establish()
898 pTransAuth->fContinueAuthSession = TRUE; in obj_context_transport_establish()
900 (BYTE **)pTransAuth->NonceOdd.nonce))) { in obj_context_transport_establish()
910 TPM_AUTH *pTransAuth, in do_transport_decryption() argument
932 memcpy(seed, pTransAuth->NonceEven.nonce, sizeof(TPM_NONCE)); in do_transport_decryption()
933 memcpy(&seed[sizeof(TPM_NONCE)], pTransAuth->NonceOdd.nonce, sizeof(TPM_NONCE)); in do_transport_decryption()
990 TPM_AUTH *pTransAuth, in do_transport_encryption() argument
1012 memcpy(seed, pTransAuth->NonceEven.nonce, sizeof(TPM_NONCE)); in do_transport_encryption()
1013 memcpy(&seed[sizeof(TPM_NONCE)], pTransAuth->NonceOdd.nonce, sizeof(TPM_NONCE)); in do_transport_encryption()
[all …]
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
Drpc_transport.c130 TPM_AUTH* pTransAuth, /* in, out */ in RPC_ExecuteTransport_TP() argument
177 if (setData(TCSD_PACKET_TYPE_AUTH, i++, pTransAuth, 0, &hte->comm)) in RPC_ExecuteTransport_TP()
224 if (getData(TCSD_PACKET_TYPE_AUTH, i++, pTransAuth, 0, &hte->comm)) { in RPC_ExecuteTransport_TP()
276 … TPM_AUTH* pTransAuth, /* in, out */ in RPC_ReleaseTransportSigned_TP() argument
305 if (setData(TCSD_PACKET_TYPE_AUTH, 4, pTransAuth, 0, &hte->comm)) in RPC_ReleaseTransportSigned_TP()
321 if (getData(TCSD_PACKET_TYPE_AUTH, 1, pTransAuth, 0, &hte->comm)) in RPC_ReleaseTransportSigned_TP()
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/tss/
Dtcs.h332 TPM_AUTH* pTransAuth, // in, out
345 TPM_AUTH* pTransAuth, // in, out
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
Dtcs_api.c2524 TPM_AUTH* pTransAuth, /* in, out */ in RPC_ExecuteTransport() argument
2543 pWrappedCmdAuth2, pTransAuth, in RPC_ExecuteTransport()
2563 TPM_AUTH* pTransAuth, /* in, out */ in RPC_ReleaseTransportSigned() argument
2580 pTransAuth, pbLocality, in RPC_ReleaseTransportSigned()
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/
Dtcs_utils.h956 TPM_AUTH* pTransAuth,
967 … TPM_AUTH* pTransAuth,