Searched refs:hre_run_program (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/board/gdsys/a38x/ |
H A D | hre.h | 35 int hre_run_program(struct udevice *tpm, const uint8_t *code, size_t code_size);
|
H A D | keyprogram.c | 149 if (hre_run_program(tpm, prog->code, prog->code_size)) { in load_and_run_keyprog()
|
H A D | hre.c | 500 int hre_run_program(struct udevice *tpm, const uint8_t *code, size_t code_size) in hre_run_program() function
|
/openbmc/u-boot/board/gdsys/p1022/ |
H A D | controlcenterd-id.c | 738 static int hre_run_program(struct udevice *tpm, const uint8_t *code, in hre_run_program() function 967 if (hre_run_program(tpm, prg_stage1_prepare, in first_stage_actions() 973 if (hre_run_program(tpm, sd_prg->code, sd_prg->code_size)) in first_stage_actions() 1069 if (hre_run_program(tpm, prg_stage2_prepare, in second_stage_init() 1115 hre_run_program(tpm, prg_stage2_success, sizeof(prg_stage2_success)); in second_stage_init() 1120 hre_run_program(tpm, prg_stage_fail, sizeof(prg_stage_fail)); in second_stage_init()
|