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

  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_caps.c 37 UINT32 respSize;
65 &respSize, &resp);
70 if (setData(TCSD_PACKET_TYPE_UINT32, 0, &respSize, 0, &data->comm)) {
74 if (setData(TCSD_PACKET_TYPE_PBYTE, 1, resp, respSize, &data->comm)) {
rpc_caps_tpm.c 37 UINT32 respSize;
70 result = TCSP_GetCapability_Internal(hContext, capArea, subCapSize, subCap, &respSize,
78 if (setData(TCSD_PACKET_TYPE_UINT32, 0, &respSize, 0, &data->comm)) {
82 if (setData(TCSD_PACKET_TYPE_PBYTE, 1, resp, respSize, &data->comm)) {
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_caps.c 38 UINT32 respSize;
44 result = TCSP_GetCapability_Internal(InternalContext, capArea, 0, NULL, &respSize, &resp);
52 result = TCSP_GetCapability_Internal(InternalContext, capArea, 0, NULL, &respSize,
67 UINT32 respSize;
73 &respSize, &resp);
76 switch (respSize) {
88 " %u bytes", respSize);
tcs_key_mem_cache.c 930 UINT32 respSize;
939 &respSize, &resp)))
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tsp_pcr.c 36 UINT32 respSize;
45 &respSize, &resp))) {

Completed in 22 milliseconds