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

/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_certify.c35 TPM_AUTH *pCertAuth = NULL, *pKeyAuth = NULL, certAuth, keyAuth, nullAuth; local
70 pKeyAuth = &keyAuth;
75 pKeyAuth, &CertifyInfoSize, &CertifyInfo, &outDataSize,
90 if (pKeyAuth) {
91 if (setData(TCSD_PACKET_TYPE_AUTH, i++, pKeyAuth, 0, &data->comm)) {
H A Drpc_transport.c315 TPM_AUTH pKeyAuth, pTransAuth, *pAuth, null_auth; local
319 memset(&pKeyAuth, 0, sizeof(TPM_AUTH));
333 if (getData(TCSD_PACKET_TYPE_AUTH, 3, &pKeyAuth, 0, &data->comm))
336 if (!memcmp(&null_auth, &pKeyAuth, sizeof(TPM_AUTH)))
339 pAuth = &pKeyAuth;
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_certify.c46 TPM_AUTH *pKeyAuth = &keyAuth; local
99 pKeyAuth = NULL;
112 pKeyAuth, &CertifyInfoSize, &CertifyInfo,
H A Dtspi_selftest.c54 TPM_AUTH *pKeyAuth; local
96 pKeyAuth = &keyAuth;
99 pKeyAuth = NULL;
103 pKeyAuth, &outDataSize, &outData)))
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_transport.c430 TPM_AUTH* pKeyAuth, /* in, out */
447 if (pKeyAuth) {
448 if ((result = auth_mgr_check(hContext, &pKeyAuth->AuthHandle)))
458 if (pKeyAuth) {
459 LoadBlob_Auth(&offset, txBlob, pKeyAuth);
506 if (pKeyAuth)
507 UnloadBlob_Auth(&offset, txBlob, pKeyAuth);
511 auth_mgr_release_auth(pKeyAuth, NULL, hContext);
427 TCSP_ReleaseTransportSigned_Internal(TCS_CONTEXT_HANDLE hContext, TCS_KEY_HANDLE hSignatureKey, TPM_NONCE* AntiReplayNonce, TPM_AUTH* pKeyAuth, TPM_AUTH* pTransAuth, TPM_MODIFIER_INDICATOR* pbLocality, UINT32* pulCurrentTicksSize, BYTE** prgbCurrentTicks, UINT32* pulSignatureSize, BYTE** prgbSignature) argument
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_transport.c275 TPM_AUTH* pKeyAuth, /* in, out */
298 if (pKeyAuth) {
299 if (setData(TCSD_PACKET_TYPE_AUTH, 3, pKeyAuth, 0, &hte->comm))
314 if (pKeyAuth) {
315 if (getData(TCSD_PACKET_TYPE_AUTH, 0, pKeyAuth, 0, &hte->comm))
272 RPC_ReleaseTransportSigned_TP(struct host_table_entry *hte, TCS_KEY_HANDLE hSignatureKey, TPM_NONCE* AntiReplayNonce, TPM_AUTH* pKeyAuth, TPM_AUTH* pTransAuth, TPM_MODIFIER_INDICATOR* pbLocality, UINT32* pulCurrentTicksSize, BYTE** prgbCurrentTicks, UINT32* pulSignatureSize, BYTE** prgbSignature) argument
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtcs.h344 TPM_AUTH* pKeyAuth, // in, out
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c2562 TPM_AUTH* pKeyAuth, /* in, out */
2579 AntiReplayNonce, pKeyAuth,
2559 RPC_ReleaseTransportSigned(TSS_HCONTEXT tspContext, TCS_KEY_HANDLE hSignatureKey, TPM_NONCE* AntiReplayNonce, TPM_AUTH* pKeyAuth, TPM_AUTH* pTransAuth, TPM_MODIFIER_INDICATOR* pbLocality, UINT32* pulCurrentTicksSize, BYTE** prgbCurrentTicks, UINT32* pulSignatureSize, BYTE** prgbSignature) argument
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h966 TPM_AUTH* pKeyAuth,

Completed in 114 milliseconds