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

  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_own.c 38 UINT32 * srkKeySize,
76 if (getData(TCSD_PACKET_TYPE_UINT32, 1, srkKeySize, 0, &hte->comm)) {
81 *srkKey = (BYTE *) malloc(*srkKeySize);
83 LogError("malloc of %u bytes failed.", *srkKeySize);
87 if (getData(TCSD_PACKET_TYPE_PBYTE, 2, *srkKey, *srkKeySize, &hte->comm)) {
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_own.c 37 UINT32 * srkKeySize, /*out */
71 if ((result = tpm_rsp_parse(TPM_ORD_TakeOwnership, txBlob, paramSize, srkKeySize,
77 *srkKeySize = 0;
98 *srkKeySize = 0;
114 *srkKeySize = 0;
126 *srkKeySize = 0;
  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_own.c 43 UINT32 srkKeySize;
113 &ownerAuth, &srkKeySize, &srkKey);
126 if (setData(TCSD_PACKET_TYPE_UINT32, 1, &srkKeySize, 0, &data->comm)) {
130 if (setData(TCSD_PACKET_TYPE_PBYTE, 2, srkKey, srkKeySize, &data->comm)) {
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c 621 UINT32 * srkKeySize,
635 srkInfo, ownerAuth, srkKeySize, srkKey);
  /src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h 449 UINT32 * srkKeySize, /*out */

Completed in 23 milliseconds