Home
last modified time | relevance | path

Searched refs:entityAuth (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_migration.c38 TPM_AUTH * entityAuth, /* in, out */ in TCSP_CreateMigrationBlob_Internal() argument
60 if ((result = auth_mgr_check(hContext, &entityAuth->AuthHandle))) in TCSP_CreateMigrationBlob_Internal()
83 encDataSize, encData, parentAuth, entityAuth))) in TCSP_CreateMigrationBlob_Internal()
92 random, outDataSize, outData, parentAuth, entityAuth); in TCSP_CreateMigrationBlob_Internal()
97 auth_mgr_release_auth(entityAuth, parentAuth, hContext); in TCSP_CreateMigrationBlob_Internal()
H A Dtcsi_changeauth.c39 TPM_AUTH *entityAuth, /* in, out */ in TCSP_ChangeAuth_Internal() argument
57 if ((result = auth_mgr_check(contextHandle, &entityAuth->AuthHandle))) in TCSP_ChangeAuth_Internal()
65 entityAuth))) in TCSP_ChangeAuth_Internal()
74 ownerAuth, entityAuth); in TCSP_ChangeAuth_Internal()
99 auth_mgr_release_auth(ownerAuth, entityAuth, contextHandle); in TCSP_ChangeAuth_Internal()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_changeauth.c42 TPM_AUTH entityAuth; in tcs_wrap_ChangeAuth() local
79 if (getData(TCSD_PACKET_TYPE_AUTH, 8, &entityAuth, 0, &data->comm)) { in tcs_wrap_ChangeAuth()
87 encDataSize, encData, &ownerAuth, &entityAuth, in tcs_wrap_ChangeAuth()
98 if (setData(TCSD_PACKET_TYPE_AUTH, 1, &entityAuth, 0, &data->comm)) { in tcs_wrap_ChangeAuth()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_changeauth.c37 TPM_AUTH * entityAuth, /* in, out */ in RPC_ChangeAuth_TP() argument
63 if (setData(TCSD_PACKET_TYPE_AUTH, 8, entityAuth, 0, &hte->comm)) in RPC_ChangeAuth_TP()
76 if (getData(TCSD_PACKET_TYPE_AUTH, 1, entityAuth, 0, &hte->comm)) { in RPC_ChangeAuth_TP()
H A Drpc_migration.c37 TPM_AUTH * entityAuth, /* in, out */ in RPC_CreateMigrationBlob_TP() argument
74 if (setData(TCSD_PACKET_TYPE_AUTH, i++, entityAuth, 0, &hte->comm)) in RPC_CreateMigrationBlob_TP()
90 if (getData(TCSD_PACKET_TYPE_AUTH, i++, entityAuth, 0, &hte->comm)) { in RPC_CreateMigrationBlob_TP()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_migration.c155 TPM_AUTH parentAuth, entityAuth; in Tspi_Key_CreateMigrationBlob() local
236 hMigratePolicy, FALSE, &digest, &entityAuth))) in Tspi_Key_CreateMigrationBlob()
246 pParentAuth, &entityAuth, in Tspi_Key_CreateMigrationBlob()
266 if ((result = obj_policy_validate_auth_oiap(hMigratePolicy, &digest, &entityAuth))) in Tspi_Key_CreateMigrationBlob()
H A Dtsp_migration.c34 TPM_AUTH * entityAuth, /* in, out */ in Transport_CreateMigrationBlob() argument
83 &handles, parentAuth, entityAuth, &decLen, in Transport_CreateMigrationBlob()
H A Dtsp_changeauth.c374 TPM_AUTH * entityAuth, /* in, out */ in Transport_ChangeAuth() argument
422 ownerAuth, entityAuth, &decLen, &dec))) { in Transport_ChangeAuth()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtcs.h245 TPM_AUTH* entityAuth, // in, out
473 TPM_AUTH* entityAuth, // in, out
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c705 TPM_AUTH * entityAuth, /* in, out */ in RPC_ChangeAuth() argument
719 entityAuth, outDataSize, outData); in RPC_ChangeAuth()
1202 TPM_AUTH * entityAuth, /* in, out */ in RPC_CreateMigrationBlob() argument
1219 parentAuth, entityAuth, randomSize, in RPC_CreateMigrationBlob()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h475 TPM_AUTH * entityAuth, /* in, out */
627 TPM_AUTH * entityAuth, /* in, out */