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

  /src/crypto/external/cpl/trousers/dist/src/tspi/
tsp_maint.c 31 UINT32 * archiveSize, /* out */
62 Trspi_UnloadBlob_UINT32(&offset, archiveSize, dec);
63 if ((*archive = malloc(*archiveSize)) == NULL) {
68 LogError("malloc of %u bytes failed", *archiveSize);
69 *archiveSize = 0;
72 Trspi_UnloadBlob(&offset, *archiveSize, dec, *archive);
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_maint.c 34 UINT32 * archiveSize, /* out */
79 if (getData(TCSD_PACKET_TYPE_UINT32, 3, archiveSize, 0, &hte->comm))
82 if (*archiveSize > 0) {
83 *archive = malloc(*archiveSize);
86 LogError("malloc of %u bytes failed.", *archiveSize);
91 if (getData(TCSD_PACKET_TYPE_PBYTE, 4, *archive, *archiveSize, &hte->comm)) {
  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_maint.c 74 UINT32 randomSize, archiveSize;
94 &randomSize, &random, &archiveSize,
118 if (setData(TCSD_PACKET_TYPE_UINT32, 3, &archiveSize, 0, &data->comm)) {
123 if (setData(TCSD_PACKET_TYPE_PBYTE, 4, archive, archiveSize, &data->comm)) {
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_maint.c 35 UINT32 * archiveSize, /* out */
61 randomSize, random, archiveSize, archive, ownerAuth);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
zip.d 622 uint archiveSize = 0;
627 enforce!ZipException(to!ulong(archiveSize) + localFileHeaderLength + de.name.length
634 archiveSize += localFileHeaderLength + de.name.length +
644 uint dataSize = archiveSize + directorySize + endOfCentralDirLength + cast(uint) comment.length;
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tcs.h 849 UINT32* archiveSize, // out
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c 2095 UINT32 * archiveSize, /* out */
2107 randomSize, random, archiveSize,
  /src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h 836 UINT32 * archiveSize, /* out */

Completed in 19 milliseconds