HomeSort by: relevance | last modified time | path
    Searched defs:subCapSize (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_caps.c 35 UINT32 subCapSize;
51 if (getData(TCSD_PACKET_TYPE_UINT32, 2, &subCapSize, 0, &data->comm))
54 subCap = calloc(1, subCapSize);
56 LogError("malloc of %u bytes failed.", subCapSize);
59 if (getData(TCSD_PACKET_TYPE_PBYTE, 3, subCap, subCapSize, &data->comm)) {
64 result = TCS_GetCapability_Internal(hContext, capArea, subCapSize, subCap,
rpc_caps_tpm.c 35 UINT32 subCapSize;
51 if (getData(TCSD_PACKET_TYPE_UINT32, 2, &subCapSize, 0, &data->comm))
54 if (subCapSize == 0)
57 subCap = calloc(1, subCapSize);
59 LogError("malloc of %u bytes failed.", subCapSize);
62 if (getData(TCSD_PACKET_TYPE_PBYTE, 3, subCap, subCapSize, &data->comm)) {
70 result = TCSP_GetCapability_Internal(hContext, capArea, subCapSize, subCap, &respSize,
147 UINT32 subCapSize;
164 if (getData(TCSD_PACKET_TYPE_UINT32, 2, &subCapSize, 0, &data->comm))
167 if (subCapSize == 0
    [all...]

Completed in 22 milliseconds