HomeSort by: relevance | last modified time | path
    Searched refs:entityAuth (Results 1 - 11 of 11) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_migration.c 38 TPM_AUTH * entityAuth, /* in, out */
60 if ((result = auth_mgr_check(hContext, &entityAuth->AuthHandle)))
83 encDataSize, encData, parentAuth, entityAuth)))
92 random, outDataSize, outData, parentAuth, entityAuth);
97 auth_mgr_release_auth(entityAuth, parentAuth, hContext);
tcsi_changeauth.c 39 TPM_AUTH *entityAuth, /* in, out */
57 if ((result = auth_mgr_check(contextHandle, &entityAuth->AuthHandle)))
65 entityAuth)))
74 ownerAuth, entityAuth);
99 auth_mgr_release_auth(ownerAuth, entityAuth, contextHandle);
  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_changeauth.c 42 TPM_AUTH entityAuth;
79 if (getData(TCSD_PACKET_TYPE_AUTH, 8, &entityAuth, 0, &data->comm)) {
87 encDataSize, encData, &ownerAuth, &entityAuth,
98 if (setData(TCSD_PACKET_TYPE_AUTH, 1, &entityAuth, 0, &data->comm)) {
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_changeauth.c 37 TPM_AUTH * entityAuth, /* in, out */
63 if (setData(TCSD_PACKET_TYPE_AUTH, 8, entityAuth, 0, &hte->comm))
76 if (getData(TCSD_PACKET_TYPE_AUTH, 1, entityAuth, 0, &hte->comm)) {
rpc_migration.c 37 TPM_AUTH * entityAuth, /* in, out */
74 if (setData(TCSD_PACKET_TYPE_AUTH, i++, entityAuth, 0, &hte->comm))
90 if (getData(TCSD_PACKET_TYPE_AUTH, i++, entityAuth, 0, &hte->comm)) {
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_migration.c 155 TPM_AUTH parentAuth, entityAuth;
236 hMigratePolicy, FALSE, &digest, &entityAuth)))
246 pParentAuth, &entityAuth,
266 if ((result = obj_policy_validate_auth_oiap(hMigratePolicy, &digest, &entityAuth)))
tsp_migration.c 34 TPM_AUTH * entityAuth, /* in, out */
83 &handles, parentAuth, entityAuth, &decLen,
tsp_changeauth.c 374 TPM_AUTH * entityAuth, /* in, out */
422 ownerAuth, entityAuth, &decLen, &dec))) {
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tcs.h 245 TPM_AUTH* entityAuth, // in, out
473 TPM_AUTH* entityAuth, // in, out
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c 705 TPM_AUTH * entityAuth, /* in, out */
719 entityAuth, outDataSize, outData);
1202 TPM_AUTH * entityAuth, /* in, out */
1219 parentAuth, entityAuth, randomSize,
  /src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h 475 TPM_AUTH * entityAuth, /* in, out */
627 TPM_AUTH * entityAuth, /* in, out */

Completed in 19 milliseconds