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

  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_req_mgr.c 44 LogBlobData("To TPM:", Decode_UINT32(&blob[2]), blob);
48 result = Tddli_TransmitData(blob, Decode_UINT32(&blob[2]), loc_buf, &size);
49 } while (!result && (Decode_UINT32(&loc_buf[6]) == TCPA_E_RETRY) && --retry);
52 memcpy(blob, loc_buf, Decode_UINT32(&loc_buf[2]));
tcs_utils.c 94 Decode_UINT32(BYTE * y)
159 *out = Decode_UINT32(&blob[*offset]);
242 *size = Decode_UINT32(&blob[2]);
244 LogData("UnloadBlob_Header, returnCode:", Decode_UINT32(&blob[6]));
246 if ((result = Decode_UINT32(&blob[6]))) {
258 *size = Decode_UINT32(&blob[2]);
260 LogData("UnloadBlob_Header, returnCode:", Decode_UINT32(&blob[6]));
261 return Decode_UINT32(&blob[6]);
  /src/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/
tpm_nvcommon.h 54 Decode_UINT32(BYTE * y)
tpm_nvinfo.c 187 nvi = Decode_UINT32(pResult + i * sizeof(UINT32));
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tsp_pcr.c 53 ret = (UINT16)Decode_UINT32(resp);
obj_nv.c 218 nv_attributes_value.attributes = Decode_UINT32(nv_data_public
326 if (nvstore->nvIndex == Decode_UINT32(pResult + i * sizeof(UINT32))) {
tspi_nv.c 77 if (nv_data_public.nvIndex == Decode_UINT32(pResult + i * sizeof(UINT32))) {
195 if (nv_data_public.nvIndex == Decode_UINT32(pResult + i * sizeof(UINT32))) {
spi_utils.c 389 Decode_UINT32(BYTE * y)
  /src/crypto/external/cpl/trousers/dist/src/tcsd/
tcsd_threads.c 225 total_recv_size = Decode_UINT32(data->comm.buf);
313 send_size = Decode_UINT32(data->comm.buf);
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc.c 364 recv_size = Decode_UINT32(hte->comm.buf);
424 recv_size = Decode_UINT32(hte->comm.buf);
  /src/crypto/external/cpl/trousers/dist/src/include/
spi_utils.h 159 UINT32 Decode_UINT32(BYTE *);
tcs_utils.h 191 UINT32 Decode_UINT32(BYTE *);
  /src/crypto/external/cpl/trousers/dist/src/trspi/
trousers.c 191 *out = Decode_UINT32(&blob[*offset]);

Completed in 25 milliseconds