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

  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_ps.c 36 UINT32 cKeySize;
54 if (getData(TCSD_PACKET_TYPE_UINT32, 3, &cKeySize, 0, &data->comm))
57 rgbKey = calloc(1, cKeySize);
59 LogError("malloc of %d bytes failed.", cKeySize);
62 if (getData(TCSD_PACKET_TYPE_PBYTE, 4, rgbKey, cKeySize, &data->comm)) {
89 cKeySize, rgbKey, cVendorData,
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_ps.c 82 UINT32 cKeySize, /* in */
99 if (setData(TCSD_PACKET_TYPE_UINT32, 3, &cKeySize, 0, &hte->comm))
101 if (setData(TCSD_PACKET_TYPE_PBYTE, 4, rgbKey, cKeySize, &hte->comm))
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_ps.c 29 UINT32 cKeySize, /* in */
55 cKeySize))) {
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tcs.h 42 UINT32 cKeySize, // in
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c 239 UINT32 cKeySize, /* in */
252 result = RPC_RegisterKey_TP(entry, WrappingKeyUUID, KeyUUID, cKeySize,
  /src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h 320 UINT32 cKeySize, /* in */

Completed in 26 milliseconds