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

  /src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_audit.c 33 UINT32* ordSize, /* out */
47 if ((ordSize == NULL) || (ordList == NULL))
63 *ordSize = 0;
75 (*ordSize + tcsOrdSize) * sizeof(UINT32))) == NULL) {
76 LogError("malloc of %u bytes failed.", *ordSize + tcsOrdSize);
82 memcpy(pulTemp, *ordList, *ordSize * sizeof(UINT32));
83 memcpy(pulTemp + *ordSize, tcsOrdList, tcsOrdSize * sizeof(UINT32));
91 *ordSize += tcsOrdSize;
96 (BYTE *)(*ordList + (*ordSize - 1)));
126 *ordSize = 0
    [all...]
tsp_audit.c 119 UINT32 *ordSize, /* out */
158 Trspi_UnloadBlob_UINT32(&offset, ordSize, dec);
160 if ((*ordList = malloc(*ordSize)) == NULL) {
165 LogError("malloc of %u bytes failed", *ordSize);
166 *ordSize = 0;
170 Trspi_UnloadBlob(&offset, *ordSize, dec, *(BYTE **)ordList);
171 *ordSize /= sizeof(UINT32);
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_audit.c 70 UINT32 *ordSize, /* out */
92 counterValueSize, counterValue, more, ordSize,
96 /* ordSize is returned from the TPM as the number of bytes in ordList
97 so ordSize needs to be converted to comply with the TSS spec which
99 *ordSize = *ordSize / sizeof(UINT32);
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_audit.c 67 UINT32 *ordSize, /* out */
113 if (getData(TCSD_PACKET_TYPE_UINT32, 4, ordSize, 0, &hte->comm)) {
119 *ordList = (UINT32 *)malloc(*ordSize * sizeof(UINT32));
121 LogError("malloc of %u bytes failed.", *ordSize);
127 if (getData(TCSD_PACKET_TYPE_PBYTE, 5, *ordList, *ordSize * sizeof(UINT32), &hte->comm)) {
  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_audit.c 83 UINT32 ordSize;
101 &more, &ordSize, &ordList);
127 if (setData(TCSD_PACKET_TYPE_UINT32, 4, &ordSize, 0, &data->comm)) {
131 if (setData(TCSD_PACKET_TYPE_PBYTE, 5, ordList, ordSize * sizeof(UINT32), &data->comm)) {
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tcs.h 1085 UINT32* ordSize, // out
tspi.h 711 UINT32* ordSize, // out
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c 2774 UINT32 *ordSize, /* out */
2787 ordSize, ordList);
  /src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h 1026 UINT32* ordSize, /* out */

Completed in 53 milliseconds