| /netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ |
| H A D | tcsi_migration.c | 38 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 D | tcsi_changeauth.c | 39 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 D | rpc_changeauth.c | 42 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 D | rpc_changeauth.c | 37 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 D | rpc_migration.c | 37 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 D | tspi_migration.c | 155 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 D | tsp_migration.c | 34 TPM_AUTH * entityAuth, /* in, out */ in Transport_CreateMigrationBlob() argument 83 &handles, parentAuth, entityAuth, &decLen, in Transport_CreateMigrationBlob()
|
| H A D | tsp_changeauth.c | 374 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 D | tcs.h | 245 TPM_AUTH* entityAuth, // in, out 473 TPM_AUTH* entityAuth, // in, out
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
| H A D | tcs_api.c | 705 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 D | tcs_utils.h | 475 TPM_AUTH * entityAuth, /* in, out */ 627 TPM_AUTH * entityAuth, /* in, out */
|