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

  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_sign.c 35 UINT32 areaToSignSize;
57 if (getData(TCSD_PACKET_TYPE_UINT32, 2, &areaToSignSize, 0, &data->comm))
60 areaToSign = calloc(1, areaToSignSize);
62 LogError("malloc of %d bytes failed.", areaToSignSize);
65 if (getData(TCSD_PACKET_TYPE_PBYTE, 3, areaToSign, areaToSignSize, &data->comm)) {
80 result = TCSP_Sign_Internal(hContext, hKey, areaToSignSize, areaToSign, pAuth, &sigSize,
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tsp_sign.c 28 UINT32 areaToSignSize, /* in */
60 dataLen = sizeof(UINT32) + areaToSignSize;
67 Trspi_LoadBlob_UINT32(&offset, areaToSignSize, data);
68 Trspi_LoadBlob(&offset, areaToSignSize, data, areaToSign);
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_sign.c 31 UINT32 areaToSignSize, /* in */
48 if (setData(TCSD_PACKET_TYPE_UINT32, 2, &areaToSignSize, 0, &hte->comm))
50 if (setData(TCSD_PACKET_TYPE_PBYTE, 3, areaToSign, areaToSignSize, &hte->comm))
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_sign.c 33 UINT32 areaToSignSize, /* in */
61 if ((result = tpm_rqu_build(TPM_ORD_Sign, &offset, txBlob, keySlot, areaToSignSize,
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tcs.h 532 UINT32 areaToSignSize, // in
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c 1327 UINT32 areaToSignSize, /* in */
1341 result = RPC_Sign_TP(entry, keyHandle, areaToSignSize, areaToSign, privAuth,
  /src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h 668 UINT32 areaToSignSize, /* in */

Completed in 20 milliseconds