Home
last modified time | relevance | path

Searched refs:pKeyAuth (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_certify.c35 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 Drpc_transport.c315 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 Dtcsi_transport.c430 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 Dtspi_selftest.c54 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 Dtspi_certify.c46 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 Drpc_transport.c275 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 Dtcs.h344 TPM_AUTH* pKeyAuth, // in, out
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c2562 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 Dtcs_utils.h966 TPM_AUTH* pKeyAuth,