Home
last modified time | relevance | path

Searched refs:auth1 (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/
Dtcs_pbg.c54 TPM_AUTH *auth1 = va_arg(ap, TPM_AUTH *); in tpm_rsp_parse() local
58 if (auth1 && auth2) { in tpm_rsp_parse()
60 UnloadBlob_Auth(&offset1, b, auth1); in tpm_rsp_parse()
62 } else if (auth1) { in tpm_rsp_parse()
64 UnloadBlob_Auth(&offset1, b, auth1); in tpm_rsp_parse()
97 TPM_AUTH *auth1 = va_arg(ap, TPM_AUTH *); in tpm_rsp_parse() local
105 if (auth1) { in tpm_rsp_parse()
107 UnloadBlob_Auth(&offset1, b, auth1); in tpm_rsp_parse()
144 TPM_AUTH *auth1 = va_arg(ap, TPM_AUTH *); in tpm_rsp_parse() local
152 if (auth1) { in tpm_rsp_parse()
[all …]
Dtcs_auth_mgr.c244 auth_mgr_release_auth(TPM_AUTH *auth0, TPM_AUTH *auth1, TCS_CONTEXT_HANDLE tcs_handle) in auth_mgr_release_auth() argument
250 if (auth1) in auth_mgr_release_auth()
251 auth_mgr_release_auth_handle(auth1->AuthHandle, tcs_handle, in auth_mgr_release_auth()
252 auth1->fContinueAuthSession); in auth_mgr_release_auth()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
Drpc_aik.c39 TPM_AUTH auth1, auth2; in tcs_wrap_MakeIdentity() local
80 if (getData(TCSD_PACKET_TYPE_AUTH, 5, &auth1, 0, &data->comm)) { in tcs_wrap_MakeIdentity()
87 pOwnerAuth = &auth1; in tcs_wrap_MakeIdentity()
94 pSRKAuth = &auth1; in tcs_wrap_MakeIdentity()
165 TPM_AUTH *pIdKeyAuth = NULL, *pOwnerAuth = NULL, auth1, auth2; in tcs_wrap_ActivateIdentity() local
192 if (getData(TCSD_PACKET_TYPE_AUTH, 4, &auth1, 0, &data->comm)) { in tcs_wrap_ActivateIdentity()
199 pOwnerAuth = &auth1; in tcs_wrap_ActivateIdentity()
204 pIdKeyAuth = &auth1; in tcs_wrap_ActivateIdentity()
Drpc_migration.c39 TPM_AUTH auth1, auth2, *pParentAuth, *pEntityAuth; in tcs_wrap_CreateMigrationBlob() local
85 if (getData(TCSD_PACKET_TYPE_AUTH, 7, &auth1, 0, &data->comm)) { in tcs_wrap_CreateMigrationBlob()
94 pEntityAuth = &auth1; in tcs_wrap_CreateMigrationBlob()
97 pParentAuth = &auth1; in tcs_wrap_CreateMigrationBlob()