Searched defs:command_body (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/vboot_reference/firmware/lib/tpm2_lite/ |
H A D | marshaling.c | 446 struct tpm2_nv_define_space_cmd in marshal_nv_define_space() 474 struct tpm2_nv_undefine_space_cmd in marshal_nv_undefine_space() 525 struct tpm2_nv_write_cmd *command_body, in marshal_nv_write() 544 struct tpm2_nv_read_cmd *command_body, in marshal_nv_read() 564 struct tpm2_nv_read_lock_cmd *command_body, in marshal_nv_read_lock() 578 struct tpm2_nv_write_lock_cmd *command_body, in marshal_nv_write_lock() 594 struct tpm2_nv_read_public_cmd *command_body, in marshal_nv_read_public() 603 struct tpm2_hierarchy_control_cmd in marshal_hierarchy_control() 620 struct tpm2_read_public_cmd *command_body, in marshal_read_public() 627 struct tpm2_get_capability_cmd in marshal_get_capability() [all …]
|
H A D | tlcl.c | 41 void *command_body, in tpm_get_response() 88 void *command_body, in tpm_send_receive() 99 static uint32_t tpm_get_response_code(TPM_CC command, void *command_body) in tpm_get_response_code()
|
/aosp_15_r20/external/coreboot/src/security/tpm/tss/tcg-2.0/ |
H A D | tss_marshaling.c | 201 const struct tpm2_nv_setbits_cmd *command_body) in marshal_nv_setbits() 213 const struct tpm2_nv_write_cmd *command_body) in marshal_nv_write() 226 const struct tpm2_nv_write_lock_cmd *command_body) in marshal_nv_write_lock() 234 const struct tpm2_pcr_extend_cmd *command_body) in marshal_pcr_extend() 246 const struct tpm2_nv_read_cmd *command_body) in marshal_nv_read() 267 const struct tpm2_self_test *command_body) in marshal_selftest() 273 const struct tpm2_hierarchy_control_cmd *command_body) in marshal_hierarchy_control() 292 const struct tpm2_clear_control_cmd *command_body) in marshal_clear_control() 309 static int marshal_cr50_vendor_command(struct obuf *ob, const void *command_body) in marshal_cr50_vendor_command()
|
H A D | tss.c | 19 void *tlcl2_process_command(TPM_CC command, void *command_body) in tlcl2_process_command()
|
/aosp_15_r20/external/coreboot/src/security/tpm/tss/vendor/cr50/ |
H A D | cr50.c | 36 uint16_t command_body[] = { in tlcl_cr50_enable_update() local
|
/aosp_15_r20/external/gsc-utils/extra/usb_updater/ |
H A D | gsctool.c | 1774 uint16_t subcommand, const void *command_body, in send_vendor_command() 2055 uint8_t command_body[2]; /* Max command body size. */ in generate_reset_request() local 3688 uint32_t command_body[2]; in process_bid() local 3985 uint8_t command_body; in process_tpm_mode() local
|