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

  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_changeauth.c 36 TCPA_ENCAUTH newAuth;
60 if (getData(TCSD_PACKET_TYPE_ENCAUTH, 3, &newAuth, 0, &data->comm))
86 result = TCSP_ChangeAuth_Internal(hContext, parentHandle, protocolID, newAuth, entityType,
124 TCPA_ENCAUTH newAuth;
140 if (getData(TCSD_PACKET_TYPE_ENCAUTH, 2, &newAuth, 0, &data->comm))
149 result = TCSP_ChangeAuthOwner_Internal(hContext, protocolID, newAuth, entityType,
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_changeauth.c 32 TCPA_ENCAUTH *newAuth, /* in */
53 if (setData(TCSD_PACKET_TYPE_ENCAUTH, 3, newAuth, 0, &hte->comm))
104 TCPA_ENCAUTH *newAuth, /* in */
118 if (setData(TCSD_PACKET_TYPE_ENCAUTH, 2, newAuth, 0, &hte->comm))
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_changeauth.c 34 TCPA_ENCAUTH newAuth, /* in */
64 newAuth.authdata, entityType, encDataSize, encData, ownerAuth,
106 TCPA_ENCAUTH newAuth, /* in */
125 newAuth.authdata, entityType, ownerAuth)))
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tsp_changeauth.c 369 TCPA_ENCAUTH *newAuth, /* in */
415 Trspi_LoadBlob(&offset, sizeof(TCPA_ENCAUTH), data, newAuth->authdata);
447 TCPA_ENCAUTH *newAuth, /* in */
463 Trspi_LoadBlob(&offset, sizeof(TCPA_ENCAUTH), data, newAuth->authdata);
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tcs.h 240 TPM_ENCAUTH newAuth, // in
253 TPM_ENCAUTH newAuth, // in
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c 700 TCPA_ENCAUTH *newAuth, /* in */
717 result = RPC_ChangeAuth_TP(entry, parentHandle, protocolID, newAuth,
732 TCPA_ENCAUTH *newAuth, /* in */
744 result = RPC_ChangeAuthOwner_TP(entry, protocolID, newAuth, entityType,
  /src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h 470 TCPA_ENCAUTH newAuth, /* in */
482 TCPA_ENCAUTH newAuth, /* in */

Completed in 18 milliseconds