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

  /src/crypto/external/cpl/trousers/dist/src/include/
obj_migdata.h 53 UINT32 sigValueSize;
  /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);

Completed in 14 milliseconds