/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
H A D | rpc_certify.c | 35 TPM_AUTH *pCertAuth = NULL, *pKeyAuth = NULL, certAuth, keyAuth, nullAuth; in tcs_wrap_CertifyKey() local 70 pKeyAuth = &keyAuth; in tcs_wrap_CertifyKey() 75 pKeyAuth, &CertifyInfoSize, &CertifyInfo, &outDataSize, in tcs_wrap_CertifyKey() 90 if (pKeyAuth) { in tcs_wrap_CertifyKey() 91 if (setData(TCSD_PACKET_TYPE_AUTH, i++, pKeyAuth, 0, &data->comm)) { in tcs_wrap_CertifyKey()
|
H A D | rpc_transport.c | 315 TPM_AUTH pKeyAuth, pTransAuth, *pAuth, null_auth; in tcs_wrap_ReleaseTransportSigned() local 319 memset(&pKeyAuth, 0, sizeof(TPM_AUTH)); in tcs_wrap_ReleaseTransportSigned() 333 if (getData(TCSD_PACKET_TYPE_AUTH, 3, &pKeyAuth, 0, &data->comm)) in tcs_wrap_ReleaseTransportSigned() 336 if (!memcmp(&null_auth, &pKeyAuth, sizeof(TPM_AUTH))) in tcs_wrap_ReleaseTransportSigned() 339 pAuth = &pKeyAuth; in tcs_wrap_ReleaseTransportSigned()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ |
H A D | tcsi_transport.c | 430 TPM_AUTH* pKeyAuth, /* in, out */ in TCSP_ReleaseTransportSigned_Internal() argument 447 if (pKeyAuth) { in TCSP_ReleaseTransportSigned_Internal() 448 if ((result = auth_mgr_check(hContext, &pKeyAuth->AuthHandle))) in TCSP_ReleaseTransportSigned_Internal() 458 if (pKeyAuth) { in TCSP_ReleaseTransportSigned_Internal() 459 LoadBlob_Auth(&offset, txBlob, pKeyAuth); in TCSP_ReleaseTransportSigned_Internal() 506 if (pKeyAuth) in TCSP_ReleaseTransportSigned_Internal() 507 UnloadBlob_Auth(&offset, txBlob, pKeyAuth); in TCSP_ReleaseTransportSigned_Internal() 511 auth_mgr_release_auth(pKeyAuth, NULL, hContext); in TCSP_ReleaseTransportSigned_Internal()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
H A D | tspi_selftest.c | 54 TPM_AUTH *pKeyAuth; in Tspi_TPM_CertifySelfTest() local 96 pKeyAuth = &keyAuth; in Tspi_TPM_CertifySelfTest() 99 pKeyAuth = NULL; in Tspi_TPM_CertifySelfTest() 103 pKeyAuth, &outDataSize, &outData))) in Tspi_TPM_CertifySelfTest()
|
H A D | tspi_certify.c | 46 TPM_AUTH *pKeyAuth = &keyAuth; in Tspi_Key_CertifyKey() local 99 pKeyAuth = NULL; in Tspi_Key_CertifyKey() 112 pKeyAuth, &CertifyInfoSize, &CertifyInfo, in Tspi_Key_CertifyKey()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/ |
H A D | rpc_transport.c | 275 TPM_AUTH* pKeyAuth, /* in, out */ in RPC_ReleaseTransportSigned_TP() argument 298 if (pKeyAuth) { in RPC_ReleaseTransportSigned_TP() 299 if (setData(TCSD_PACKET_TYPE_AUTH, 3, pKeyAuth, 0, &hte->comm)) in RPC_ReleaseTransportSigned_TP() 314 if (pKeyAuth) { in RPC_ReleaseTransportSigned_TP() 315 if (getData(TCSD_PACKET_TYPE_AUTH, 0, pKeyAuth, 0, &hte->comm)) in RPC_ReleaseTransportSigned_TP()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/ |
H A D | tcs.h | 344 TPM_AUTH* pKeyAuth, // in, out
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
H A D | tcs_api.c | 2562 TPM_AUTH* pKeyAuth, /* in, out */ in RPC_ReleaseTransportSigned() argument 2579 AntiReplayNonce, pKeyAuth, in RPC_ReleaseTransportSigned()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
H A D | tcs_utils.h | 966 TPM_AUTH* pKeyAuth,
|