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

  /src/crypto/external/cpl/trousers/dist/src/tspi/
obj_migdata.c 927 obj_migdata_set_sig_value(TSS_HMIGDATA hMigData, UINT32 sigValueSize, BYTE *sigValue)
938 migdata->sigValueSize = 0;
940 if ((migdata->sigValue = malloc(sigValueSize)) == NULL) {
941 LogError("malloc of %u bytes failed.", sigValueSize);
945 memcpy(migdata->sigValue, sigValue, sigValueSize);
946 migdata->sigValueSize = sigValueSize;
955 obj_migdata_get_sig_value(TSS_HMIGDATA hMigData, UINT32 *sigValueSize, BYTE **sigValue)
966 if ((*sigValue = calloc_tspi(obj->tspContext, migdata->sigValueSize)) == NULL) {
967 LogError("malloc of %u bytes failed.", migdata->sigValueSize);
    [all...]
  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_cmk.c 213 UINT32 sigValueSize;
245 if (getData(TCSD_PACKET_TYPE_UINT32, 4, &sigValueSize, 0, &data->comm)) {
250 sigValue = malloc(sigValueSize);
252 LogError("malloc of %u bytes failed.", sigValueSize);
256 if (getData(TCSD_PACKET_TYPE_PBYTE, 5, sigValue, sigValueSize, &data->comm)) {
271 signedData, sigValueSize, sigValue, &ownerAuth, &sigTicket);
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_cmk.c 167 UINT32 sigValueSize, /* in */
186 if (setData(TCSD_PACKET_TYPE_UINT32, 4, &sigValueSize, 0, &hte->comm))
188 if (setData(TCSD_PACKET_TYPE_PBYTE, 5, sigValue, sigValueSize, &hte->comm))
  /src/crypto/external/cpl/trousers/dist/src/include/
obj_migdata.h 53 UINT32 sigValueSize;
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c 3209 UINT32 sigValueSize, /* in */
3223 publicVerifyKey, signedData, sigValueSize, sigValue,

Completed in 44 milliseconds