Home
last modified time | relevance | path

Searched refs:Decode_UINT32 (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_req_mgr.c44 LogBlobData("To TPM:", Decode_UINT32(&blob[2]), blob); in req_mgr_submit_req()
48 result = Tddli_TransmitData(blob, Decode_UINT32(&blob[2]), loc_buf, &size); in req_mgr_submit_req()
49 } while (!result && (Decode_UINT32(&loc_buf[6]) == TCPA_E_RETRY) && --retry); in req_mgr_submit_req()
52 memcpy(blob, loc_buf, Decode_UINT32(&loc_buf[2])); in req_mgr_submit_req()
H A Dtcs_utils.c94 Decode_UINT32(BYTE * y) in Decode_UINT32() function
159 *out = Decode_UINT32(&blob[*offset]); in UnloadBlob_UINT32()
242 *size = Decode_UINT32(&blob[2]); in LogUnloadBlob_Header()
244 LogData("UnloadBlob_Header, returnCode:", Decode_UINT32(&blob[6])); in LogUnloadBlob_Header()
246 if ((result = Decode_UINT32(&blob[6]))) { in LogUnloadBlob_Header()
258 *size = Decode_UINT32(&blob[2]); in UnloadBlob_Header()
260 LogData("UnloadBlob_Header, returnCode:", Decode_UINT32(&blob[6])); in UnloadBlob_Header()
261 return Decode_UINT32(&blob[6]); in UnloadBlob_Header()
/netbsd-src/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/
H A Dtpm_nvcommon.h54 Decode_UINT32(BYTE * y) in Decode_UINT32() function
H A Dtpm_nvinfo.c187 nvi = Decode_UINT32(pResult + i * sizeof(UINT32)); in main()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcsd/
H A Dtcsd_threads.c225 total_recv_size = Decode_UINT32(data->comm.buf); in tcsd_thread_run()
313 send_size = Decode_UINT32(data->comm.buf); in tcsd_thread_run()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_pcr.c53 ret = (UINT16)Decode_UINT32(resp); in get_num_pcrs()
H A Dtspi_nv.c77 if (nv_data_public.nvIndex == Decode_UINT32(pResult + i * sizeof(UINT32))) { in Tspi_NV_DefineSpace()
195 if (nv_data_public.nvIndex == Decode_UINT32(pResult + i * sizeof(UINT32))) { in Tspi_NV_ReleaseSpace()
H A Dobj_nv.c218 nv_attributes_value.attributes = Decode_UINT32(nv_data_public in obj_nvstore_get_permission_from_tpm()
326 if (nvstore->nvIndex == Decode_UINT32(pResult + i * sizeof(UINT32))) { in obj_nvstore_get_datapublic()
H A Dspi_utils.c389 Decode_UINT32(BYTE * y) in Decode_UINT32() function
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc.c364 recv_size = Decode_UINT32(hte->comm.buf); in send_init()
424 recv_size = Decode_UINT32(hte->comm.buf); in tcs_sendit()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h191 UINT32 Decode_UINT32(BYTE *);
H A Dspi_utils.h159 UINT32 Decode_UINT32(BYTE *);
/netbsd-src/crypto/external/cpl/trousers/dist/src/trspi/
H A Dtrousers.c191 *out = Decode_UINT32(&blob[*offset]); in Trspi_UnloadBlob_UINT32()