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

  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_changeauth.c 35 TCPA_PROTOCOL_ID protocolID;
58 if (getData(TCSD_PACKET_TYPE_UINT16, 2, &protocolID, 0, &data->comm))
86 result = TCSP_ChangeAuth_Internal(hContext, parentHandle, protocolID, newAuth, entityType,
123 TCPA_PROTOCOL_ID protocolID;
138 if (getData(TCSD_PACKET_TYPE_UINT16, 1, &protocolID, 0, &data->comm))
149 result = TCSP_ChangeAuthOwner_Internal(hContext, protocolID, newAuth, entityType,
rpc_own.c 34 UINT16 protocolID;
55 if (getData(TCSD_PACKET_TYPE_UINT16, 1, &protocolID, 0, &data->comm))
111 result = TCSP_TakeOwnership_Internal(hContext, protocolID, encOwnerAuthSize, encOwnerAuth,
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_changeauth.c 31 TCPA_PROTOCOL_ID protocolID, /* in */
51 if (setData(TCSD_PACKET_TYPE_UINT16, 2, &protocolID, 0, &hte->comm))
103 TCPA_PROTOCOL_ID protocolID, /* in */
116 if (setData(TCSD_PACKET_TYPE_UINT16, 1, &protocolID, 0, &hte->comm))
rpc_own.c 30 UINT16 protocolID, /* in */
49 if (setData(TCSD_PACKET_TYPE_UINT16, 1, &protocolID, 0, &hte->comm))
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_own.c 29 UINT16 protocolID, /* in */
61 if ((result = tpm_rqu_build(TPM_ORD_TakeOwnership, &offset, txBlob, protocolID,
tcsi_changeauth.c 33 TCPA_PROTOCOL_ID protocolID, /* in */
63 if ((result = tpm_rqu_build(TPM_ORD_ChangeAuth, &offset, txBlob, keySlot, protocolID,
105 TCPA_PROTOCOL_ID protocolID, /* in */
124 if ((result = tpm_rqu_build(TPM_ORD_ChangeAuthOwner, &offset, txBlob, protocolID,
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tsp_changeauth.c 368 TCPA_PROTOCOL_ID protocolID, /* in */
414 Trspi_LoadBlob_UINT16(&offset, protocolID, data);
446 TCPA_PROTOCOL_ID protocolID, /* in */
462 Trspi_LoadBlob_UINT16(&offset, protocolID, data);
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tcs.h 203 UINT16 protocolID, // in
239 TPM_PROTOCOL_ID protocolID, // in
252 TPM_PROTOCOL_ID protocolID, // in
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c 613 UINT16 protocolID, /* in */
632 result = RPC_TakeOwnership_TP(entry, protocolID,
699 TCPA_PROTOCOL_ID protocolID, /* in */
717 result = RPC_ChangeAuth_TP(entry, parentHandle, protocolID, newAuth,
731 TCPA_PROTOCOL_ID protocolID, /* in */
744 result = RPC_ChangeAuthOwner_TP(entry, protocolID, newAuth, entityType,
  /src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h 441 UINT16 protocolID, /* in */
469 TCPA_PROTOCOL_ID protocolID, /* in */
481 TCPA_PROTOCOL_ID protocolID, /* in */

Completed in 24 milliseconds