Home
last modified time | relevance | path

Searched refs:resp (Results 1 – 14 of 14) sorted by relevance

/xen-4.10.0-shim-comet/stubdom/vtpm/
A Dvtpm_cmd.c90 tpmcmd->resp = respptr = tpm_malloc(tpmcmd->resp_len); in create_error_response()
97 uint8_t* cmdbuf, *resp, *bptr; in VTPM_GetRandom() local
116 bptr = resp; len = resplen; in VTPM_GetRandom()
140 uint8_t* bptr, *resp; in VTPM_LoadHashKey() local
159 bptr = resp; in VTPM_LoadHashKey()
184 uint8_t* bptr, *resp; in VTPM_SaveHashKey() local
205 bptr = resp; in VTPM_SaveHashKey()
225 uint8_t* bptr, *resp; in VTPM_GetParentQuote() local
247 bptr = resp; in VTPM_GetParentQuote()
269 uint8_t *cmdbuf, *resp, *bptr; in VTPM_PCRRead() local
[all …]
A Dvtpm.c136 tpmfront_cmd(tpmfront_dev, tpmcmd->req, tpmcmd->req_len, &tpmcmd->resp, &size); in check_passthru()
146 tpmfront_cmd(tpmfront_dev, tpmcmd->req, tpmcmd->req_len, &tpmcmd->resp, &size); in check_passthru()
234 tpmcmd->resp = NULL; in main_loop()
256 …if((res = tpm_handle_command(tpmcmd->req, tpmcmd->req_len, &tpmcmd->resp, &tpmcmd->resp_len, tpmcm… in main_loop()
/xen-4.10.0-shim-comet/tools/xenstore/
A Dxenstored_control.c145 char *resp; in do_control_help() local
156 resp = talloc_array(ctx, char, len); in do_control_help()
157 if (!resp) in do_control_help()
162 strcpy(resp + len, cmds[cmd].cmd); in do_control_help()
164 resp[len] = '\t'; in do_control_help()
166 strcpy(resp + len, cmds[cmd].pars); in do_control_help()
168 resp[len] = '\n'; in do_control_help()
171 resp[len] = 0; in do_control_help()
173 send_reply(conn, XS_CONTROL, resp, len); in do_control_help()
/xen-4.10.0-shim-comet/stubdom/grub/
A Dkexec.c152 struct pcr_extend_rsp *resp; in tpm_hash2pcr() local
196 rv = tpmfront_cmd(tpm, (void*)&cmd, sizeof(cmd), (void*)&resp, &resplen); in tpm_hash2pcr()
197 ASSERT(rv == 0 && resp->status == 0); in tpm_hash2pcr()
201 rv = tpmfront_cmd(tpm, (void*)&cmd, sizeof(cmd), (void*)&resp, &resplen); in tpm_hash2pcr()
202 ASSERT(rv == 0 && resp->status == 0); in tpm_hash2pcr()
206 rv = tpmfront_cmd(tpm, (void*)&cmd, sizeof(cmd), (void*)&resp, &resplen); in tpm_hash2pcr()
207 ASSERT(rv == 0 && resp->status == 0); in tpm_hash2pcr()
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/
A Dvtpm_cmd_handler.c179 pack_TPM_RSP_HEADER(tpmcmd->resp, VTPM_TAG_RSP, VTPM_COMMAND_HEADER_SIZE, status); in vtpmmgr_SaveHashKey()
189 uint8_t *buf = tpmcmd->resp + VTPM_COMMAND_HEADER_SIZE; in vtpmmgr_LoadHashKey()
209 pack_TPM_RSP_HEADER(tpmcmd->resp, VTPM_TAG_RSP, tpmcmd->resp_len, status); in vtpmmgr_LoadHashKey()
224 pack_TPM_RSP_HEADER(tpmcmd->resp, VTPM_TAG_RSP, tpmcmd->resp_len, status); \
262 pack_ ## type (tpmcmd->resp + tpmcmd->resp_len, item); \
266 #define PACK_BUF ((void*)(tpmcmd->resp + tpmcmd->resp_len))
447 status = group_do_activate(group, blob, blobSize, tpmcmd->resp, &tpmcmd->resp_len); in vtpmmgr_GroupActivate()
674 pack_TPM_RSP_HEADER(tpmcmd->resp, VTPM_TAG_RSP, tpmcmd->resp_len, status); in vtpmmgr_GroupUpdate()
868 TPMTRYRETURN(TPM_TransmitData(tpmcmd->req, tpmcmd->req_len, tpmcmd->resp, &size)); in vtpmmgr_handle_cmd()
879 pack_TPM_RSP_HEADER(tpmcmd->resp, tag + 3, tpmcmd->resp_len, status); in vtpmmgr_handle_cmd()
A Dmgmt_authority.h6 void* resp, unsigned int *rlen);
A Dvtpmmgr.c82 tpmcmd->resp = respbuf; in main_loop()
A Dtpm.h137 BYTE** resp);
A Dmgmt_authority.c276 void* resp, unsigned int *rlen) in group_do_activate() argument
316 pack_TPM_SYMMETRIC_KEY(resp + *rlen, &symKey); in group_do_activate()
A Dtpm.c700 BYTE** resp) in TPM_GetCapability() argument
711 UNPACK_OUT(PTR, resp, *respSize, UNPACK_ALLOC); in TPM_GetCapability()
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_qmp.c264 const libxl__json_object *resp) in qmp_handle_error_response() argument
266 callback_id_pair *pp = qmp_get_callback_from_id(qmp, resp); in qmp_handle_error_response()
268 resp = libxl__json_map_get("error", resp, JSON_MAP); in qmp_handle_error_response()
269 resp = libxl__json_map_get("desc", resp, JSON_STRING); in qmp_handle_error_response()
287 libxl__json_object_get_string(resp)); in qmp_handle_error_response()
291 const libxl__json_object *resp) in qmp_handle_response() argument
295 type = qmp_response_type(qmp, resp); in qmp_handle_response()
303 callback_id_pair *pp = qmp_get_callback_from_id(qmp, resp); in qmp_handle_response()
308 libxl__json_map_get("return", resp, JSON_ANY), in qmp_handle_response()
325 qmp_handle_error_response(gc, qmp, resp); in qmp_handle_response()
/xen-4.10.0-shim-comet/docs/misc/arm/
A Dbooting.txt34 * The bit SCR_EL3.HCE (resp. SCR.HCE for 32-bit ARM) must be set to 1.
/xen-4.10.0-shim-comet/tools/hotplug/Linux/init.d/
A Dsysconfig.xendomains.in71 # After we have gone over all virtual machines (resp. all automatically
/xen-4.10.0-shim-comet/docs/man/
A Dxen-vbd-interface.markdown.714 available _both_ via emulated IDE resp. SCSI controller, _and_ as a

Completed in 19 milliseconds